summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-08-08 22:21:18 +0000
committerMichał Górny <mgorny@gentoo.org>2013-08-08 22:21:18 +0000
commit21b32a9d18463af6cdee127f5ab3232c770b6292 (patch)
treedb759c7b9eea98f60c0c1fe1bba324e0df6e6787 /dev-python
parentAdded myself as maintainer (diff)
downloadgentoo-2-21b32a9d18463af6cdee127f5ab3232c770b6292.tar.gz
gentoo-2-21b32a9d18463af6cdee127f5ab3232c770b6292.tar.bz2
gentoo-2-21b32a9d18463af6cdee127f5ab3232c770b6292.zip
Drop most of the old versions.
(Portage version: 2.2.0_alpha195/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/setuptools/ChangeLog9
-rw-r--r--dev-python/setuptools/files/setuptools-0.6.40-no-exes.patch10
-rw-r--r--dev-python/setuptools/files/setuptools-0.7.2-test-easy.patch15
-rw-r--r--dev-python/setuptools/setuptools-0.7.2-r1.ebuild48
-rw-r--r--dev-python/setuptools/setuptools-0.7.3.ebuild44
-rw-r--r--dev-python/setuptools/setuptools-0.7.8.ebuild39
-rw-r--r--dev-python/setuptools/setuptools-0.9.6.ebuild38
-rw-r--r--dev-python/setuptools/setuptools-0.9.7.ebuild38
8 files changed, 8 insertions, 233 deletions
diff --git a/dev-python/setuptools/ChangeLog b/dev-python/setuptools/ChangeLog
index fdbdd78761d9..8d5dc6b828da 100644
--- a/dev-python/setuptools/ChangeLog
+++ b/dev-python/setuptools/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-python/setuptools
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.202 2013/08/08 13:59:42 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.203 2013/08/08 22:21:18 mgorny Exp $
+
+ 08 Aug 2013; Michał Górny <mgorny@gentoo.org>
+ -files/setuptools-0.6.40-no-exes.patch,
+ -files/setuptools-0.7.2-test-easy.patch, -setuptools-0.7.2-r1.ebuild,
+ -setuptools-0.7.3.ebuild, -setuptools-0.7.8.ebuild, -setuptools-0.9.6.ebuild,
+ -setuptools-0.9.7.ebuild:
+ Drop most of the old versions.
08 Aug 2013; Jeroen Roovers <jer@gentoo.org> setuptools-0.8-r1.ebuild:
Stable for HPPA (bug #479980).
diff --git a/dev-python/setuptools/files/setuptools-0.6.40-no-exes.patch b/dev-python/setuptools/files/setuptools-0.6.40-no-exes.patch
deleted file mode 100644
index 7782847784c3..000000000000
--- a/dev-python/setuptools/files/setuptools-0.6.40-no-exes.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/setup.py
-+++ b/setup.py
-@@ -158,7 +158,6 @@
- test_suite = 'setuptools.tests',
- src_root = src_root,
- packages = find_packages(),
-- package_data = {'setuptools':['*.exe'], 'setuptools.command':['*.xml']},
-
- py_modules = ['pkg_resources', 'easy_install', 'site'],
-
diff --git a/dev-python/setuptools/files/setuptools-0.7.2-test-easy.patch b/dev-python/setuptools/files/setuptools-0.7.2-test-easy.patch
deleted file mode 100644
index 27766107cb48..000000000000
--- a/dev-python/setuptools/files/setuptools-0.7.2-test-easy.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-patch for py2.5 failing over not being able to write to the system installed py2.5. 'build' sees it pass
-https://bitbucket.org/pypa/setuptools/issue/19/2-tests-fail-in-current-072
-diff -ur
-setuptools-0.7.2.orig/setuptools/tests/test_easy_install.py setuptools-0.7.2/setuptools/tests/test_easy_install.py
---- setuptools/tests/test_easy_install.py 2013-06-09 23:59:08.000000000 +0800
-+++ setuptools/tests/test_easy_install.py 2013-06-13 22:48:54.036377152 +0800
-@@ -273,7 +273,7 @@
- sys.stderr = StringIO.StringIO()
- try:
- reset_setup_stop_context(
-- lambda: run_setup(test_setup_py, ['install'])
-+ lambda: run_setup(test_setup_py, ['build'])
- )
- except SandboxViolation:
- self.fail('Installation caused SandboxViolation')
diff --git a/dev-python/setuptools/setuptools-0.7.2-r1.ebuild b/dev-python/setuptools/setuptools-0.7.2-r1.ebuild
deleted file mode 100644
index f63c7881c4c8..000000000000
--- a/dev-python/setuptools/setuptools-0.7.2-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.7.2-r1.ebuild,v 1.3 2013/07/06 01:29:52 floppym Exp $
-
-EAPI="5"
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
-
-inherit distutils-r1
-
-DESCRIPTION="a collection of extensions to Distutils"
-HOMEPAGE="http://pypi.python.org/pypi/setuptools"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${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 ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-# Force in-source build because build system modifies sources.
-DISTUTILS_IN_SOURCE_BUILD=1
-
-DOCS=( README.txt docs/{easy_install.txt,pkg_resources.txt,setuptools.txt} )
-
-PATCHES=(
- "${FILESDIR}/${PN}-0.6.45-no-exes.patch"
-)
-
-python_prepare() {
- if [[ "${EPYTHON}" == 'python2.5' ]]; then
- epatch "${FILESDIR}"/${P}-test-easy.patch
- fi
-}
-
-python_prepare_all() {
- # Disable tests requiring network connection.
- rm -f setuptools/tests/test_packageindex.py
-
- distutils-r1_python_prepare_all
-}
-
-python_test() {
- esetup.py test
-}
-
-python_install() {
- export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1
- distutils-r1_python_install
-}
diff --git a/dev-python/setuptools/setuptools-0.7.3.ebuild b/dev-python/setuptools/setuptools-0.7.3.ebuild
deleted file mode 100644
index c4ff0282569a..000000000000
--- a/dev-python/setuptools/setuptools-0.7.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.7.3.ebuild,v 1.2 2013/07/06 01:29:52 floppym Exp $
-
-EAPI="5"
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
-
-inherit distutils-r1
-
-DESCRIPTION="a collection of extensions to Distutils"
-HOMEPAGE="http://pypi.python.org/pypi/setuptools"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${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 ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-# Force in-source build because build system modifies sources.
-DISTUTILS_IN_SOURCE_BUILD=1
-
-DOCS=( README.txt docs/{easy_install.txt,pkg_resources.txt,setuptools.txt} )
-
-python_prepare() {
- if [[ "${EPYTHON}" == 'python2.5' ]]; then
- epatch "${FILESDIR}"/${PN}-0.7.2-test-easy.patch
- fi
-}
-
-python_prepare_all() {
- # Disable tests requiring network connection.
- rm -f setuptools/tests/test_packageindex.py
-
- distutils-r1_python_prepare_all
-}
-
-python_test() {
- esetup.py test
-}
-
-python_install() {
- export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1
- distutils-r1_python_install
-}
diff --git a/dev-python/setuptools/setuptools-0.7.8.ebuild b/dev-python/setuptools/setuptools-0.7.8.ebuild
deleted file mode 100644
index 87a6b60e32ac..000000000000
--- a/dev-python/setuptools/setuptools-0.7.8.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.7.8.ebuild,v 1.2 2013/07/06 01:29:52 floppym Exp $
-
-EAPI="5"
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
-
-inherit distutils-r1
-
-DESCRIPTION="a collection of extensions to Distutils"
-HOMEPAGE="http://pypi.python.org/pypi/setuptools"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${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 ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-# Force in-source build because build system modifies sources.
-DISTUTILS_IN_SOURCE_BUILD=1
-
-DOCS=( README.txt docs/{easy_install.txt,pkg_resources.txt,setuptools.txt} )
-
-python_prepare_all() {
- # Disable tests requiring network connection.
- rm -f setuptools/tests/test_packageindex.py
-
- distutils-r1_python_prepare_all
-}
-
-python_test() {
- # Fails test_setup_requires under python2.5; probably a distutils bug
- esetup.py test
-}
-
-python_install() {
- export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1
- distutils-r1_python_install
-}
diff --git a/dev-python/setuptools/setuptools-0.9.6.ebuild b/dev-python/setuptools/setuptools-0.9.6.ebuild
deleted file mode 100644
index 08cdbc527ce9..000000000000
--- a/dev-python/setuptools/setuptools-0.9.6.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.9.6.ebuild,v 1.1 2013/07/21 11:29:07 radhermit Exp $
-
-EAPI="5"
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
-
-inherit distutils-r1
-
-DESCRIPTION="a collection of extensions to Distutils"
-HOMEPAGE="http://pypi.python.org/pypi/setuptools"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${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 ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-# Force in-source build because build system modifies sources.
-DISTUTILS_IN_SOURCE_BUILD=1
-
-DOCS=( README.txt docs/{easy_install.txt,pkg_resources.txt,setuptools.txt} )
-
-python_prepare_all() {
- # Disable tests requiring network connection.
- rm -f setuptools/tests/test_packageindex.py
-
- distutils-r1_python_prepare_all
-}
-
-python_test() {
- # Fails test_setup_requires under python2.5; probably a distutils bug
- esetup.py test
-}
-
-python_install() {
- export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1
- distutils-r1_python_install
-}
diff --git a/dev-python/setuptools/setuptools-0.9.7.ebuild b/dev-python/setuptools/setuptools-0.9.7.ebuild
deleted file mode 100644
index ec4db7e86707..000000000000
--- a/dev-python/setuptools/setuptools-0.9.7.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.9.7.ebuild,v 1.1 2013/07/22 23:21:25 radhermit Exp $
-
-EAPI="5"
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
-
-inherit distutils-r1
-
-DESCRIPTION="a collection of extensions to Distutils"
-HOMEPAGE="http://pypi.python.org/pypi/setuptools"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${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 ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-# Force in-source build because build system modifies sources.
-DISTUTILS_IN_SOURCE_BUILD=1
-
-DOCS=( README.txt docs/{easy_install.txt,pkg_resources.txt,setuptools.txt} )
-
-python_prepare_all() {
- # Disable tests requiring network connection.
- rm -f setuptools/tests/test_packageindex.py
-
- distutils-r1_python_prepare_all
-}
-
-python_test() {
- # Fails test_setup_requires under python2.5; probably a distutils bug
- esetup.py test
-}
-
-python_install() {
- export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1
- distutils-r1_python_install
-}