summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-09-14 20:42:10 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-09-14 20:42:10 +0000
commit9799801eb541f6d6829d5efd1d15cb9a4e525e1b (patch)
treeef23c6430f4728da3fc1452de5a64f903b0f1a1c /dev-python/py
parentVersion bump. (diff)
downloadhistorical-9799801eb541f6d6829d5efd1d15cb9a4e525e1b.tar.gz
historical-9799801eb541f6d6829d5efd1d15cb9a4e525e1b.tar.bz2
historical-9799801eb541f6d6829d5efd1d15cb9a4e525e1b.zip
Delete older ebuilds.
Package-Manager: portage-2.2_rc81_p26/cvs/Linux x86_64
Diffstat (limited to 'dev-python/py')
-rw-r--r--dev-python/py/ChangeLog6
-rw-r--r--dev-python/py/py-1.2.1.ebuild26
-rw-r--r--dev-python/py/py-1.3.2.ebuild42
3 files changed, 5 insertions, 69 deletions
diff --git a/dev-python/py/ChangeLog b/dev-python/py/ChangeLog
index fb991c96c2cd..6f13ed4780bb 100644
--- a/dev-python/py/ChangeLog
+++ b/dev-python/py/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/py
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/py/ChangeLog,v 1.52 2010/08/28 16:32:47 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/py/ChangeLog,v 1.53 2010/09/14 20:42:10 arfrever Exp $
+
+ 14 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -py-1.2.1.ebuild, -py-1.3.2.ebuild:
+ Delete.
28 Aug 2010; Raúl Porcel <armin76@gentoo.org> py-1.3.1.ebuild:
arm/ia64/sh/sparc stable wrt #325427
diff --git a/dev-python/py/py-1.2.1.ebuild b/dev-python/py/py-1.2.1.ebuild
deleted file mode 100644
index 58e7d90e3075..000000000000
--- a/dev-python/py/py-1.2.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/py/py-1.2.1.ebuild,v 1.7 2010/08/15 16:17:36 armin76 Exp $
-
-EAPI="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils
-
-DESCRIPTION="A library aiming to support agile and test-driven python development on various levels."
-SRC_URI="http://pypi.python.org/packages/source/p/${PN}/${P}.tar.gz"
-HOMEPAGE="http://codespeak.net/py/ http://pypi.python.org/pypi/py"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc ~ppc64 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-
-DEPEND=">=dev-python/setuptools-0.6.2"
-RDEPEND=""
-
-src_install() {
- distutils_src_install
-
- python_generate_wrapper_scripts -E -f -q "${D%/}${EPREFIX}/usr/bin/py.test"
-}
diff --git a/dev-python/py/py-1.3.2.ebuild b/dev-python/py/py-1.3.2.ebuild
deleted file mode 100644
index 0063e9bc15d6..000000000000
--- a/dev-python/py/py-1.3.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/py/py-1.3.2.ebuild,v 1.6 2010/08/15 16:17:36 armin76 Exp $
-
-EAPI="3"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils
-
-DESCRIPTION="A library aiming to support agile and test-driven python development on various levels."
-HOMEPAGE="http://codespeak.net/py/ http://pypi.python.org/pypi/py"
-SRC_URI="http://pypi.python.org/packages/source/p/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-
-DEPEND="dev-python/setuptools"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- distutils_src_prepare
-
- # Disable failing tests.
- rm -f testing/path/test_svnwc.py
-}
-
-src_test() {
- testing() {
- PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" bin/py.test
-
- # Ignore test failures.
- :
- }
- python_execute_function testing
-}
-
-src_install() {
- distutils_src_install
- python_generate_wrapper_scripts -E -f -q "${ED}usr/bin/py.test"
-}