diff options
author | Dirkjan Ochtman <djc@gentoo.org> | 2012-12-31 14:04:22 +0000 |
---|---|---|
committer | Dirkjan Ochtman <djc@gentoo.org> | 2012-12-31 14:04:22 +0000 |
commit | c4e51b2e05a8153e6cfbf4a04ac2dfdbc0f8e0b3 (patch) | |
tree | cb0e39e7b45d321176178398bfd1bda38d0a62eb /dev-python/setuptools | |
parent | Use EGIT_REPO_URI to point to git sources, rather than invalid in this case S... (diff) | |
download | gentoo-2-c4e51b2e05a8153e6cfbf4a04ac2dfdbc0f8e0b3.tar.gz gentoo-2-c4e51b2e05a8153e6cfbf4a04ac2dfdbc0f8e0b3.tar.bz2 gentoo-2-c4e51b2e05a8153e6cfbf4a04ac2dfdbc0f8e0b3.zip |
Remove old versions of distribute.
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key 6B065BFB)
Diffstat (limited to 'dev-python/setuptools')
-rw-r--r-- | dev-python/setuptools/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/setuptools/setuptools-0.6.27.ebuild | 54 | ||||
-rw-r--r-- | dev-python/setuptools/setuptools-0.6.28.ebuild | 51 | ||||
-rw-r--r-- | dev-python/setuptools/setuptools-0.6.30-r2.ebuild | 52 | ||||
-rw-r--r-- | dev-python/setuptools/setuptools-0.6.30.ebuild | 51 |
5 files changed, 6 insertions, 209 deletions
diff --git a/dev-python/setuptools/ChangeLog b/dev-python/setuptools/ChangeLog index 49d9c964db88..5e287d2b292e 100644 --- a/dev-python/setuptools/ChangeLog +++ b/dev-python/setuptools/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/setuptools # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.176 2012/12/30 14:37:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.177 2012/12/31 14:04:22 djc Exp $ + + 31 Dec 2012; Dirkjan Ochtman <djc@gentoo.org> -setuptools-0.6.27.ebuild, + -setuptools-0.6.28.ebuild, -setuptools-0.6.30.ebuild, + -setuptools-0.6.30-r2.ebuild: + Remove old versions. 30 Dec 2012; Agostino Sarubbo <ago@gentoo.org> setuptools-0.6.30-r1.ebuild: Stable for alpha, wrt bug #446496 diff --git a/dev-python/setuptools/setuptools-0.6.27.ebuild b/dev-python/setuptools/setuptools-0.6.27.ebuild deleted file mode 100644 index 6bd79887ecb7..000000000000 --- a/dev-python/setuptools/setuptools-0.6.27.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6.27.ebuild,v 1.2 2012/08/05 14:08:09 ryao Exp $ - -EAPI="4" -SUPPORT_PYTHON_ABIS="1" -DISTUTILS_SRC_TEST="setup.py" - -inherit distutils eutils - -MY_PN="distribute" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Distribute (fork of Setuptools) is a collection of extensions to Distutils" -HOMEPAGE="http://pypi.python.org/pypi/distribute" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="PSF-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -DEPEND="" -RDEPEND="" - -S="${WORKDIR}/${MY_P}" - -DOCS="README.txt docs/easy_install.txt docs/pkg_resources.txt docs/setuptools.txt" -PYTHON_MODNAME="easy_install.py pkg_resources.py setuptools site.py" - -src_prepare() { - distutils_src_prepare - - epatch "${FILESDIR}/${PN}-0.6_rc7-noexe.patch" - epatch "${FILESDIR}/distribute-0.6.16-fix_deprecation_warnings.patch" - - # Disable tests requiring network connection. - rm -f setuptools/tests/test_packageindex.py -} - -src_test() { - # test_install_site_py fails with disabled byte-compiling in Python 2.7 / >=3.2. - python_enable_pyc - - distutils_src_test - - python_disable_pyc - find "(" -name "*.pyc" -o -name "*\$py.class" ")" -exec rm -f {} + - find -name "__pycache__" -exec rmdir {} + -} - -src_install() { - DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT="1" DONT_PATCH_SETUPTOOLS="1" distutils_src_install -} diff --git a/dev-python/setuptools/setuptools-0.6.28.ebuild b/dev-python/setuptools/setuptools-0.6.28.ebuild deleted file mode 100644 index 68ec1828245a..000000000000 --- a/dev-python/setuptools/setuptools-0.6.28.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6.28.ebuild,v 1.1 2012/09/20 12:09:33 radhermit Exp $ - -EAPI="4" -SUPPORT_PYTHON_ABIS="1" -DISTUTILS_SRC_TEST="setup.py" - -inherit distutils eutils - -MY_PN="distribute" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Distribute (fork of Setuptools) is a collection of extensions to Distutils" -HOMEPAGE="http://pypi.python.org/pypi/distribute" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="PSF-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -S="${WORKDIR}/${MY_P}" - -DOCS="README.txt docs/easy_install.txt docs/pkg_resources.txt docs/setuptools.txt" -PYTHON_MODNAME="easy_install.py pkg_resources.py setuptools site.py" - -src_prepare() { - distutils_src_prepare - - epatch "${FILESDIR}/${PN}-0.6_rc7-noexe.patch" - epatch "${FILESDIR}/distribute-0.6.16-fix_deprecation_warnings.patch" - - # Disable tests requiring network connection. - rm -f setuptools/tests/test_packageindex.py -} - -src_test() { - # test_install_site_py fails with disabled byte-compiling in Python 2.7 / >=3.2. - python_enable_pyc - - distutils_src_test - - python_disable_pyc - find "(" -name "*.pyc" -o -name "*\$py.class" ")" -exec rm -f {} + - find -name "__pycache__" -exec rmdir {} + -} - -src_install() { - DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT="1" DONT_PATCH_SETUPTOOLS="1" distutils_src_install -} diff --git a/dev-python/setuptools/setuptools-0.6.30-r2.ebuild b/dev-python/setuptools/setuptools-0.6.30-r2.ebuild deleted file mode 100644 index ae124676762a..000000000000 --- a/dev-python/setuptools/setuptools-0.6.30-r2.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6.30-r2.ebuild,v 1.3 2012/12/17 19:53:17 mgorny Exp $ - -EAPI="5" -PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9} ) - -inherit distutils-r1 eutils - -MY_PN="distribute" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Distribute (fork of Setuptools) is a collection of extensions to Distutils" -HOMEPAGE="http://pypi.python.org/pypi/distribute" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="PSF-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -S="${WORKDIR}/${MY_P}" - -# The build system modifies sources. -DISTUTILS_IN_SOURCE_BUILD=1 - -DOCS=( - README.txt docs/{easy_install.txt,pkg_resources.txt,setuptools.txt} -) - -python_prepare_all() { - local PATCHES=( - "${FILESDIR}/${PN}-0.6_rc7-noexe.patch" - "${FILESDIR}/distribute-0.6.16-fix_deprecation_warnings.patch" - ) - - # Disable tests requiring network connection. - rm -f setuptools/tests/test_packageindex.py - - distutils-r1_python_prepare_all -} - -python_test() { - # they fail with everything but py2.6 & 2.7 - esetup.py test -} - -python_install() { - DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT="1" \ - DONT_PATCH_SETUPTOOLS="1" \ - distutils-r1_python_install -} diff --git a/dev-python/setuptools/setuptools-0.6.30.ebuild b/dev-python/setuptools/setuptools-0.6.30.ebuild deleted file mode 100644 index dc99eea09eea..000000000000 --- a/dev-python/setuptools/setuptools-0.6.30.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6.30.ebuild,v 1.1 2012/10/22 10:56:16 radhermit Exp $ - -EAPI="4" -SUPPORT_PYTHON_ABIS="1" -DISTUTILS_SRC_TEST="setup.py" - -inherit distutils eutils - -MY_PN="distribute" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Distribute (fork of Setuptools) is a collection of extensions to Distutils" -HOMEPAGE="http://pypi.python.org/pypi/distribute" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="PSF-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -S="${WORKDIR}/${MY_P}" - -DOCS="README.txt docs/easy_install.txt docs/pkg_resources.txt docs/setuptools.txt" -PYTHON_MODNAME="easy_install.py pkg_resources.py setuptools site.py" - -src_prepare() { - distutils_src_prepare - - epatch "${FILESDIR}/${PN}-0.6_rc7-noexe.patch" - epatch "${FILESDIR}/distribute-0.6.16-fix_deprecation_warnings.patch" - - # Disable tests requiring network connection. - rm -f setuptools/tests/test_packageindex.py -} - -src_test() { - # test_install_site_py fails with disabled byte-compiling in Python 2.7 / >=3.2. - python_enable_pyc - - distutils_src_test - - python_disable_pyc - find "(" -name "*.pyc" -o -name "*\$py.class" ")" -exec rm -f {} + - find -name "__pycache__" -exec rmdir {} + -} - -src_install() { - DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT="1" DONT_PATCH_SETUPTOOLS="1" distutils_src_install -} |