From 0e76d3e36279634534b45cabe1fde577b07b0fd3 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Wed, 28 Oct 2015 14:22:22 -0700 Subject: [PATCH] bump(dev-python/setuptools): sync with upstream --- .../dev-python/setuptools/ChangeLog | 446 +++++++++++++++++- .../dev-python/setuptools/Manifest | 66 ++- ....6.12-disable_versioned_easy_install.patch | 11 - ...bute-0.6.12-fix_deprecation_warnings.patch | 122 ----- ...bute-0.6.16-fix_deprecation_warnings.patch | 123 ----- .../files/setuptools-0.6_rc7-noexe.patch | 10 - .../dev-python/setuptools/metadata.xml | 8 +- .../setuptools/setuptools-0.6.21.ebuild | 54 --- .../setuptools/setuptools-0.6.30-r1.ebuild | 52 -- .../setuptools/setuptools-0.6.32.ebuild | 52 -- .../setuptools/setuptools-0.6.33.ebuild | 52 -- .../setuptools/setuptools-12.0.1.ebuild | 50 ++ .../setuptools/setuptools-12.0.3.ebuild | 50 ++ .../setuptools/setuptools-12.0.5.ebuild | 50 ++ .../setuptools/setuptools-15.0.ebuild | 51 ++ .../setuptools/setuptools-15.2.ebuild | 51 ++ .../setuptools/setuptools-16.0.ebuild | 51 ++ .../setuptools/setuptools-17.0.ebuild | 51 ++ .../setuptools/setuptools-17.1.1.ebuild | 51 ++ .../setuptools/setuptools-18.0.1.ebuild | 51 ++ .../setuptools/setuptools-18.1.ebuild | 51 ++ .../setuptools/setuptools-18.2-r2.ebuild | 51 ++ .../setuptools/setuptools-18.2-r3.ebuild | 53 +++ .../setuptools/setuptools-18.2.ebuild | 51 ++ .../setuptools/setuptools-18.3.2.ebuild | 54 +++ .../setuptools/setuptools-18.4.ebuild | 54 +++ .../setuptools/setuptools-2.2.ebuild | 39 ++ .../setuptools/setuptools-7.0.ebuild | 42 ++ .../setuptools/setuptools-8.0.1.ebuild | 42 ++ .../setuptools/setuptools-8.2.1.ebuild | 42 ++ .../setuptools/setuptools-9.1.ebuild | 42 ++ .../setuptools/setuptools-9999.ebuild | 52 +- .../md5-cache/dev-python/setuptools-0.6.21 | 12 - .../md5-cache/dev-python/setuptools-0.6.30-r1 | 14 - .../md5-cache/dev-python/setuptools-0.6.32 | 14 - .../md5-cache/dev-python/setuptools-0.6.33 | 14 - .../md5-cache/dev-python/setuptools-12.0.1 | 14 + .../md5-cache/dev-python/setuptools-12.0.3 | 14 + .../md5-cache/dev-python/setuptools-12.0.5 | 14 + .../md5-cache/dev-python/setuptools-15.0 | 14 + .../md5-cache/dev-python/setuptools-15.2 | 14 + .../md5-cache/dev-python/setuptools-16.0 | 14 + .../md5-cache/dev-python/setuptools-17.0 | 14 + .../md5-cache/dev-python/setuptools-17.1.1 | 14 + .../md5-cache/dev-python/setuptools-18.0.1 | 14 + .../md5-cache/dev-python/setuptools-18.1 | 14 + .../md5-cache/dev-python/setuptools-18.2 | 14 + .../md5-cache/dev-python/setuptools-18.2-r2 | 14 + .../md5-cache/dev-python/setuptools-18.2-r3 | 14 + .../md5-cache/dev-python/setuptools-18.3.2 | 15 + .../md5-cache/dev-python/setuptools-18.4 | 15 + .../md5-cache/dev-python/setuptools-2.2 | 14 + .../md5-cache/dev-python/setuptools-7.0 | 14 + .../md5-cache/dev-python/setuptools-8.0.1 | 14 + .../md5-cache/dev-python/setuptools-8.2.1 | 14 + .../md5-cache/dev-python/setuptools-9.1 | 14 + .../md5-cache/dev-python/setuptools-9999 | 14 +- 57 files changed, 1775 insertions(+), 600 deletions(-) delete mode 100644 sdk_container/src/third_party/portage-stable/dev-python/setuptools/files/distribute-0.6.12-disable_versioned_easy_install.patch delete mode 100644 sdk_container/src/third_party/portage-stable/dev-python/setuptools/files/distribute-0.6.12-fix_deprecation_warnings.patch delete mode 100644 sdk_container/src/third_party/portage-stable/dev-python/setuptools/files/distribute-0.6.16-fix_deprecation_warnings.patch delete mode 100644 sdk_container/src/third_party/portage-stable/dev-python/setuptools/files/setuptools-0.6_rc7-noexe.patch delete mode 100644 sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-0.6.21.ebuild delete mode 100644 sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-0.6.30-r1.ebuild delete mode 100644 sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-0.6.32.ebuild delete mode 100644 sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-0.6.33.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-12.0.1.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-12.0.3.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-12.0.5.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-15.0.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-15.2.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-16.0.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-17.0.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-17.1.1.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-18.0.1.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-18.1.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-18.2-r2.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-18.2-r3.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-18.2.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-18.3.2.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-18.4.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-2.2.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-7.0.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-8.0.1.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-8.2.1.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-9.1.ebuild delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-0.6.21 delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-0.6.30-r1 delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-0.6.32 delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-0.6.33 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-12.0.1 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-12.0.3 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-12.0.5 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-15.0 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-15.2 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-16.0 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-17.0 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-17.1.1 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-18.0.1 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-18.1 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-18.2 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-18.2-r2 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-18.2-r3 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-18.3.2 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-18.4 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-2.2 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-7.0 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-8.0.1 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-8.2.1 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-9.1 diff --git a/sdk_container/src/third_party/portage-stable/dev-python/setuptools/ChangeLog b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/ChangeLog index d4145a3ff7..48d996a462 100644 --- a/sdk_container/src/third_party/portage-stable/dev-python/setuptools/ChangeLog +++ b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/ChangeLog @@ -1,6 +1,448 @@ # 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.182 2013/01/11 09:59:31 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.284 2015/08/04 05:58:26 jlec Exp $ + +*setuptools-18.1 (04 Aug 2015) + + 04 Aug 2015; Justin Lecher +setuptools-18.1.ebuild: + Version Bump + +*setuptools-18.0.1 (26 Jun 2015) + + 26 Jun 2015; Justin Lecher +setuptools-18.0.1.ebuild: + Version Bump + +*setuptools-17.1.1 (15 Jun 2015) + + 15 Jun 2015; Justin Lecher +setuptools-17.1.1.ebuild: + Version Bump + + 02 Jun 2015; Jack Morgan setuptools-12.0.1.ebuild: + sparc stable wrt bug #540290 + +*setuptools-17.0 (29 May 2015) + + 29 May 2015; Justin Lecher +setuptools-17.0.ebuild: + Version Bump + +*setuptools-16.0 (19 May 2015) + + 19 May 2015; Justin Lecher +setuptools-16.0.ebuild: + Version Bump + +*setuptools-15.2 (05 May 2015) + + 05 May 2015; Justin Lecher +setuptools-15.2.ebuild: + Version Bump + + 13 Apr 2015; Agostino Sarubbo setuptools-12.0.1.ebuild: + Stable for alpha, wrt bug #540290 + + 08 Apr 2015; Michał Górny setuptools-2.2.ebuild: + Drop old Python implementations + + 06 Apr 2015; Ian Delaney metadata.xml: + update remote-id in metadata.xml + +*setuptools-15.0 (04 Apr 2015) + + 04 Apr 2015; Justin Lecher +setuptools-15.0.ebuild, + metadata.xml: + Version Bump + + 03 Apr 2015; Mike Frysinger setuptools-12.0.1.ebuild: + Mark arm/arm64/ia64/m68k/s390/sh stable #540290. + + 21 Mar 2015; Jeroen Roovers setuptools-12.0.1.ebuild: + Stable for HPPA (bug #540290). + + 08 Mar 2015; Pacho Ramos setuptools-12.0.1.ebuild: + x86 stable, bug 540290 + + 07 Mar 2015; Pacho Ramos setuptools-12.0.1.ebuild: + ppc stable, bug 540290 + + 07 Mar 2015; Pacho Ramos setuptools-12.0.1.ebuild: + ppc64 stable, bug 540290 + + 06 Mar 2015; Pacho Ramos setuptools-12.0.1.ebuild: + amd64 stable, bug 540290 + +*setuptools-12.0.5 (27 Jan 2015) + + 27 Jan 2015; Tim Harder +setuptools-12.0.5.ebuild: + Version bump. + +*setuptools-12.0.3 (19 Jan 2015) + + 19 Jan 2015; Tim Harder +setuptools-12.0.3.ebuild: + Version bump. + + 18 Jan 2015; Mike Gilbert setuptools-12.0.1.ebuild: + Re-enable tests; patrick is the only one experiencing bug 534058. + + 18 Jan 2015; Patrick Lauer setuptools-12.0.1.ebuild: + Disable test phase that never passes #534058 etc. + +*setuptools-12.0.1 (17 Jan 2015) + + 17 Jan 2015; Tim Harder +setuptools-12.0.1.ebuild: + Version bump. + + 02 Jan 2015; Agostino Sarubbo setuptools-7.0.ebuild: + Stable for sparc, wrt bug #530650 + + 02 Jan 2015; Mike Frysinger setuptools-7.0.ebuild: + Mark arm64 stable. + +*setuptools-9.1 (30 Dec 2014) + + 30 Dec 2014; Mike Gilbert +setuptools-9.1.ebuild, + setuptools-9999.ebuild: + Bump. + + 23 Dec 2014; Agostino Sarubbo setuptools-7.0.ebuild: + Stable for alpha, wrt bug #530650 + +*setuptools-8.2.1 (19 Dec 2014) + + 19 Dec 2014; Tim Harder +setuptools-8.2.1.ebuild: + Version bump. + + 14 Dec 2014; Tim Harder -setuptools-0.8-r1.ebuild, + -setuptools-5.4.1.ebuild, -setuptools-5.6.ebuild, -setuptools-5.7.ebuild, + -setuptools-6.0.2.ebuild, -setuptools-6.1.ebuild, + -files/setuptools-0.9.8-install_scripts-overwrite.patch: + Remove old. + +*setuptools-8.0.1 (14 Dec 2014) + + 14 Dec 2014; Tim Harder -setuptools-8.0.ebuild, + +setuptools-8.0.1.ebuild: + Version bump, drop old. + +*setuptools-8.0 (13 Dec 2014) + + 13 Dec 2014; Tim Harder +setuptools-8.0.ebuild: + Version bump. + + 09 Dec 2014; Jeroen Roovers setuptools-7.0.ebuild: + Stable for HPPA (bug #530650). + + 08 Dec 2014; Mikle Kolyada setuptools-7.0.ebuild: + s390/sh/m68k stable + + 08 Dec 2014; Agostino Sarubbo setuptools-7.0.ebuild: + Stable for ppc64, wrt bug #530650 + + 07 Dec 2014; Markus Meier setuptools-7.0.ebuild: + arm stable, bug #530650 + + 07 Dec 2014; Agostino Sarubbo setuptools-7.0.ebuild: + Stable for ppc, wrt bug #530650 + + 06 Dec 2014; Agostino Sarubbo setuptools-7.0.ebuild: + Stable for ia64, wrt bug #530650 + + 05 Dec 2014; Agostino Sarubbo setuptools-7.0.ebuild: + Stable for x86, wrt bug #530650 + + 04 Dec 2014; Agostino Sarubbo setuptools-7.0.ebuild: + Stable for amd64, wrt bug #530650 + + 19 Nov 2014; Ian Delaney setuptools-7.0.ebuild: + Add pypy3 support + +*setuptools-7.0 (19 Oct 2014) + + 19 Oct 2014; Tim Harder +setuptools-7.0.ebuild: + Version bump. + +*setuptools-6.1 (12 Oct 2014) + + 12 Oct 2014; Tim Harder +setuptools-6.1.ebuild: + Version bump. + +*setuptools-6.0.2 (30 Sep 2014) + + 30 Sep 2014; Tim Harder +setuptools-6.0.2.ebuild: + Version bump. + +*setuptools-5.7 (15 Aug 2014) + + 15 Aug 2014; Tim Harder +setuptools-5.7.ebuild: + Version bump. + + 15 Aug 2014; Tim Harder -setuptools-0.6.21.ebuild, + -setuptools-0.6.30-r1.ebuild, -setuptools-0.6.33.ebuild, + -setuptools-0.6.45-r1.ebuild, -setuptools-0.9.8-r1.ebuild, + -setuptools-1.0.ebuild, -setuptools-1.1.ebuild, -setuptools-1.1.1.ebuild, + -setuptools-1.1.3.ebuild, -setuptools-1.1.5.ebuild, -setuptools-1.1.6.ebuild, + -setuptools-5.0.1.ebuild, -setuptools-5.1.ebuild, -setuptools-5.2.ebuild, + -setuptools-5.3.ebuild, + -files/distribute-0.6.16-fix_deprecation_warnings.patch, + -files/setuptools-0.6_rc7-noexe.patch, + -files/setuptools-0.6.45-no-exes.patch: + Remove old. + +*setuptools-5.6 (15 Aug 2014) + + 15 Aug 2014; Tim Harder +setuptools-5.6.ebuild: + Version bump. + + 01 Aug 2014; Raúl Porcel setuptools-2.2.ebuild: + sparc stable wrt #508416 + + 20 Jul 2014; Tobias Klausmann setuptools-2.2.ebuild: + Stable on alpha, bug #508416 + +*setuptools-5.4.1 (11 Jul 2014) + + 11 Jul 2014; Tim Harder +setuptools-5.4.1.ebuild: + Version bump. + + 04 Jul 2014; Mike Gilbert setuptools-5.3.ebuild, + setuptools-9999.ebuild: + Depend on pytest. + + 29 Jun 2014; Mikle Kolyada setuptools-2.2.ebuild: + ppc64 stable wrt bug #508416 + +*setuptools-5.3 (29 Jun 2014) + + 29 Jun 2014; Tim Harder +setuptools-5.3.ebuild: + Version bump. + +*setuptools-5.2 (24 Jun 2014) + + 24 Jun 2014; Tim Harder +setuptools-5.2.ebuild: + Version bump. + +*setuptools-5.1 (15 Jun 2014) + + 15 Jun 2014; Tim Harder +setuptools-5.1.ebuild: + Version bump. + +*setuptools-5.0.1 (15 Jun 2014) + + 15 Jun 2014; Tim Harder +setuptools-5.0.1.ebuild: + Version bump. + + 08 Jun 2014; Akinori Hattori setuptools-2.2.ebuild: + ia64 stable wrt bug #508416 + + 08 Jun 2014; Agostino Sarubbo setuptools-2.2.ebuild: + Stable for ppc, wrt bug #508416 + + 25 May 2014; Mikle Kolyada setuptools-2.2.ebuild: + x86 stable wrt bug #508416 + + 24 May 2014; Mikle Kolyada setuptools-2.2.ebuild: + amd64 stable wrt bug #508416 + + 27 Apr 2014; Markus Meier setuptools-2.2.ebuild: + arm stable, bug #508416 + + 26 Apr 2014; Jeroen Roovers setuptools-2.2.ebuild: + Stable for HPPA (bug #508416). + + 31 Mar 2014; Michał Górny setuptools-0.6.33.ebuild, + setuptools-0.6.45-r1.ebuild, setuptools-0.8-r1.ebuild, + setuptools-0.9.8-r1.ebuild, setuptools-1.0.ebuild, setuptools-1.1.1.ebuild, + setuptools-1.1.3.ebuild, setuptools-1.1.5.ebuild, setuptools-1.1.6.ebuild, + setuptools-1.1.ebuild, setuptools-2.2.ebuild, setuptools-9999.ebuild: + Add support for the new PyPy slotting. + +*setuptools-2.2 (22 Feb 2014) + + 22 Feb 2014; Mike Gilbert +setuptools-2.2.ebuild: + Version bump. + + 22 Feb 2014; Mike Gilbert setuptools-1.1.6.ebuild, + setuptools-9999.ebuild: + Add python3.4. + + 22 Feb 2014; Mike Gilbert setuptools-1.1.6.ebuild, + setuptools-9999.ebuild: + Resolve SandboxViolation when running tests, bug 486838. + + 16 Feb 2014; Mike Frysinger setuptools-0.8-r1.ebuild, + setuptools-0.9.8-r1.ebuild, setuptools-1.0.ebuild, setuptools-1.1.1.ebuild, + setuptools-1.1.3.ebuild, setuptools-1.1.5.ebuild, setuptools-1.1.6.ebuild, + setuptools-1.1.ebuild, setuptools-9999.ebuild: + Add arm64 love. + + 18 Jan 2014; Mike Frysinger setuptools-0.8-r1.ebuild: + Mark m68k/s390/sh stable. + +*setuptools-1.1.6 (24 Sep 2013) + + 24 Sep 2013; Tim Harder +setuptools-1.1.6.ebuild: + Version bump. + +*setuptools-1.1.5 (16 Sep 2013) + + 16 Sep 2013; Tim Harder +setuptools-1.1.5.ebuild: + Version bump. + + 06 Sep 2013; Agostino Sarubbo setuptools-0.8-r1.ebuild: + Stable for sparc, wrt bug #479980 + +*setuptools-1.1.3 (06 Sep 2013) + + 06 Sep 2013; Tim Harder +setuptools-1.1.3.ebuild: + Version bump. + + 05 Sep 2013; Michał Górny setuptools-0.6.30-r1.ebuild, + setuptools-0.6.33.ebuild, setuptools-0.6.45-r1.ebuild, + setuptools-0.8-r1.ebuild, setuptools-0.9.8-r1.ebuild, setuptools-1.0.ebuild, + setuptools-1.1.ebuild, setuptools-9999.ebuild: + Clean up PYTHON_COMPAT from old implementations. + +*setuptools-1.1.1 (04 Sep 2013) + + 04 Sep 2013; Tim Harder +setuptools-1.1.1.ebuild: + Version bump, dropped masked PYTHON_COMPAT implementations. + + 29 Aug 2013; Agostino Sarubbo setuptools-0.8-r1.ebuild: + Stable for ia64, wrt bug #479980 + +*setuptools-1.1 (27 Aug 2013) + + 27 Aug 2013; Tim Harder +setuptools-1.1.ebuild: + Version bump. + +*setuptools-1.0 (25 Aug 2013) + + 25 Aug 2013; Tim Harder +setuptools-1.0.ebuild: + Version bump. + + 18 Aug 2013; Agostino Sarubbo setuptools-0.8-r1.ebuild: + Stable for x86, wrt bug #479980 + + 13 Aug 2013; Agostino Sarubbo setuptools-0.8-r1.ebuild: + Stable for alpha, wrt bug #479980 + + 10 Aug 2013; Agostino Sarubbo setuptools-0.8-r1.ebuild: + Stable for ppc64, wrt bug #479980 + + 10 Aug 2013; Agostino Sarubbo setuptools-0.8-r1.ebuild: + Stable for arm, wrt bug #479980 + + 10 Aug 2013; Agostino Sarubbo setuptools-0.8-r1.ebuild: + Stable for ppc, wrt bug #479980 + + 08 Aug 2013; Michał Górny + -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 setuptools-0.8-r1.ebuild: + Stable for HPPA (bug #479980). + + 07 Aug 2013; Agostino Sarubbo setuptools-0.8-r1.ebuild: + Stable for amd64, wrt bug #479980 + + 07 Aug 2013; Michał Górny setuptools-0.6.33.ebuild, + setuptools-0.6.45-r1.ebuild: + Drop removed Python implementations from PYTHON_COMPAT. + +*setuptools-0.8-r1 (06 Aug 2013) + + 06 Aug 2013; Michał Górny +setuptools-0.8-r1.ebuild, + -setuptools-0.8.ebuild: + Backport the python-exec breakage patch to 0.8 stable candidate. + +*setuptools-0.9.8-r1 (05 Aug 2013) + + 05 Aug 2013; Michał Górny + +files/setuptools-0.9.8-install_scripts-overwrite.patch, + +setuptools-0.9.8-r1.ebuild, -setuptools-0.9.8.ebuild: + Backport patch fixing python-exec overwrite, bug #468378. + +*setuptools-0.9.8 (26 Jul 2013) + + 26 Jul 2013; Tim Harder +setuptools-0.9.8.ebuild: + Version bump. + +*setuptools-0.9.7 (22 Jul 2013) + + 22 Jul 2013; Tim Harder +setuptools-0.9.7.ebuild: + Version bump. + +*setuptools-0.9.6 (21 Jul 2013) + + 21 Jul 2013; Tim Harder +setuptools-0.9.6.ebuild, + setuptools-9999.ebuild: + Version bump. + + 06 Jul 2013; Mike Gilbert setuptools-9999.ebuild: + Update live ebuild. + + 06 Jul 2013; Mike Gilbert setuptools-0.6.30-r1.ebuild, + setuptools-0.6.33.ebuild, setuptools-0.6.45-r1.ebuild, + setuptools-0.7.2-r1.ebuild, setuptools-0.7.3.ebuild, setuptools-0.7.8.ebuild, + setuptools-0.8.ebuild, setuptools-9999.ebuild: + Restore ~m68k keyword to all ebuilds. + +*setuptools-0.7.8 (06 Jul 2013) +*setuptools-0.8 (06 Jul 2013) + + 06 Jul 2013; Mike Gilbert +setuptools-0.7.8.ebuild, + +setuptools-0.8.ebuild: + Version bump. + + 06 Jul 2013; Mike Gilbert -setuptools-0.6.32.ebuild, + -setuptools-0.6.40.ebuild, setuptools-0.6.21.ebuild, + setuptools-0.6.30-r1.ebuild, setuptools-0.6.33.ebuild, + setuptools-0.6.45-r1.ebuild: + Add strong blocker on 0.7 to 0.6.x ebuilds. Remove old. + +*setuptools-0.7.3 (18 Jun 2013) + + 18 Jun 2013; Mike Gilbert +setuptools-0.7.3.ebuild, + setuptools-0.7.2-r1.ebuild: + Version bump. Restore DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT + variable. + +*setuptools-0.7.2-r1 (15 Jun 2013) + + 15 Jun 2013; Mike Gilbert +setuptools-0.7.2-r1.ebuild, + -setuptools-0.7.2.ebuild: + Apply no-exes patch. + +*setuptools-0.6.45-r1 (15 Jun 2013) + + 15 Jun 2013; Mike Gilbert +setuptools-0.6.45-r1.ebuild, + -setuptools-0.6.45.ebuild, files/setuptools-0.6.45-no-exes.patch: + Fix no-exes patch. + +*setuptools-0.7.2 (14 Jun 2013) + + 14 Jun 2013; Ian Delaney + +files/setuptools-0.7.2-test-easy.patch, +setuptools-0.7.2.ebuild: + bump; switch to setuptools proper rather than distribute, fixes Bug #472808 + +*setuptools-0.6.45 (13 Jun 2013) + + 13 Jun 2013; Patrick Lauer + +files/setuptools-0.6.45-no-exes.patch, +setuptools-0.6.45.ebuild: + Bump + + 24 May 2013; Mike Gilbert + +files/setuptools-0.6.40-no-exes.patch, setuptools-0.6.40.ebuild, + setuptools-9999.ebuild: + Use a patch to remove the .exe files. + +*setuptools-0.6.40 (22 May 2013) + + 22 May 2013; Patrick Lauer +setuptools-0.6.40.ebuild: + Bump + + 21 Feb 2013; Zac Medico setuptools-0.6.33.ebuild: + Add ~arm-linux keyword. *setuptools-9999 (11 Jan 2013) diff --git a/sdk_container/src/third_party/portage-stable/dev-python/setuptools/Manifest b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/Manifest index bd71f8381b..e8d62f0c50 100644 --- a/sdk_container/src/third_party/portage-stable/dev-python/setuptools/Manifest +++ b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/Manifest @@ -1,25 +1,41 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA256 - -AUX distribute-0.6.16-fix_deprecation_warnings.patch 4880 SHA256 abf78f789b846c32e1e857b3f50347034b68592a7d0e12d34a3d9d463323dfcd SHA512 4b09e2fa73dc46c1ffcc0024fa03e79c2c6125a593b4c0a2d4fc0c577e720cd40993662d144062754310d5020ad39cfd004f5f4160df91ef3e94babb76748f85 WHIRLPOOL 808954910e462ebc0fde40cdd7288472f38edd440ffb03bafcc797371496396cbd996f2b4c2c662ed13b187b0f270b6210f8ca59a6a11384d949909f8d90dd06 -AUX setuptools-0.6_rc7-noexe.patch 351 SHA256 772731de7539b71d45da2ac77062965c1ea36294781d4113a2845868b98d8b83 SHA512 b3125b5bcc73aa54eed39ce79ddaa62a56bbd1586cd7264b7b05db4a42c76e5684cb42b3c48b154a6bc71a4a6dd7306a5a55c5e87da1b9a48d545f4bc01a1f39 WHIRLPOOL ff76586c5887547343b622396960138f4ced4b13399c25027491b901b889e3179df11ce56059e7d4e890494025c4ae037fdaf528d5c174f3960b51418fb52ce0 -DIST distribute-0.6.21.tar.gz 400092 SHA256 5701c39864ac17d17b66aceca4ea3c92a8b9ab63d593ac491a2455d3de3e53b9 SHA512 45898d760bf527c2a02ddea0b6ae32d0c028b40cd1ab4674947eb4123f9fee99e2076640b86920ab9d8995bfce8bf536f7694d3bf2e112a5aec4fc394f123a39 WHIRLPOOL 0443066f5c71bebb428939ccee6b04e7942dd94f199153466a9783b514c3f985435623fbfb6cf606c443d91faf379236ed5e4b5f2fb3c45786eadea087a2e27b -DIST distribute-0.6.30.tar.gz 638335 SHA256 7ff34c3a9a844ee881ff28efc5d1f74603b72e0a5235a9d6dc76e603149e8eab SHA512 17af11c106064100aa9710d6d129b624727ca20c9f37a77a64b7394768f4006613605382f41d20beed24005189c7a68986208970586ed910a4c7bfff59d10350 WHIRLPOOL 5ca0537bf2c6b1c09ed5d2264cd0b1bfa9fa3f661788e9174705753c683d15c90a06f6bff810646aa670a9e99403671eb1248daf3fa15c972befec9b9e19d27f -DIST distribute-0.6.32.tar.gz 643362 SHA256 8970cd1e148b5d1fea9430584aea66c45ea22d80e0933393ec49ebc388f718df SHA512 4a216e8bd5f48143d7b4d1b0b05279e85f1d3b7114152317bb7395e351f7faa09338699a3b7df940275eb371b97fb0bde73692f33dcfc4efeda104219a1fc848 WHIRLPOOL c0796f6a3c66256acd8386fe117c175602f4da96e857b00c894675dc476d9b216eacae6650994d6d8f8446672fe7c3f9de67d9a5c07f9d01cc83fc1ed6727670 -DIST distribute-0.6.33.tar.gz 644203 SHA256 52d9bf08ddd7598fea591434188577e59f06cbaa0fbd9cf31dd09b455c18433a SHA512 9a5fdedde884a72fb312954e5f2ea480e001914442ecadf7f4bc05ca6cc3dd63cde17e5e7fc746bd430a134ec9a3f358ce523a50955461278d1d15b0cc112626 WHIRLPOOL 92b508c622fdc9b3a8bb61bd80a64b8d0d1e8e595fae4214a166e49e0874f24a3ec374fc0fc31beab4b6611186562ca29acff436f214861574e0a2f35f86b884 -EBUILD setuptools-0.6.21.ebuild 1753 SHA256 fb8be8dde2f3310f313bed574cdee710b04986d03c81769028e7c0c4352b0c8b SHA512 654a7ea3f75b90d2772ee47ac9fac9c873a81314b9261601402768a737715904c5ffe6f6600652210ce7614f1b62d361a6ae5a0317f662cd97ad96bb2566cb51 WHIRLPOOL 49e91b838de21ce91a5d2acfc44c1687ef999fd3d82af3f785bd00ed41eee1f7a3257af15f5ae89014fa9ad94c7de303d3ca259adc3eb92912ffc9914b8b8103 -EBUILD setuptools-0.6.30-r1.ebuild 1516 SHA256 1c8e8e57bc1887316a1c441546a075a0c2cf2458cfa19ac11b44eaddd9830ba5 SHA512 1f35fe39030e86e7e5c771c21df8acc61ea848809d20bd7334d87cb7f8dd765fdd0d9eb39393dd8b6c8c04d0e1d663b541cfdb232d5eb7baebde83036114b465 WHIRLPOOL 9e1a374a9e0520dbe8dd9674c771f70828979ea41d69a8fb6a88bf825a3d4d6e40397063e94f9dd925354334aa658d2c693e3304edb1775163d263de04e77fe5 -EBUILD setuptools-0.6.32.ebuild 1571 SHA256 39268228e54a38dfa95415808dc6866799f3f2095d850c34ae8846ada58ff358 SHA512 a9d6ce4f359fe32596b99c1e7fd06d85010c16508595355cbf8abab183d2aa130adbd1f8b1f7b498e14d18f45081c84eb9eb314909229c954847043cf8347d26 WHIRLPOOL 4e72b59faba8fe479952990a29f7c08791db51e8838d583cf67fff6a8b3122db7f9fdb95f2e0906c888ae1e6ec2a673a9664c643b4a3bc462d5995e07c6bcb3b -EBUILD setuptools-0.6.33.ebuild 1628 SHA256 7ee40180130d5c4d3da65eac36e587c4b042b55a0ded2b22fd9dcc372f4bca38 SHA512 df5630ecc66ca25e6092dcaedfbcc5803978358c20acff2fc0308487fa14f36e5e87e69eadc0bc644461fac2bc1cb03c5373a6d1e63911236d2c1a3027f26fff WHIRLPOOL 145e085677a7a084132ed87283742714b100cc01dd7c2b9aac5155ac66addc504686308f408e6b0e22b123d04790b9e08eec0266a6de2b44ba849ea62dfcf67a -EBUILD setuptools-9999.ebuild 1747 SHA256 62d6f0bb3921892e9b0424aeb42f72e20ec034fff28a1bfec39f3c664f179260 SHA512 5cb1d43babd9ed2017b7762f0b3d109927baf3ab25d57783f65e9ea664e86d241b127ab0730664883fd5c38330423369d266d04d55edda753063626a7f25c469 WHIRLPOOL b5da9a54f08db267038d06c663c8ba3ec401f0407da7610861cfdf8de9580adbe75bf45e9bdef752c18dd70d5f039230411cf02365c8714b52cf4493b27bba61 -MISC ChangeLog 25743 SHA256 9dc6cc330052e1ff637e6c137a99df82a5d9c27ba389a2d1d02afbc371d675dd SHA512 f3dd291d90a48ac97621d890d9569173fd629579d0704824b7d2f32677659178208711931a0cbd7427886fdbb3a11203a9b89289565dbc834c965715848be1c4 WHIRLPOOL 9d06af544af262e9545769dce236692848f89ff32e0240c7f78ae540f95ef7073ebabd106cb048aa68e75d77ed969d74024cf7aa3fbe52b80351c857cde2f3df -MISC metadata.xml 233 SHA256 6dc0849682824e3bb8e7b092b59c0c49a7df79b6496086559a4b4bbf1a8bc586 SHA512 4c547bff28a5f545edec812745a83e42a044f7117a21bc5f417b91e48e61095194003760813b03c557004a3c9c669aa8ec50988eb4a3a106cfcb4e1063a0ef30 WHIRLPOOL a846059cf244c81e8d8ff01d667d0ced9a32d31bab77a25765a7c88eecefc3f7a4370939a9bcbb1822f3f35c182afe0e83693b241a2aa703597f15649baa00cb ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.19 (GNU/Linux) - -iJwEAQEIAAYFAlDv4qUACgkQfXuS5UK5QB2K3AQAn8EbHyBc6t6Yn7tT+Dd+nn8r -XSkzU6JvguiwAH6rK+Cnh2D2laWAYmD1iLSogRvhKFT65PRBf/mmzdkauGygtuxj -txUAC/ATSxnYzdpWK3s/Y5ivXWHHqdSZW+MH1DeRA734ZbjPkhJlpkTv0QL+LeS6 -xY2HNO5c5lY0tfUOjSU= -=imy6 ------END PGP SIGNATURE----- +DIST setuptools-12.0.1.tar.gz 626735 SHA256 35c3d6db79c662f1fc1c5105bc7cd3983d44071ebf5f9e00453792ea1335d5ab SHA512 fd7ce2f50b38e53cfbaa3c7d493f1cb50c7153009221b4b9cf1222ffac784f1c47b3d5da02395b2e5385f62f14c0ce6b6265f538edfe7ff38559f2905f0dc86b WHIRLPOOL 7180885fa3fada912e253c16eb28da6aac607cb1b6a67434888f6e8962eaf7d7e935176f3362182560f4f47547f1acbb7b65e5031ef7851357886d8fc3991069 +DIST setuptools-12.0.3.tar.gz 626842 SHA256 aa995fc91d203d02630bf54f9d898b7b337cbefb3f8d05d33de2b0d64a601ef8 SHA512 5a6e3d9ed6e6a184c40ad850435818157fff76d900300dfe5c5e96ba31f67d9f23098e61b357f76c235b1eec11676038cbbb90e65ba6b0194753acb340eb7e46 WHIRLPOOL bc03b6d8bc6c05568923dcc3498012d8e0f09562b37e7df73d6a48927dbcea3f88046483f47c13be12bb9c82440f73bfa55cb5688f99fda67bb7ee086fe5eb08 +DIST setuptools-12.0.5.tar.gz 626973 SHA256 bda326cad34921060a45004b0dd81f828d471695346e303f4ca53b8ba6f4547f SHA512 d4d3a0decc9e77abf12ee5121df0cbf9863f9f8cf680a728bf581484587bbd1f1abc523a8ce3b35ab0ffce08d8de8728b450aee8738b67d2046460da4122fb7e WHIRLPOOL aa5997fa8360bf23ff2b3f49c376adf4580958dfe5bbfffcfbc107d8fddd2974be1ccddf8e8c3753a36c5ef3202bffa31876836e14ecbcd6b071a1782d23e22a +DIST setuptools-15.0.tar.gz 627831 SHA256 718d13adf87f99a45835bb20e0a1c4c036de644cd32b3f112639403aa04ebeb5 SHA512 ecefbd90d3733adfcf308b78ddb9490d99bebae30334436e6c0ea19edec27ccb26a159f2957e939e537f2c7ab5572524f32ab74b9e59684f1c5f2ebecf98b551 WHIRLPOOL 64daa854c88c644005dc53e17b1eb698d83aaecce76e591150f368d2633f2f6285612bd33cbdc281d9213c53e2b36a8f1aebdaffa3ab35d6e0bf5262e0e857af +DIST setuptools-15.2.tar.gz 628101 SHA256 381e78471fb0eff89c4b1a219e8739f48dd87c76ad2d3a790010ca3a62ee29a4 SHA512 32497b9b5d32e9e04a7338227db9d4f0e09606ac547b9d6f1be230e9ba719a30cbdaf51e134f8826347673235db2f77cd33c8974634618696ce3308d278d3fbe WHIRLPOOL b091234de002d6a65e3215695c19a7af8bd8826693dbc43e7fcc0ad4aaca74cb3f607702cdfe2d52bd5ca8ab60e6b42f7351de2abf9c5ae1cbec46a4f217b1cf +DIST setuptools-16.0.tar.gz 629567 SHA256 aa86255dee2c4a0056509750008007667c29306b7a6c13801468515b2c672845 SHA512 38a89aad89dc9aa682dbfbca623e2f69511f5e20d4a3526c01aabbc7e93ae78f20aac566676b431e111540b41540a1c4f644ce4174e7ecf052318612075e02dc WHIRLPOOL fc2f8c66fdb1329436d491cf62af3c989ec1885ce10ec02f9e1b5cfbab5a8ad6ea86b20c4790848d995b1c5b87838cc1acb24944df84392976eb03bc9eebf325 +DIST setuptools-17.0.tar.gz 629845 SHA256 561b33819ef3da2bff89cc8b05fd9b5ea3caeb31ad588b53fdf06f886ac3d200 SHA512 504ec0bd3ac0f9982da7cdcfb38bd8a54680aa52363b6654273c8ecb8046147b712025d2d3965475c8407b923b0a58e96dabf173a47cf36b1343a0d7a15eb991 WHIRLPOOL 0ddc8cdbb2151f71a9de8fbfe22aca30cd365a399881bff1568926ebe6c771b421a187ac007555447f18a2372195eba070ccf7a130a48f3672025c87553a9888 +DIST setuptools-17.1.1.tar.gz 630390 SHA256 5bf42dbf406fd58a41029f53cffff1c90db5de1c5e0e560b5545cf2ec949c431 SHA512 69b32baaac2954d7a9fb4df8738489c6abec090a69dc44781e60fae302443f28628730d0b72d9fa19a14045df0e512b6830be6bc603b97f73c16e7ba29b3b9c9 WHIRLPOOL 1a8b283a81ddb5cd5e393153db9b7f2a0ebb61c78c991558ae8c64706e17bb9db0597f34f577d1af9e9d4e2ec71eebba79553a3ee84ecada6f536b8d9657120e +DIST setuptools-18.0.1.tar.gz 630585 SHA256 4d49c99fd51edf22baa997fb6105b07482feaebcb174b7d348a4307c29264b94 SHA512 9b318ce2ee2cf787929dcb886d76c492b433e71024fda9452d8b4927652a298d6bd1bdb7a4c73883a98e100024f89b46ea8aa14b250f896e549e6dd7e10a6b41 WHIRLPOOL 03a8aba7af5980d4e7680af1d7d2df2a16fb015e994e166f9f380119c4af136bad635a8ac90095a086c35dc90cf6872ea1aba190269425267bd844b37f8e50fe +DIST setuptools-18.1.tar.gz 630700 SHA256 ad52a9d5b3a6f39c2a1c2deb96cc4f6aff29d6511bdea2994322c40b60c9c36a SHA512 1367f3a10c1fef2f8061e430585f1927f6bd7c416e764d65cea1f4255824d549efa77beef8ff784bbd62c307b4b1123502e7b3fd01a243c0cc5b433a841cc8b5 WHIRLPOOL bbd3c540ff4233052be9b46f6b389900513f06aa1f79ad09495aa2c7fbdfa7bdf0e0766257a13fb9be01ce5288fdc1b3573d6411f71beb614fecc8fa72dd9e94 +DIST setuptools-18.2.tar.gz 630990 SHA256 0994a58df27ea5dc523782a601357a2198b7493dcc99a30d51827a23585b5b1d SHA512 964449faecce8b039343ea4364e73e035b7a99ba425939c07ee86c2db75b3b34ddbfc5d03b468ee11266eed74208b2038b3785332ff90d74087ee1d45620912e WHIRLPOOL d05c8a6f06e33efbe007a9ab1bdc9fa867f9b761510134b3580b1cedde16ae17b01ef43942d5c7e0a86e1deb605fb0f6cb08eafa43f853b0cfcb3482365bae1e +DIST setuptools-18.3.2.tar.gz 626607 SHA256 8c4ab0c4f227730519dc1e020f875b3ef97e643c8f43a98a4fa0c46fbad12450 SHA512 0af522af1dc783e4d6b84c44d3cf4205aed75815bfc050ea89c4976434f08edd662501c4063b1618c0ce7a7120bcbd5331818d3f06912aa9136736018ec4b6a1 WHIRLPOOL 0b5275bbe6b595ebc88ba33bd0a344d3b7a9a63a81677449f862b51f10e16a1be4d4c97ff8f287299f1e0573e058c3f8fb5a0fc6e5643ac7137c2aa401397492 +DIST setuptools-18.4.tar.gz 626632 SHA256 cdea5098e60b4ad83453d58723a61dc481ca8e2df251fe4ccbea9afa5a7d111f SHA512 f45f0bdec365642d1648c502a964bafeb518e8f0ed63091a50b278629cf1e17df7f66769b0ddaab1e7c5ae2574673435ccab72886a2d5eb311eaac451c485854 WHIRLPOOL e0c5d69f57ce234b0e002a50c882df0bf1e908224c045baa8b5a62e91148d654f048cfbb64375b59f61f0845a5e850ec03594606933fdfaa9cce9b357bb45aa7 +DIST setuptools-2.2.tar.gz 786831 SHA256 6fb1f21dea64e323e7ad2531a6795eeb6f5e17a85189dee61a86baca60b18984 SHA512 b5472e20f13c62ddc06513a964d8d85230a6cb8f4b0a6bc05c57d42aa3e682a850418246b5c1d769dba0cea18d7b262817f743b49a73383157a6b76d5637c296 WHIRLPOOL 6377efcf56082fdbea79cba7ae7c7d125d2368ea2309c9d655e4a568d40c8a6c9673dc1db63a2cb1f143436da411e664281ba239a058b5dff91b99cd2b5b332d +DIST setuptools-7.0.tar.gz 793737 SHA256 dd9c1a2a0fdf37a7b142626700e0a0b7a3a0657b735c50d367fca932803be061 SHA512 0c52bf2d22f7bbd7560e8bb3184406426cf759980add0e60a864f15d9bcf10f01a2bfe0eb598c8c965b2e89df8c4159c2b43028b560f04192bba47e67d9cda18 WHIRLPOOL 70c0076960af3c00d49f79d5a0c3e3ec47a0b5009a20377cb7eca1e0747d6249d433ae14a0b86e5ac1f3bcc1efd99b68e48bd741458389c27ea05406af64e55f +DIST setuptools-8.0.1.tar.gz 801353 SHA256 ab8eb279ca9062efc7e70f74a35f3dd9315835139ecaf3ae5bfdf4a7dc768e30 SHA512 c86a2c6ae5ed8205b9b37911002a8f551f2607ecab8b74b9eae6a7b92713c0d0a3d6aa54c4428df48765c1a2c9e21f53128bb1f138f7753e1f45188b0e357ff2 WHIRLPOOL 0ee70ee0a00118cb41005f77614bade6d5198a9164718bd7bb595b5cea0456ff829ac48cc8113c91d2f7830c4b4e9f4bd73245393621ae87e581b1e9b497f95d +DIST setuptools-8.2.1.tar.gz 803909 SHA256 c2a0b4e3c980903f587896174c3829dc838f50995990ce93c95f93e70f1250aa SHA512 58325d322dca058865453b18e403f7913e8bdbcb52a908f74ac511c43cf4eeeeef50744471ec5738ced513c50a9947f5bb3eb0b3e9d18ba97b933142e0ca2b3c WHIRLPOOL 19d926512f8c9f4ce793fc590825040ada9321c771bfc0d8bdf843ed320345314586ef8876b566722bf6c98e8c99cb77f552e362cd6ed530d18b6022a81e6247 +DIST setuptools-9.1.tar.gz 808393 SHA256 742409700dc6c367dc3ac2cb9fd3179453e1e6082b63d9563470f779dba38ef7 SHA512 19fbf0ea842cc2a15d3f9f817719219748a10dca7909fe2f5dcd05c00a93a7ea115d75df416148cb9457ffaaa13582302d47af0df7cd1a8deb1f4e27d5031c27 WHIRLPOOL 55b9a59a1758e24527b5a3a6ba20ff323e11e162531eda71f260331c1a9dca57c495018cc1b8390f9ae1d8078e241276cc7339a5f5f8b3b2882a16bb1598a049 +EBUILD setuptools-12.0.1.ebuild 1592 SHA256 c98029ee31a166bb4f5d5c7e88aa0d9b1316466667c03971d133c37d152c9ad6 SHA512 aedffb3f60d5cca0e958c955a63f12b843ed54a1c66724fe2e4321124250bc07e7d75f366d4de27e62cf48d92ac1938c12b40a07c8e0112e47062eb9e406f737 WHIRLPOOL 76d89e6d3c54d3d42307a02558e2207aff1c78857d38cc3a0c5e7f4293f1dd0f77b6e7f0b0f27be11f6764b78d5926e0ed5b8d9e69525b31d5f80ad78835982a +EBUILD setuptools-12.0.3.ebuild 1605 SHA256 c94dfdb1d9faa7b5a62c38bc3af0b0273b5dc8532f63034be475853bd8be5af4 SHA512 d58139c31e27c078c7be9581e2db3f1a810b9caadf1398a46b446e8803252a538f9a917295ce5dbc380f7e9e3fcd21b9b129ff708daea3f0a63fe4a37e89e34d WHIRLPOOL b001289f53f0d1972343fd15a36049e60b093d75d7af4b2850af05c1181c7320bf67b1a6fc0a6d2b1d6298f4604de8836c90a18fcdd24a8fa0d22a0ca489483e +EBUILD setuptools-12.0.5.ebuild 1605 SHA256 c94dfdb1d9faa7b5a62c38bc3af0b0273b5dc8532f63034be475853bd8be5af4 SHA512 d58139c31e27c078c7be9581e2db3f1a810b9caadf1398a46b446e8803252a538f9a917295ce5dbc380f7e9e3fcd21b9b129ff708daea3f0a63fe4a37e89e34d WHIRLPOOL b001289f53f0d1972343fd15a36049e60b093d75d7af4b2850af05c1181c7320bf67b1a6fc0a6d2b1d6298f4604de8836c90a18fcdd24a8fa0d22a0ca489483e +EBUILD setuptools-15.0.ebuild 1610 SHA256 4bd6c059df34904b6925b5cc2eac047a490d09292154b2d1aae2c2c1992bdd12 SHA512 0ca06568d975e2861756307c54cfe01170d7a448845960a922003a150ce1579e51e4f0aa6a09c076240d8055d0c99efaf0d453fbee24b151d10aa1e5b13d3aa4 WHIRLPOOL ff5911984b9ed76df0c420b335a2318e91f7e90bdd044b3821b4cd4e5f1ad41c39539dfb26dc745e3cc9352e7386ac0b4afed10914be162d4df7ec40094f676e +EBUILD setuptools-15.2.ebuild 1610 SHA256 4bd6c059df34904b6925b5cc2eac047a490d09292154b2d1aae2c2c1992bdd12 SHA512 0ca06568d975e2861756307c54cfe01170d7a448845960a922003a150ce1579e51e4f0aa6a09c076240d8055d0c99efaf0d453fbee24b151d10aa1e5b13d3aa4 WHIRLPOOL ff5911984b9ed76df0c420b335a2318e91f7e90bdd044b3821b4cd4e5f1ad41c39539dfb26dc745e3cc9352e7386ac0b4afed10914be162d4df7ec40094f676e +EBUILD setuptools-16.0.ebuild 1610 SHA256 4bd6c059df34904b6925b5cc2eac047a490d09292154b2d1aae2c2c1992bdd12 SHA512 0ca06568d975e2861756307c54cfe01170d7a448845960a922003a150ce1579e51e4f0aa6a09c076240d8055d0c99efaf0d453fbee24b151d10aa1e5b13d3aa4 WHIRLPOOL ff5911984b9ed76df0c420b335a2318e91f7e90bdd044b3821b4cd4e5f1ad41c39539dfb26dc745e3cc9352e7386ac0b4afed10914be162d4df7ec40094f676e +EBUILD setuptools-17.0.ebuild 1610 SHA256 4bd6c059df34904b6925b5cc2eac047a490d09292154b2d1aae2c2c1992bdd12 SHA512 0ca06568d975e2861756307c54cfe01170d7a448845960a922003a150ce1579e51e4f0aa6a09c076240d8055d0c99efaf0d453fbee24b151d10aa1e5b13d3aa4 WHIRLPOOL ff5911984b9ed76df0c420b335a2318e91f7e90bdd044b3821b4cd4e5f1ad41c39539dfb26dc745e3cc9352e7386ac0b4afed10914be162d4df7ec40094f676e +EBUILD setuptools-17.1.1.ebuild 1608 SHA256 79325e3b49285ca9349601c79d9b8d23d476dc02b412bb84fb4b2a03c44e57cf SHA512 e067cb290e2cf286417729375805e3b0f8b8d7eac7752bc1dc058e691af3474266962c4e50b034b5e0f44452a81e5cbb4885bc981d21d79b08c21aefa46c5b36 WHIRLPOOL 21c0016a2c45d30a920c44433a240793b03c72853ab01d839565cf59d5b48ac78e32a118114df0786e7e4213ca4a7a8ba241e4ced50995fc2268f8109aa48141 +EBUILD setuptools-18.0.1.ebuild 1608 SHA256 79325e3b49285ca9349601c79d9b8d23d476dc02b412bb84fb4b2a03c44e57cf SHA512 e067cb290e2cf286417729375805e3b0f8b8d7eac7752bc1dc058e691af3474266962c4e50b034b5e0f44452a81e5cbb4885bc981d21d79b08c21aefa46c5b36 WHIRLPOOL 21c0016a2c45d30a920c44433a240793b03c72853ab01d839565cf59d5b48ac78e32a118114df0786e7e4213ca4a7a8ba241e4ced50995fc2268f8109aa48141 +EBUILD setuptools-18.1.ebuild 1608 SHA256 79325e3b49285ca9349601c79d9b8d23d476dc02b412bb84fb4b2a03c44e57cf SHA512 e067cb290e2cf286417729375805e3b0f8b8d7eac7752bc1dc058e691af3474266962c4e50b034b5e0f44452a81e5cbb4885bc981d21d79b08c21aefa46c5b36 WHIRLPOOL 21c0016a2c45d30a920c44433a240793b03c72853ab01d839565cf59d5b48ac78e32a118114df0786e7e4213ca4a7a8ba241e4ced50995fc2268f8109aa48141 +EBUILD setuptools-18.2-r2.ebuild 1568 SHA256 0551e14d7952f8cd510d5c3b311d5a60af631097631342c3cb398e7586136a08 SHA512 e4d85ffb896e2ae31d790608122b0620ac9af28b4ce9a82b3ef9f725fd405550951de86a47f2761898462b9e0e5d1782a88bb0998e173565a664cccf92eed2fa WHIRLPOOL c4efa7e087933dd58c04f60881febae95d086ce563321766d480c4af8e485ca1da9db751dd59373def65a8a7d254a7e435a478243d95bf28784b86090b8d1743 +EBUILD setuptools-18.2-r3.ebuild 1677 SHA256 448fa630f830f1a3e235bf9a84e1c81f8b8cfbb5a986461fe34c10f3cddb8df1 SHA512 b25d0c86eb9c8f944c609de1568ac6b288118de087dab6b6d538b32abce2ebb6c755f8b8eeea4b738c91e2f203c50afa0c581688cd2614b6813f40de8565c22e WHIRLPOOL fef834bb3f0c4fe8f0c634f71dce5f78a40d4ebd916da6f6b0ee4f84ad5aa469af4e3ebbb7bddccdb173dd5197422c7971e97138b2462d44e8199fb128f57a99 +EBUILD setuptools-18.2.ebuild 1608 SHA256 79325e3b49285ca9349601c79d9b8d23d476dc02b412bb84fb4b2a03c44e57cf SHA512 e067cb290e2cf286417729375805e3b0f8b8d7eac7752bc1dc058e691af3474266962c4e50b034b5e0f44452a81e5cbb4885bc981d21d79b08c21aefa46c5b36 WHIRLPOOL 21c0016a2c45d30a920c44433a240793b03c72853ab01d839565cf59d5b48ac78e32a118114df0786e7e4213ca4a7a8ba241e4ced50995fc2268f8109aa48141 +EBUILD setuptools-18.3.2.ebuild 1671 SHA256 b226c8e49caa2833dd6fe1902d9cf08ed7fb68b70d509e2f51a843b7dfaf140a SHA512 15ad99b2c79f0701dc8189260ac1cab728fa5f8c8b945f57aebd555bd7ac74d9c70d5a97dccf259ade3d7f58f160ddfddc1d21b3d1110bb100d90ab240b8757f WHIRLPOOL 1267c353e71abc0ad4ebaf54bbfad7d207f133c061de24ac8dfe51e56f2bef33002d56d4d9c5a575a232e4881c07a52944d0b7e8777950e7bb4be77be87ecda3 +EBUILD setuptools-18.4.ebuild 1737 SHA256 2daade49bf5401de3295bbfd32e47cca3550471351cf002467a5b9d37b59b9fd SHA512 e2022718ceb9c6e9a69efb3f6c6f77f5b7285a9384a550459eff91c74865f40eed24341339760a1161ad864fa841354a4300e49c6040157d028ad97ad1cece4b WHIRLPOOL ada4fc6d286fb3c7bf0a72cd5621f3957f4e424a716a3c6dab0bb463a0ebe9e29276f25672cc1f0023e72d27219c415cc6b512c17d9cfc138ef3157a556ab483 +EBUILD setuptools-2.2.ebuild 1317 SHA256 e680dea85e44e7927021179b7080af41a65029ff7e4bfb4922d9499caa86a6aa SHA512 796841a41d0dad3527b5c68da9c69ced6e9ec0544995d7b036ff1e839aa695cc979f35854509f3e6711f9ceaa2cce3bc2db86751d22cf83293f67f23cfe472a9 WHIRLPOOL 2844eefd76c615014bf8363deefa0638c7d7ff7a711cc8844e109ce793ba6c9900f120322b2ccb2f687097d69b13a67ba24319e6718b6bbe59114345801ec6a8 +EBUILD setuptools-7.0.ebuild 1387 SHA256 b71282375c8ebd941d1ded067f913467523dc7c0ee4674cb5ae325b98a00dc0d SHA512 b024d69e3cec110730fec9a88f3f6c64c75135c472989058529b8eb42700d6a0b3ffa6cbbf3cd007e1b10577db2248900d30db7ff65787677d54e0694ec79c5a WHIRLPOOL 7bd375193b27a764692eb14f8c6b77511a3c6ada2373b053c8917f8a08256a70ea784c186d7338e43019a3c130ca43d3b1a39fe3d88a3182ea256ea1f26cd6ee +EBUILD setuptools-8.0.1.ebuild 1400 SHA256 27f1f9ffcaa98472cbc1ee981c05b05ddb81a39a669c4f52c671751ca9e31908 SHA512 6f898efc7bc8d5c542e237996152a7c62cdfb23d0d0b6fb726be41cb02e11f8fc4717ccaa52cbe3a1f9c2a0331d4c9d10adacc347266cc317b5f433eec4c8809 WHIRLPOOL fc8013971fc265e65668423ed3d2e60e0f81d99ba986abe94cd957b2e93891cb2bf217ae7b1e2e8c057b16803c6b5370fbbe4e7e51a372bbdb42b6d16a80b67d +EBUILD setuptools-8.2.1.ebuild 1400 SHA256 27f1f9ffcaa98472cbc1ee981c05b05ddb81a39a669c4f52c671751ca9e31908 SHA512 6f898efc7bc8d5c542e237996152a7c62cdfb23d0d0b6fb726be41cb02e11f8fc4717ccaa52cbe3a1f9c2a0331d4c9d10adacc347266cc317b5f433eec4c8809 WHIRLPOOL fc8013971fc265e65668423ed3d2e60e0f81d99ba986abe94cd957b2e93891cb2bf217ae7b1e2e8c057b16803c6b5370fbbe4e7e51a372bbdb42b6d16a80b67d +EBUILD setuptools-9.1.ebuild 1400 SHA256 27f1f9ffcaa98472cbc1ee981c05b05ddb81a39a669c4f52c671751ca9e31908 SHA512 6f898efc7bc8d5c542e237996152a7c62cdfb23d0d0b6fb726be41cb02e11f8fc4717ccaa52cbe3a1f9c2a0331d4c9d10adacc347266cc317b5f433eec4c8809 WHIRLPOOL fc8013971fc265e65668423ed3d2e60e0f81d99ba986abe94cd957b2e93891cb2bf217ae7b1e2e8c057b16803c6b5370fbbe4e7e51a372bbdb42b6d16a80b67d +EBUILD setuptools-9999.ebuild 1526 SHA256 dc79eeceb965b6582c0040e50656528d48eedd17952aaac039f31425e2b4b992 SHA512 c97aa535ac6c1f5e534af8d3f0f0f3a2dc425904c10478e6c2b16f8ed520daca51ff57109ee9cc62a3a457414c7e287d49c6553afcae829bcd5c629ace87cd53 WHIRLPOOL 9d4188a97053496cd1051d22eb249ce2737360f5265e98574de8824b352ae4f5d4ed6a15232713ed79d971f13657d825177ef02202076ff093c4408f94b32601 +MISC ChangeLog 40164 SHA256 688e239d071bc1023126c3f0bb1e62c72a1c217a7290312441ad91829ee51d84 SHA512 d009c942ddc4d8beb2ba9f756a0f00d292c1accd029288727ef23811dba8854b0cdffc4b753883975adaa1572c4cd15e5a1e14d9fb2afb50e852cb14e71b635f WHIRLPOOL dfe2b05139f33b1b94481d040c5b58cd687331b3d96f7d0cb6e49d28574c3b0f4325b22aec97cd5ba138ee7caec989f18c94456cdb0651bb19611328623e11be +MISC metadata.xml 238 SHA256 acf09b93a2da2947cdfef1af7aa47e069b3d18aa1ea5111f144eed5e609de2ec SHA512 1536abaf876ea2d6d244ce02b30c07104c492bcfa77fd9ea1666a131c7b070edd167f489d59245477a0756e01e60f7ecd8ee8ccc9b4600759f8ffe988fd6e03b WHIRLPOOL 3a94b598d0dc5cad5cdbda17d119ac46b19da6598da0b75a82561e0cb26cd7c2e1fb9ef4c6fb0c9fec068c2adec8d52461cea42e73a0733ac1ff435844ee7534 diff --git a/sdk_container/src/third_party/portage-stable/dev-python/setuptools/files/distribute-0.6.12-disable_versioned_easy_install.patch b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/files/distribute-0.6.12-disable_versioned_easy_install.patch deleted file mode 100644 index 39d1f37e89..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-python/setuptools/files/distribute-0.6.12-disable_versioned_easy_install.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py -+++ setup.py -@@ -150,8 +150,6 @@ - - "console_scripts": [ - "easy_install = setuptools.command.easy_install:main", -- "easy_install-%s = setuptools.command.easy_install:main" -- % sys.version[:3] - ], - - "setuptools.file_finders": diff --git a/sdk_container/src/third_party/portage-stable/dev-python/setuptools/files/distribute-0.6.12-fix_deprecation_warnings.patch b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/files/distribute-0.6.12-fix_deprecation_warnings.patch deleted file mode 100644 index 100baf914c..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-python/setuptools/files/distribute-0.6.12-fix_deprecation_warnings.patch +++ /dev/null @@ -1,122 +0,0 @@ ---- pkg_resources.py -+++ pkg_resources.py -@@ -209,9 +209,10 @@ - needs some hacks for Linux and Mac OS X. - """ - try: -- from distutils.util import get_platform -- except ImportError: -+ # Python 2.7 or >=3.2 - from sysconfig import get_platform -+ except ImportError: -+ from distutils.util import get_platform - - plat = get_platform() - if sys.platform == "darwin" and not plat.startswith('macosx-'): ---- setuptools/command/bdist_egg.py -+++ setuptools/command/bdist_egg.py -@@ -7,10 +7,14 @@ - from setuptools import Command - from distutils.dir_util import remove_tree, mkpath - try: -- from distutils.sysconfig import get_python_version, get_python_lib -+ # Python 2.7 or >=3.2 -+ from sysconfig import get_path, get_python_version -+ def _get_purelib(): -+ return get_path("purelib") - except ImportError: -- from sysconfig import get_python_version -- from distutils.sysconfig import get_python_lib -+ from distutils.sysconfig import get_python_version, get_python_lib -+ def _get_purelib(): -+ return get_python_lib(False) - - from distutils import log - from distutils.errors import DistutilsSetupError -@@ -130,7 +134,7 @@ - # Hack for packages that install data to install's --install-lib - self.get_finalized_command('install').install_lib = self.bdist_dir - -- site_packages = os.path.normcase(os.path.realpath(get_python_lib())) -+ site_packages = os.path.normcase(os.path.realpath(_get_purelib())) - old, self.distribution.data_files = self.distribution.data_files,[] - - for item in old: ---- setuptools/command/build_ext.py -+++ setuptools/command/build_ext.py -@@ -9,9 +9,14 @@ - from distutils.file_util import copy_file - from setuptools.extension import Library - from distutils.ccompiler import new_compiler --from distutils.sysconfig import customize_compiler, get_config_var --get_config_var("LDSHARED") # make sure _config_vars is initialized --from distutils.sysconfig import _config_vars -+try: -+ # Python 2.7 or >=3.2 -+ from distutils.ccompiler import customize_compiler -+ from sysconfig import get_config_var, _CONFIG_VARS -+except ImportError: -+ from distutils.sysconfig import customize_compiler, get_config_var -+ get_config_var("LDSHARED") # make sure _config_vars is initialized -+ from distutils.sysconfig import _config_vars as _CONFIG_VARS - from distutils import log - from distutils.errors import * - -@@ -133,16 +138,16 @@ - compiler=self.compiler, dry_run=self.dry_run, force=self.force - ) - if sys.platform == "darwin": -- tmp = _config_vars.copy() -+ tmp = _CONFIG_VARS.copy() - try: - # XXX Help! I don't have any idea whether these are right... -- _config_vars['LDSHARED'] = "gcc -Wl,-x -dynamiclib -undefined dynamic_lookup" -- _config_vars['CCSHARED'] = " -dynamiclib" -- _config_vars['SO'] = ".dylib" -+ _CONFIG_VARS['LDSHARED'] = "gcc -Wl,-x -dynamiclib -undefined dynamic_lookup" -+ _CONFIG_VARS['CCSHARED'] = " -dynamiclib" -+ _CONFIG_VARS['SO'] = ".dylib" - customize_compiler(compiler) - finally: -- _config_vars.clear() -- _config_vars.update(tmp) -+ _CONFIG_VARS.clear() -+ _CONFIG_VARS.update(tmp) - else: - customize_compiler(compiler) - ---- setuptools/command/easy_install.py -+++ setuptools/command/easy_install.py -@@ -15,8 +15,21 @@ - from setuptools import Command, _dont_write_bytecode - from setuptools.sandbox import run_setup - from distutils import log, dir_util -+try: -+ # Python 2.7 or >=3.2 -+ from sysconfig import get_config_vars, get_path -+ def _get_platlib(): -+ return get_path("platlib") -+ def _get_purelib(): -+ return get_path("purelib") -+except ImportError: -+ from distutils.sysconfig import get_config_vars, get_python_lib -+ def _get_platlib(): -+ return get_python_lib(True) -+ def _get_purelib(): -+ return get_python_lib(False) -+ - from distutils.util import convert_path, subst_vars --from distutils.sysconfig import get_python_lib, get_config_vars - from distutils.errors import DistutilsArgError, DistutilsOptionError, \ - DistutilsError, DistutilsPlatformError - from distutils.command.install import INSTALL_SCHEMES, SCHEME_KEYS -@@ -1344,8 +1357,7 @@ - 'Python', - sys.version[:3], - 'site-packages')) -- for plat_specific in (0,1): -- site_lib = get_python_lib(plat_specific) -+ for site_lib in (_get_purelib(), _get_platlib()): - if site_lib not in sitedirs: sitedirs.append(site_lib) - - if sys.version >= "2.6": diff --git a/sdk_container/src/third_party/portage-stable/dev-python/setuptools/files/distribute-0.6.16-fix_deprecation_warnings.patch b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/files/distribute-0.6.16-fix_deprecation_warnings.patch deleted file mode 100644 index b8128c238e..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-python/setuptools/files/distribute-0.6.16-fix_deprecation_warnings.patch +++ /dev/null @@ -1,123 +0,0 @@ ---- pkg_resources.py -+++ pkg_resources.py -@@ -210,9 +210,10 @@ - needs some hacks for Linux and Mac OS X. - """ - try: -- from distutils.util import get_platform -- except ImportError: -+ # Python 2.7 or >=3.2 - from sysconfig import get_platform -+ except ImportError: -+ from distutils.util import get_platform - - plat = get_platform() - if sys.platform == "darwin" and not plat.startswith('macosx-'): ---- setuptools/command/bdist_egg.py -+++ setuptools/command/bdist_egg.py -@@ -7,10 +7,14 @@ - from setuptools import Command - from distutils.dir_util import remove_tree, mkpath - try: -- from distutils.sysconfig import get_python_version, get_python_lib -+ # Python 2.7 or >=3.2 -+ from sysconfig import get_path, get_python_version -+ def _get_purelib(): -+ return get_path("purelib") - except ImportError: -- from sysconfig import get_python_version -- from distutils.sysconfig import get_python_lib -+ from distutils.sysconfig import get_python_version, get_python_lib -+ def _get_purelib(): -+ return get_python_lib(False) - - from distutils import log - from distutils.errors import DistutilsSetupError -@@ -130,7 +134,7 @@ - # Hack for packages that install data to install's --install-lib - self.get_finalized_command('install').install_lib = self.bdist_dir - -- site_packages = os.path.normcase(os.path.realpath(get_python_lib())) -+ site_packages = os.path.normcase(os.path.realpath(_get_purelib())) - old, self.distribution.data_files = self.distribution.data_files,[] - - for item in old: ---- setuptools/command/build_ext.py -+++ setuptools/command/build_ext.py -@@ -9,9 +9,14 @@ - from distutils.file_util import copy_file - from setuptools.extension import Library - from distutils.ccompiler import new_compiler --from distutils.sysconfig import customize_compiler, get_config_var --get_config_var("LDSHARED") # make sure _config_vars is initialized --from distutils.sysconfig import _config_vars -+try: -+ # Python 2.7 or >=3.2 -+ from distutils.ccompiler import customize_compiler -+ from sysconfig import get_config_var, _CONFIG_VARS -+except ImportError: -+ from distutils.sysconfig import customize_compiler, get_config_var -+ get_config_var("LDSHARED") # make sure _config_vars is initialized -+ from distutils.sysconfig import _config_vars as _CONFIG_VARS - from distutils import log - from distutils.errors import * - -@@ -133,16 +138,16 @@ - compiler=self.compiler, dry_run=self.dry_run, force=self.force - ) - if sys.platform == "darwin": -- tmp = _config_vars.copy() -+ tmp = _CONFIG_VARS.copy() - try: - # XXX Help! I don't have any idea whether these are right... -- _config_vars['LDSHARED'] = "gcc -Wl,-x -dynamiclib -undefined dynamic_lookup" -- _config_vars['CCSHARED'] = " -dynamiclib" -- _config_vars['SO'] = ".dylib" -+ _CONFIG_VARS['LDSHARED'] = "gcc -Wl,-x -dynamiclib -undefined dynamic_lookup" -+ _CONFIG_VARS['CCSHARED'] = " -dynamiclib" -+ _CONFIG_VARS['SO'] = ".dylib" - customize_compiler(compiler) - finally: -- _config_vars.clear() -- _config_vars.update(tmp) -+ _CONFIG_VARS.clear() -+ _CONFIG_VARS.update(tmp) - else: - customize_compiler(compiler) - ---- setuptools/command/easy_install.py -+++ setuptools/command/easy_install.py -@@ -15,9 +15,22 @@ - from setuptools import Command, _dont_write_bytecode - from setuptools.sandbox import run_setup - from distutils import log, dir_util -+try: -+ # Python 2.7 or >=3.2 -+ from sysconfig import get_config_vars, get_path -+ def _get_platlib(): -+ return get_path("platlib") -+ def _get_purelib(): -+ return get_path("purelib") -+except ImportError: -+ from distutils.sysconfig import get_config_vars, get_python_lib -+ def _get_platlib(): -+ return get_python_lib(True) -+ def _get_purelib(): -+ return get_python_lib(False) -+ - from distutils.util import get_platform - from distutils.util import convert_path, subst_vars --from distutils.sysconfig import get_python_lib, get_config_vars - from distutils.errors import DistutilsArgError, DistutilsOptionError, \ - DistutilsError, DistutilsPlatformError - from distutils.command.install import INSTALL_SCHEMES, SCHEME_KEYS -@@ -1348,8 +1361,7 @@ - 'Python', - sys.version[:3], - 'site-packages')) -- for plat_specific in (0,1): -- site_lib = get_python_lib(plat_specific) -+ for site_lib in (_get_purelib(), _get_platlib()): - if site_lib not in sitedirs: sitedirs.append(site_lib) - - if HAS_USER_SITE: diff --git a/sdk_container/src/third_party/portage-stable/dev-python/setuptools/files/setuptools-0.6_rc7-noexe.patch b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/files/setuptools-0.6_rc7-noexe.patch deleted file mode 100644 index 662767e762..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-python/setuptools/files/setuptools-0.6_rc7-noexe.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- setup.py 2007-09-04 19:18:46.000000000 +0300 -+++ setup.py 2007-11-04 09:49:18.000000000 +0200 -@@ -26,7 +26,6 @@ - url = "http://pypi.python.org/pypi/setuptools", - test_suite = 'setuptools.tests', - packages = find_packages(), -- package_data = {'setuptools':['*.exe']}, - - py_modules = ['pkg_resources', 'easy_install', 'site'], - diff --git a/sdk_container/src/third_party/portage-stable/dev-python/setuptools/metadata.xml b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/metadata.xml index 188a750223..b05fb95fd3 100644 --- a/sdk_container/src/third_party/portage-stable/dev-python/setuptools/metadata.xml +++ b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/metadata.xml @@ -1,8 +1,8 @@ - python - - distribute - + python + + setuptools + diff --git a/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-0.6.21.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-0.6.21.ebuild deleted file mode 100644 index 796595c394..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-0.6.21.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.21.ebuild,v 1.9 2012/02/13 18:34:45 xarthisius Exp $ - -EAPI="3" -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 ~sparc-fbsd ~x86-fbsd ~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" ")" -print0 | xargs -0 rm -f - find -name "__pycache__" -print0 | xargs -0 rmdir -} - -src_install() { - DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT="1" DONT_PATCH_SETUPTOOLS="1" distutils_src_install -} diff --git a/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-0.6.30-r1.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-0.6.30-r1.ebuild deleted file mode 100644 index 4b97cdfab3..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-0.6.30-r1.ebuild +++ /dev/null @@ -1,52 +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.6.30-r1.ebuild,v 1.14 2013/01/01 18:59:21 armin76 Exp $ - -EAPI="5" -PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} ) - -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/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-0.6.32.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-0.6.32.ebuild deleted file mode 100644 index a4cf2dd05c..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-0.6.32.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.32.ebuild,v 1.4 2012/12/22 01:29:29 floppym Exp $ - -EAPI="5" -PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9,2_0} ) - -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}" - -# 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() { - 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/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-0.6.33.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-0.6.33.ebuild deleted file mode 100644 index c657ad43a8..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-0.6.33.ebuild +++ /dev/null @@ -1,52 +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.6.33.ebuild,v 1.3 2013/01/06 10:25:57 maekke Exp $ - -EAPI="5" -PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9,2_0} ) - -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 ~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}" - -# 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() { - 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/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-12.0.1.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-12.0.1.ebuild new file mode 100644 index 0000000000..c5f6f75ebe --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-12.0.1.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="a collection of extensions to Distutils" +HOMEPAGE="https://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 arm64 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="test" + +DEPEND=" + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7 pypy) + ) +" + +# 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 a network connection + rm setuptools/tests/test_packageindex.py || die + + # don't run integration tests + rm setuptools/tests/test_integration.py || die + + distutils-r1_python_prepare_all +} + +python_test() { + # test_easy_install raises a SandboxViolation due to ${HOME}/.pydistutils.cfg + # It tries to sandbox the test in a tempdir + HOME="${PWD}" py.test ${PN} || die "Tests failed under ${EPYTHON}" +} + +python_install() { + export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1 + distutils-r1_python_install +} diff --git a/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-12.0.3.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-12.0.3.ebuild new file mode 100644 index 0000000000..98852ada4d --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-12.0.3.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="a collection of extensions to Distutils" +HOMEPAGE="https://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 ~arm64 ~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="test" + +DEPEND=" + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7 pypy) + ) +" + +# 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 a network connection + rm setuptools/tests/test_packageindex.py || die + + # don't run integration tests + rm setuptools/tests/test_integration.py || die + + distutils-r1_python_prepare_all +} + +python_test() { + # test_easy_install raises a SandboxViolation due to ${HOME}/.pydistutils.cfg + # It tries to sandbox the test in a tempdir + HOME="${PWD}" py.test ${PN} || die "Tests failed under ${EPYTHON}" +} + +python_install() { + export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1 + distutils-r1_python_install +} diff --git a/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-12.0.5.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-12.0.5.ebuild new file mode 100644 index 0000000000..98852ada4d --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-12.0.5.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="a collection of extensions to Distutils" +HOMEPAGE="https://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 ~arm64 ~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="test" + +DEPEND=" + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7 pypy) + ) +" + +# 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 a network connection + rm setuptools/tests/test_packageindex.py || die + + # don't run integration tests + rm setuptools/tests/test_integration.py || die + + distutils-r1_python_prepare_all +} + +python_test() { + # test_easy_install raises a SandboxViolation due to ${HOME}/.pydistutils.cfg + # It tries to sandbox the test in a tempdir + HOME="${PWD}" py.test ${PN} || die "Tests failed under ${EPYTHON}" +} + +python_install() { + export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1 + distutils-r1_python_install +} diff --git a/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-15.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-15.0.ebuild new file mode 100644 index 0000000000..7579b18781 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-15.0.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="a collection of extensions to Distutils" +HOMEPAGE="https://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 ~arm64 ~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="test" + +DEPEND=" + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7 pypy) + ) +" + +# 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 a network connection + rm setuptools/tests/test_packageindex.py || die + + # don't run integration tests + rm setuptools/tests/test_integration.py || die + + distutils-r1_python_prepare_all +} + +python_test() { + # test_easy_install raises a SandboxViolation due to ${HOME}/.pydistutils.cfg + # It tries to sandbox the test in a tempdir + HOME="${PWD}" py.test ${PN} || die "Tests failed under ${EPYTHON}" +} + +python_install() { + export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1 + distutils-r1_python_install +} diff --git a/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-15.2.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-15.2.ebuild new file mode 100644 index 0000000000..7579b18781 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-15.2.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="a collection of extensions to Distutils" +HOMEPAGE="https://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 ~arm64 ~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="test" + +DEPEND=" + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7 pypy) + ) +" + +# 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 a network connection + rm setuptools/tests/test_packageindex.py || die + + # don't run integration tests + rm setuptools/tests/test_integration.py || die + + distutils-r1_python_prepare_all +} + +python_test() { + # test_easy_install raises a SandboxViolation due to ${HOME}/.pydistutils.cfg + # It tries to sandbox the test in a tempdir + HOME="${PWD}" py.test ${PN} || die "Tests failed under ${EPYTHON}" +} + +python_install() { + export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1 + distutils-r1_python_install +} diff --git a/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-16.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-16.0.ebuild new file mode 100644 index 0000000000..7579b18781 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-16.0.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="a collection of extensions to Distutils" +HOMEPAGE="https://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 ~arm64 ~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="test" + +DEPEND=" + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7 pypy) + ) +" + +# 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 a network connection + rm setuptools/tests/test_packageindex.py || die + + # don't run integration tests + rm setuptools/tests/test_integration.py || die + + distutils-r1_python_prepare_all +} + +python_test() { + # test_easy_install raises a SandboxViolation due to ${HOME}/.pydistutils.cfg + # It tries to sandbox the test in a tempdir + HOME="${PWD}" py.test ${PN} || die "Tests failed under ${EPYTHON}" +} + +python_install() { + export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1 + distutils-r1_python_install +} diff --git a/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-17.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-17.0.ebuild new file mode 100644 index 0000000000..7579b18781 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-17.0.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="a collection of extensions to Distutils" +HOMEPAGE="https://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 ~arm64 ~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="test" + +DEPEND=" + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7 pypy) + ) +" + +# 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 a network connection + rm setuptools/tests/test_packageindex.py || die + + # don't run integration tests + rm setuptools/tests/test_integration.py || die + + distutils-r1_python_prepare_all +} + +python_test() { + # test_easy_install raises a SandboxViolation due to ${HOME}/.pydistutils.cfg + # It tries to sandbox the test in a tempdir + HOME="${PWD}" py.test ${PN} || die "Tests failed under ${EPYTHON}" +} + +python_install() { + export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1 + distutils-r1_python_install +} diff --git a/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-17.1.1.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-17.1.1.ebuild new file mode 100644 index 0000000000..45c43334d0 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-17.1.1.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Collection of extensions to Distutils" +HOMEPAGE="https://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 ~arm64 ~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="test" + +DEPEND=" + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7 pypy) + ) +" + +# 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 a network connection + rm setuptools/tests/test_packageindex.py || die + + # don't run integration tests + rm setuptools/tests/test_integration.py || die + + distutils-r1_python_prepare_all +} + +python_test() { + # test_easy_install raises a SandboxViolation due to ${HOME}/.pydistutils.cfg + # It tries to sandbox the test in a tempdir + HOME="${PWD}" py.test ${PN} || die "Tests failed under ${EPYTHON}" +} + +python_install() { + export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1 + distutils-r1_python_install +} diff --git a/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-18.0.1.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-18.0.1.ebuild new file mode 100644 index 0000000000..45c43334d0 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-18.0.1.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Collection of extensions to Distutils" +HOMEPAGE="https://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 ~arm64 ~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="test" + +DEPEND=" + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7 pypy) + ) +" + +# 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 a network connection + rm setuptools/tests/test_packageindex.py || die + + # don't run integration tests + rm setuptools/tests/test_integration.py || die + + distutils-r1_python_prepare_all +} + +python_test() { + # test_easy_install raises a SandboxViolation due to ${HOME}/.pydistutils.cfg + # It tries to sandbox the test in a tempdir + HOME="${PWD}" py.test ${PN} || die "Tests failed under ${EPYTHON}" +} + +python_install() { + export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1 + distutils-r1_python_install +} diff --git a/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-18.1.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-18.1.ebuild new file mode 100644 index 0000000000..45c43334d0 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-18.1.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Collection of extensions to Distutils" +HOMEPAGE="https://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 ~arm64 ~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="test" + +DEPEND=" + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7 pypy) + ) +" + +# 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 a network connection + rm setuptools/tests/test_packageindex.py || die + + # don't run integration tests + rm setuptools/tests/test_integration.py || die + + distutils-r1_python_prepare_all +} + +python_test() { + # test_easy_install raises a SandboxViolation due to ${HOME}/.pydistutils.cfg + # It tries to sandbox the test in a tempdir + HOME="${PWD}" py.test ${PN} || die "Tests failed under ${EPYTHON}" +} + +python_install() { + export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1 + distutils-r1_python_install +} diff --git a/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-18.2-r2.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-18.2-r2.ebuild new file mode 100644 index 0000000000..e75cef0c66 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-18.2-r2.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Collection of extensions to Distutils" +HOMEPAGE="https://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 ~arm64 ~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="test" + +DEPEND=" + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/mock[${PYTHON_USEDEP}] + ) +" + +# 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 a network connection + rm setuptools/tests/test_packageindex.py || die + + # don't run integration tests + rm setuptools/tests/test_integration.py || die + + distutils-r1_python_prepare_all +} + +python_test() { + # test_easy_install raises a SandboxViolation due to ${HOME}/.pydistutils.cfg + # It tries to sandbox the test in a tempdir + HOME="${PWD}" py.test ${PN} || die "Tests failed under ${EPYTHON}" +} + +python_install() { + export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1 + distutils-r1_python_install +} diff --git a/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-18.2-r3.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-18.2-r3.ebuild new file mode 100644 index 0000000000..1ddb628d9c --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-18.2-r3.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Collection of extensions to Distutils" +HOMEPAGE="https://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 ~arm64 ~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="test" + +RDEPEND=">=dev-python/packaging-15.3-r1[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/mock[${PYTHON_USEDEP}] + ) +" + +# 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() { + rm -r ./pkg_resources/_vendor || die + # disable tests requiring a network connection + rm setuptools/tests/test_packageindex.py || die + + # don't run integration tests + rm setuptools/tests/test_integration.py || die + + distutils-r1_python_prepare_all +} + +python_test() { + # test_easy_install raises a SandboxViolation due to ${HOME}/.pydistutils.cfg + # It tries to sandbox the test in a tempdir + HOME="${PWD}" py.test ${PN} || die "Tests failed under ${EPYTHON}" +} + +python_install() { + export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1 + distutils-r1_python_install +} diff --git a/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-18.2.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-18.2.ebuild new file mode 100644 index 0000000000..45c43334d0 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-18.2.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Collection of extensions to Distutils" +HOMEPAGE="https://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 ~arm64 ~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="test" + +DEPEND=" + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7 pypy) + ) +" + +# 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 a network connection + rm setuptools/tests/test_packageindex.py || die + + # don't run integration tests + rm setuptools/tests/test_integration.py || die + + distutils-r1_python_prepare_all +} + +python_test() { + # test_easy_install raises a SandboxViolation due to ${HOME}/.pydistutils.cfg + # It tries to sandbox the test in a tempdir + HOME="${PWD}" py.test ${PN} || die "Tests failed under ${EPYTHON}" +} + +python_install() { + export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1 + distutils-r1_python_install +} diff --git a/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-18.3.2.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-18.3.2.ebuild new file mode 100644 index 0000000000..a2d5b1b6f2 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-18.3.2.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Collection of extensions to Distutils" +HOMEPAGE="https://pypi.python.org/pypi/setuptools" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="PSF-2" +SLOT="0" +KEYWORDS="~amd64 ~mips ~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="test" + +RDEPEND=">=dev-python/packaging-15.3-r1[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/mock[${PYTHON_USEDEP}] + ) +" +PDEPEND=">=dev-python/certifi-2015.04.28[${PYTHON_USEDEP}]" + +# 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() { + rm -r ./pkg_resources/_vendor || die + # disable tests requiring a network connection + rm setuptools/tests/test_packageindex.py || die + + # don't run integration tests + rm setuptools/tests/test_integration.py || die + + distutils-r1_python_prepare_all +} + +python_test() { + # test_easy_install raises a SandboxViolation due to ${HOME}/.pydistutils.cfg + # It tries to sandbox the test in a tempdir + HOME="${PWD}" py.test ${PN} || die "Tests failed under ${EPYTHON}" +} + +python_install() { + export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1 + distutils-r1_python_install +} diff --git a/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-18.4.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-18.4.ebuild new file mode 100644 index 0000000000..d57da6bd7d --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-18.4.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Collection of extensions to Distutils" +HOMEPAGE="https://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 ~arm64 ~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="test" + +RDEPEND=">=dev-python/packaging-15.3-r1[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/mock[${PYTHON_USEDEP}] + ) +" +PDEPEND=">=dev-python/certifi-2015.04.28[${PYTHON_USEDEP}]" + +# 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() { + rm -r ./pkg_resources/_vendor || die + # disable tests requiring a network connection + rm setuptools/tests/test_packageindex.py || die + + # don't run integration tests + rm setuptools/tests/test_integration.py || die + + distutils-r1_python_prepare_all +} + +python_test() { + # test_easy_install raises a SandboxViolation due to ${HOME}/.pydistutils.cfg + # It tries to sandbox the test in a tempdir + HOME="${PWD}" py.test ${PN} || die "Tests failed under ${EPYTHON}" +} + +python_install() { + export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1 + distutils-r1_python_install +} diff --git a/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-2.2.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-2.2.ebuild new file mode 100644 index 0000000000..ba5000e2f4 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-2.2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) + +inherit distutils-r1 + +DESCRIPTION="a collection of extensions to Distutils" +HOMEPAGE="https://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 ~arm64 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() { + # test_easy_install raises a SandboxViolation due to ${HOME}/.pydistutils.cfg + # It tries to sandbox the test in a tempdir + HOME="${PWD}" esetup.py test +} + +python_install() { + export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1 + distutils-r1_python_install +} diff --git a/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-7.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-7.0.ebuild new file mode 100644 index 0000000000..bf32c87ded --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-7.0.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="a collection of extensions to Distutils" +HOMEPAGE="https://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 arm64 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="test" + +DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )" + +# 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() { + # test_easy_install raises a SandboxViolation due to ${HOME}/.pydistutils.cfg + # It tries to sandbox the test in a tempdir + HOME="${PWD}" esetup.py test +} + +python_install() { + export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1 + distutils-r1_python_install +} diff --git a/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-8.0.1.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-8.0.1.ebuild new file mode 100644 index 0000000000..eb2f08cf13 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-8.0.1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="a collection of extensions to Distutils" +HOMEPAGE="https://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 ~arm64 ~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="test" + +DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )" + +# 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() { + # test_easy_install raises a SandboxViolation due to ${HOME}/.pydistutils.cfg + # It tries to sandbox the test in a tempdir + HOME="${PWD}" esetup.py test +} + +python_install() { + export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1 + distutils-r1_python_install +} diff --git a/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-8.2.1.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-8.2.1.ebuild new file mode 100644 index 0000000000..eb2f08cf13 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-8.2.1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="a collection of extensions to Distutils" +HOMEPAGE="https://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 ~arm64 ~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="test" + +DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )" + +# 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() { + # test_easy_install raises a SandboxViolation due to ${HOME}/.pydistutils.cfg + # It tries to sandbox the test in a tempdir + HOME="${PWD}" esetup.py test +} + +python_install() { + export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1 + distutils-r1_python_install +} diff --git a/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-9.1.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-9.1.ebuild new file mode 100644 index 0000000000..eb2f08cf13 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-9.1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="a collection of extensions to Distutils" +HOMEPAGE="https://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 ~arm64 ~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="test" + +DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )" + +# 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() { + # test_easy_install raises a SandboxViolation due to ${HOME}/.pydistutils.cfg + # It tries to sandbox the test in a tempdir + HOME="${PWD}" esetup.py test +} + +python_install() { + export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1 + distutils-r1_python_install +} diff --git a/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-9999.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-9999.ebuild index 2dcf0006e3..33649763d2 100644 --- a/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-9999.ebuild +++ b/sdk_container/src/third_party/portage-stable/dev-python/setuptools/setuptools-9999.ebuild @@ -1,49 +1,37 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-9999.ebuild,v 1.1 2013/01/11 09:59:31 mgorny Exp $ +# $Id$ EAPI="5" -PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) +inherit distutils-r1 #if LIVE -EHG_REPO_URI="https://bitbucket.org/tarek/distribute" inherit mercurial #endif -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" +DESCRIPTION="a collection of extensions to Distutils" +HOMEPAGE="https://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 ~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}" - +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~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="test" #if LIVE -SRC_URI= -KEYWORDS= +SRC_URI="" +KEYWORDS="" +EHG_REPO_URI="https://bitbucket.org/pypa/setuptools" #endif +DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )" + # 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} -) +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 @@ -51,12 +39,12 @@ python_prepare_all() { } python_test() { - # they fail with everything but py2.6 & 2.7 - esetup.py test + # test_easy_install raises a SandboxViolation due to ${HOME}/.pydistutils.cfg + # It tries to sandbox the test in a tempdir + HOME="${PWD}" esetup.py test } python_install() { - DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT="1" \ - DONT_PATCH_SETUPTOOLS="1" \ - distutils-r1_python_install + export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1 + distutils-r1_python_install } diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-0.6.21 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-0.6.21 deleted file mode 100644 index c2c561a924..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-0.6.21 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare test -DEPEND=dev-lang/python -DESCRIPTION=Distribute (fork of Setuptools) is a collection of extensions to Distutils -EAPI=3 -HOMEPAGE=http://pypi.python.org/pypi/distribute -KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~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 -LICENSE=PSF-2 -RDEPEND=dev-lang/python -SLOT=0 -SRC_URI=mirror://pypi/d/distribute/distribute-0.6.21.tar.gz -_eclasses_=distutils 92e738ea29389cb3f34778d7a349ac71 eutils 9fb270e417e0e83d64ca52586c4a79de multilib 62927b3db3a589b0806255f3a002d5d3 python 3a270b7b1d1e679847ff0faeac25c5a3 toolchain-funcs 42408102d713fbad60ca21349865edb4 -_md5_=723ac84847295f94d4dc2e9b3c36ac2e diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-0.6.30-r1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-0.6.30-r1 deleted file mode 100644 index 8e113744b0..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-0.6.30-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] -DESCRIPTION=Distribute (fork of Setuptools) is a collection of extensions to Distutils -EAPI=5 -HOMEPAGE=http://pypi.python.org/pypi/distribute -IUSE=python_targets_python2_7 -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 -LICENSE=PSF-2 -RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] -REQUIRED_USE=|| ( python_targets_python2_7 ) -SLOT=0 -SRC_URI=mirror://pypi/d/distribute/distribute-0.6.30.tar.gz -_eclasses_=distutils-r1 c01d5c4af34f4a37a51fc9638299c222 eutils 9fb270e417e0e83d64ca52586c4a79de multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 62927b3db3a589b0806255f3a002d5d3 multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 6d3a3cb5705b9fff1aeb7cfa4e3336fe python-utils-r1 21de8071fd8a56553628301b0342f973 toolchain-funcs 42408102d713fbad60ca21349865edb4 -_md5_=21254da7e18b58788edcd4db8a25debb diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-0.6.32 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-0.6.32 deleted file mode 100644 index 1f00bb4137..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-0.6.32 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] -DESCRIPTION=Distribute (fork of Setuptools) is a collection of extensions to Distutils -EAPI=5 -HOMEPAGE=http://pypi.python.org/pypi/distribute -IUSE=python_targets_python2_7 python_targets_python3_3 -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 -LICENSE=PSF-2 -RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 ) -SLOT=0 -SRC_URI=mirror://pypi/d/distribute/distribute-0.6.32.tar.gz -_eclasses_=distutils-r1 c01d5c4af34f4a37a51fc9638299c222 eutils 9fb270e417e0e83d64ca52586c4a79de multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 62927b3db3a589b0806255f3a002d5d3 multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 6d3a3cb5705b9fff1aeb7cfa4e3336fe python-utils-r1 21de8071fd8a56553628301b0342f973 toolchain-funcs 42408102d713fbad60ca21349865edb4 -_md5_=7a1178a2b5f438b044b8e42c681b8005 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-0.6.33 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-0.6.33 deleted file mode 100644 index a62f544aea..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-0.6.33 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] -DESCRIPTION=Distribute (fork of Setuptools) is a collection of extensions to Distutils -EAPI=5 -HOMEPAGE=http://pypi.python.org/pypi/distribute -IUSE=python_targets_python2_7 python_targets_python3_3 -KEYWORDS=~alpha ~amd64 arm ~hppa ~ia64 ~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 -LICENSE=PSF-2 -RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 ) -SLOT=0 -SRC_URI=mirror://pypi/d/distribute/distribute-0.6.33.tar.gz -_eclasses_=distutils-r1 c01d5c4af34f4a37a51fc9638299c222 eutils 9fb270e417e0e83d64ca52586c4a79de multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 62927b3db3a589b0806255f3a002d5d3 multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 6d3a3cb5705b9fff1aeb7cfa4e3336fe python-utils-r1 21de8071fd8a56553628301b0342f973 toolchain-funcs 42408102d713fbad60ca21349865edb4 -_md5_=6f7240db8fb60b52ffec5f2eaf0be69b diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-12.0.1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-12.0.1 new file mode 100644 index 0000000000..32f1fb8bd4 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-12.0.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=test? ( dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] python_targets_python2_7? ( dev-python/mock[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_pypy(-)?,-python_single_target_pypy(-)] ) python_targets_pypy? ( dev-python/mock[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_pypy(-)?,-python_single_target_pypy(-)] ) ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +DESCRIPTION=a collection of extensions to Distutils +EAPI=5 +HOMEPAGE=https://pypi.python.org/pypi/setuptools +IUSE=test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy python_targets_pypy3 +KEYWORDS=alpha amd64 arm arm64 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 +LICENSE=PSF-2 +RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy python_targets_pypy3 ) +SLOT=0 +SRC_URI=mirror://pypi/s/setuptools/setuptools-12.0.1.tar.gz +_eclasses_=distutils-r1 c01d5c4af34f4a37a51fc9638299c222 eutils 9fb270e417e0e83d64ca52586c4a79de multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 62927b3db3a589b0806255f3a002d5d3 multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 6d3a3cb5705b9fff1aeb7cfa4e3336fe python-utils-r1 21de8071fd8a56553628301b0342f973 toolchain-funcs 42408102d713fbad60ca21349865edb4 +_md5_=4aa2a56993ff9bc5d8a89447a72fc809 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-12.0.3 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-12.0.3 new file mode 100644 index 0000000000..dc457023d8 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-12.0.3 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=test? ( dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] python_targets_python2_7? ( dev-python/mock[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_pypy(-)?,-python_single_target_pypy(-)] ) python_targets_pypy? ( dev-python/mock[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_pypy(-)?,-python_single_target_pypy(-)] ) ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +DESCRIPTION=a collection of extensions to Distutils +EAPI=5 +HOMEPAGE=https://pypi.python.org/pypi/setuptools +IUSE=test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy python_targets_pypy3 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~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 +LICENSE=PSF-2 +RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy python_targets_pypy3 ) +SLOT=0 +SRC_URI=mirror://pypi/s/setuptools/setuptools-12.0.3.tar.gz +_eclasses_=distutils-r1 c01d5c4af34f4a37a51fc9638299c222 eutils 9fb270e417e0e83d64ca52586c4a79de multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 62927b3db3a589b0806255f3a002d5d3 multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 6d3a3cb5705b9fff1aeb7cfa4e3336fe python-utils-r1 21de8071fd8a56553628301b0342f973 toolchain-funcs 42408102d713fbad60ca21349865edb4 +_md5_=1001c20ca7e37c1e869bffefda212908 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-12.0.5 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-12.0.5 new file mode 100644 index 0000000000..d9713d4733 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-12.0.5 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=test? ( dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] python_targets_python2_7? ( dev-python/mock[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_pypy(-)?,-python_single_target_pypy(-)] ) python_targets_pypy? ( dev-python/mock[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_pypy(-)?,-python_single_target_pypy(-)] ) ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +DESCRIPTION=a collection of extensions to Distutils +EAPI=5 +HOMEPAGE=https://pypi.python.org/pypi/setuptools +IUSE=test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy python_targets_pypy3 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~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 +LICENSE=PSF-2 +RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy python_targets_pypy3 ) +SLOT=0 +SRC_URI=mirror://pypi/s/setuptools/setuptools-12.0.5.tar.gz +_eclasses_=distutils-r1 c01d5c4af34f4a37a51fc9638299c222 eutils 9fb270e417e0e83d64ca52586c4a79de multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 62927b3db3a589b0806255f3a002d5d3 multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 6d3a3cb5705b9fff1aeb7cfa4e3336fe python-utils-r1 21de8071fd8a56553628301b0342f973 toolchain-funcs 42408102d713fbad60ca21349865edb4 +_md5_=1001c20ca7e37c1e869bffefda212908 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-15.0 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-15.0 new file mode 100644 index 0000000000..2e79796870 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-15.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=test? ( dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] python_targets_python2_7? ( dev-python/mock[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_pypy(-)?,-python_single_target_pypy(-)] ) python_targets_pypy? ( dev-python/mock[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_pypy(-)?,-python_single_target_pypy(-)] ) ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +DESCRIPTION=a collection of extensions to Distutils +EAPI=5 +HOMEPAGE=https://pypi.python.org/pypi/setuptools +IUSE=test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy python_targets_pypy3 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~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 +LICENSE=PSF-2 +RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy python_targets_pypy3 ) +SLOT=0 +SRC_URI=mirror://pypi/s/setuptools/setuptools-15.0.tar.gz +_eclasses_=distutils-r1 c01d5c4af34f4a37a51fc9638299c222 eutils 9fb270e417e0e83d64ca52586c4a79de multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 62927b3db3a589b0806255f3a002d5d3 multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 6d3a3cb5705b9fff1aeb7cfa4e3336fe python-utils-r1 21de8071fd8a56553628301b0342f973 toolchain-funcs 42408102d713fbad60ca21349865edb4 +_md5_=77ffc8dfe6bab5b6875048c79d76469e diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-15.2 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-15.2 new file mode 100644 index 0000000000..b4c2ffe358 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-15.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=test? ( dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] python_targets_python2_7? ( dev-python/mock[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_pypy(-)?,-python_single_target_pypy(-)] ) python_targets_pypy? ( dev-python/mock[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_pypy(-)?,-python_single_target_pypy(-)] ) ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +DESCRIPTION=a collection of extensions to Distutils +EAPI=5 +HOMEPAGE=https://pypi.python.org/pypi/setuptools +IUSE=test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy python_targets_pypy3 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~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 +LICENSE=PSF-2 +RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy python_targets_pypy3 ) +SLOT=0 +SRC_URI=mirror://pypi/s/setuptools/setuptools-15.2.tar.gz +_eclasses_=distutils-r1 c01d5c4af34f4a37a51fc9638299c222 eutils 9fb270e417e0e83d64ca52586c4a79de multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 62927b3db3a589b0806255f3a002d5d3 multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 6d3a3cb5705b9fff1aeb7cfa4e3336fe python-utils-r1 21de8071fd8a56553628301b0342f973 toolchain-funcs 42408102d713fbad60ca21349865edb4 +_md5_=77ffc8dfe6bab5b6875048c79d76469e diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-16.0 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-16.0 new file mode 100644 index 0000000000..742dcd0e25 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-16.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=test? ( dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] python_targets_python2_7? ( dev-python/mock[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_pypy(-)?,-python_single_target_pypy(-)] ) python_targets_pypy? ( dev-python/mock[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_pypy(-)?,-python_single_target_pypy(-)] ) ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +DESCRIPTION=a collection of extensions to Distutils +EAPI=5 +HOMEPAGE=https://pypi.python.org/pypi/setuptools +IUSE=test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy python_targets_pypy3 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~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 +LICENSE=PSF-2 +RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy python_targets_pypy3 ) +SLOT=0 +SRC_URI=mirror://pypi/s/setuptools/setuptools-16.0.tar.gz +_eclasses_=distutils-r1 c01d5c4af34f4a37a51fc9638299c222 eutils 9fb270e417e0e83d64ca52586c4a79de multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 62927b3db3a589b0806255f3a002d5d3 multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 6d3a3cb5705b9fff1aeb7cfa4e3336fe python-utils-r1 21de8071fd8a56553628301b0342f973 toolchain-funcs 42408102d713fbad60ca21349865edb4 +_md5_=77ffc8dfe6bab5b6875048c79d76469e diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-17.0 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-17.0 new file mode 100644 index 0000000000..85b335c0a7 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-17.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=test? ( dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] python_targets_python2_7? ( dev-python/mock[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_pypy(-)?,-python_single_target_pypy(-)] ) python_targets_pypy? ( dev-python/mock[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_pypy(-)?,-python_single_target_pypy(-)] ) ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +DESCRIPTION=a collection of extensions to Distutils +EAPI=5 +HOMEPAGE=https://pypi.python.org/pypi/setuptools +IUSE=test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy python_targets_pypy3 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~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 +LICENSE=PSF-2 +RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy python_targets_pypy3 ) +SLOT=0 +SRC_URI=mirror://pypi/s/setuptools/setuptools-17.0.tar.gz +_eclasses_=distutils-r1 c01d5c4af34f4a37a51fc9638299c222 eutils 9fb270e417e0e83d64ca52586c4a79de multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 62927b3db3a589b0806255f3a002d5d3 multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 6d3a3cb5705b9fff1aeb7cfa4e3336fe python-utils-r1 21de8071fd8a56553628301b0342f973 toolchain-funcs 42408102d713fbad60ca21349865edb4 +_md5_=77ffc8dfe6bab5b6875048c79d76469e diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-17.1.1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-17.1.1 new file mode 100644 index 0000000000..2b8af218e3 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-17.1.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=test? ( dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] python_targets_python2_7? ( dev-python/mock[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_pypy(-)?,-python_single_target_pypy(-)] ) python_targets_pypy? ( dev-python/mock[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_pypy(-)?,-python_single_target_pypy(-)] ) ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +DESCRIPTION=Collection of extensions to Distutils +EAPI=5 +HOMEPAGE=https://pypi.python.org/pypi/setuptools +IUSE=test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy python_targets_pypy3 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~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 +LICENSE=PSF-2 +RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy python_targets_pypy3 ) +SLOT=0 +SRC_URI=mirror://pypi/s/setuptools/setuptools-17.1.1.tar.gz +_eclasses_=distutils-r1 c01d5c4af34f4a37a51fc9638299c222 eutils 9fb270e417e0e83d64ca52586c4a79de multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 62927b3db3a589b0806255f3a002d5d3 multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 6d3a3cb5705b9fff1aeb7cfa4e3336fe python-utils-r1 21de8071fd8a56553628301b0342f973 toolchain-funcs 42408102d713fbad60ca21349865edb4 +_md5_=7e552deb2b795e260fe4ffe14ec4f5dd diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-18.0.1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-18.0.1 new file mode 100644 index 0000000000..12a3f7f8ba --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-18.0.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=test? ( dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] python_targets_python2_7? ( dev-python/mock[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_pypy(-)?,-python_single_target_pypy(-)] ) python_targets_pypy? ( dev-python/mock[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_pypy(-)?,-python_single_target_pypy(-)] ) ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +DESCRIPTION=Collection of extensions to Distutils +EAPI=5 +HOMEPAGE=https://pypi.python.org/pypi/setuptools +IUSE=test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy python_targets_pypy3 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~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 +LICENSE=PSF-2 +RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy python_targets_pypy3 ) +SLOT=0 +SRC_URI=mirror://pypi/s/setuptools/setuptools-18.0.1.tar.gz +_eclasses_=distutils-r1 c01d5c4af34f4a37a51fc9638299c222 eutils 9fb270e417e0e83d64ca52586c4a79de multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 62927b3db3a589b0806255f3a002d5d3 multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 6d3a3cb5705b9fff1aeb7cfa4e3336fe python-utils-r1 21de8071fd8a56553628301b0342f973 toolchain-funcs 42408102d713fbad60ca21349865edb4 +_md5_=7e552deb2b795e260fe4ffe14ec4f5dd diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-18.1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-18.1 new file mode 100644 index 0000000000..763fbda4a7 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-18.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=test? ( dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] python_targets_python2_7? ( dev-python/mock[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_pypy(-)?,-python_single_target_pypy(-)] ) python_targets_pypy? ( dev-python/mock[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_pypy(-)?,-python_single_target_pypy(-)] ) ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +DESCRIPTION=Collection of extensions to Distutils +EAPI=5 +HOMEPAGE=https://pypi.python.org/pypi/setuptools +IUSE=test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy python_targets_pypy3 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~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 +LICENSE=PSF-2 +RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy python_targets_pypy3 ) +SLOT=0 +SRC_URI=mirror://pypi/s/setuptools/setuptools-18.1.tar.gz +_eclasses_=distutils-r1 c01d5c4af34f4a37a51fc9638299c222 eutils 9fb270e417e0e83d64ca52586c4a79de multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 62927b3db3a589b0806255f3a002d5d3 multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 6d3a3cb5705b9fff1aeb7cfa4e3336fe python-utils-r1 21de8071fd8a56553628301b0342f973 toolchain-funcs 42408102d713fbad60ca21349865edb4 +_md5_=7e552deb2b795e260fe4ffe14ec4f5dd diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-18.2 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-18.2 new file mode 100644 index 0000000000..4182c6055e --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-18.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=test? ( dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] python_targets_python2_7? ( dev-python/mock[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_pypy(-)?,-python_single_target_pypy(-)] ) python_targets_pypy? ( dev-python/mock[python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_pypy(-)?,-python_single_target_pypy(-)] ) ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +DESCRIPTION=Collection of extensions to Distutils +EAPI=5 +HOMEPAGE=https://pypi.python.org/pypi/setuptools +IUSE=test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy python_targets_pypy3 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~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 +LICENSE=PSF-2 +RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy python_targets_pypy3 ) +SLOT=0 +SRC_URI=mirror://pypi/s/setuptools/setuptools-18.2.tar.gz +_eclasses_=distutils-r1 c01d5c4af34f4a37a51fc9638299c222 eutils 9fb270e417e0e83d64ca52586c4a79de multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 62927b3db3a589b0806255f3a002d5d3 multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 6d3a3cb5705b9fff1aeb7cfa4e3336fe python-utils-r1 21de8071fd8a56553628301b0342f973 toolchain-funcs 42408102d713fbad60ca21349865edb4 +_md5_=7e552deb2b795e260fe4ffe14ec4f5dd diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-18.2-r2 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-18.2-r2 new file mode 100644 index 0000000000..14c7bbe006 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-18.2-r2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=test? ( dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] dev-python/mock[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +DESCRIPTION=Collection of extensions to Distutils +EAPI=5 +HOMEPAGE=https://pypi.python.org/pypi/setuptools +IUSE=test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy python_targets_pypy3 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~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 +LICENSE=PSF-2 +RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy python_targets_pypy3 ) +SLOT=0 +SRC_URI=mirror://pypi/s/setuptools/setuptools-18.2.tar.gz +_eclasses_=distutils-r1 c01d5c4af34f4a37a51fc9638299c222 eutils 9fb270e417e0e83d64ca52586c4a79de multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 62927b3db3a589b0806255f3a002d5d3 multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 6d3a3cb5705b9fff1aeb7cfa4e3336fe python-utils-r1 21de8071fd8a56553628301b0342f973 toolchain-funcs 42408102d713fbad60ca21349865edb4 +_md5_=a3fea1b6977900fe15ba864f1b331d82 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-18.2-r3 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-18.2-r3 new file mode 100644 index 0000000000..6456266574 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-18.2-r3 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=dev-python/packaging-15.3-r1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] test? ( dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] dev-python/mock[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +DESCRIPTION=Collection of extensions to Distutils +EAPI=5 +HOMEPAGE=https://pypi.python.org/pypi/setuptools +IUSE=test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 python_targets_pypy python_targets_pypy3 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~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 +LICENSE=PSF-2 +RDEPEND=>=dev-python/packaging-15.3-r1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 python_targets_pypy python_targets_pypy3 ) +SLOT=0 +SRC_URI=mirror://pypi/s/setuptools/setuptools-18.2.tar.gz +_eclasses_=distutils-r1 c01d5c4af34f4a37a51fc9638299c222 eutils 9fb270e417e0e83d64ca52586c4a79de multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 62927b3db3a589b0806255f3a002d5d3 multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 6d3a3cb5705b9fff1aeb7cfa4e3336fe python-utils-r1 21de8071fd8a56553628301b0342f973 toolchain-funcs 42408102d713fbad60ca21349865edb4 +_md5_=6467bfbf9ea0a39f31575e688c425ea6 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-18.3.2 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-18.3.2 new file mode 100644 index 0000000000..2ca23f7e61 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-18.3.2 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=dev-python/packaging-15.3-r1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] test? ( dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] dev-python/mock[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +DESCRIPTION=Collection of extensions to Distutils +EAPI=5 +HOMEPAGE=https://pypi.python.org/pypi/setuptools +IUSE=test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 python_targets_pypy python_targets_pypy3 +KEYWORDS=~amd64 ~mips ~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 +LICENSE=PSF-2 +PDEPEND=>=dev-python/certifi-2015.04.28[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +RDEPEND=>=dev-python/packaging-15.3-r1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 python_targets_pypy python_targets_pypy3 ) +SLOT=0 +SRC_URI=mirror://pypi/s/setuptools/setuptools-18.3.2.tar.gz +_eclasses_=distutils-r1 c01d5c4af34f4a37a51fc9638299c222 eutils 9fb270e417e0e83d64ca52586c4a79de multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 62927b3db3a589b0806255f3a002d5d3 multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 6d3a3cb5705b9fff1aeb7cfa4e3336fe python-utils-r1 21de8071fd8a56553628301b0342f973 toolchain-funcs 42408102d713fbad60ca21349865edb4 +_md5_=e618969882100e24c7b8977875a651d8 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-18.4 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-18.4 new file mode 100644 index 0000000000..76a3a398b7 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-18.4 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=dev-python/packaging-15.3-r1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] test? ( dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] dev-python/mock[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +DESCRIPTION=Collection of extensions to Distutils +EAPI=5 +HOMEPAGE=https://pypi.python.org/pypi/setuptools +IUSE=test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 python_targets_pypy python_targets_pypy3 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~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 +LICENSE=PSF-2 +PDEPEND=>=dev-python/certifi-2015.04.28[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +RDEPEND=>=dev-python/packaging-15.3-r1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 python_targets_pypy python_targets_pypy3 ) +SLOT=0 +SRC_URI=mirror://pypi/s/setuptools/setuptools-18.4.tar.gz +_eclasses_=distutils-r1 c01d5c4af34f4a37a51fc9638299c222 eutils 9fb270e417e0e83d64ca52586c4a79de multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 62927b3db3a589b0806255f3a002d5d3 multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 6d3a3cb5705b9fff1aeb7cfa4e3336fe python-utils-r1 21de8071fd8a56553628301b0342f973 toolchain-funcs 42408102d713fbad60ca21349865edb4 +_md5_=821dce9d23a0018191f0c5909219bbeb diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-2.2 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-2.2 new file mode 100644 index 0000000000..5b45ccc93e --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-2.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] +DESCRIPTION=a collection of extensions to Distutils +EAPI=5 +HOMEPAGE=https://pypi.python.org/pypi/setuptools +IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy +KEYWORDS=alpha amd64 arm ~arm64 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 +LICENSE=PSF-2 +RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy ) +SLOT=0 +SRC_URI=mirror://pypi/s/setuptools/setuptools-2.2.tar.gz +_eclasses_=distutils-r1 c01d5c4af34f4a37a51fc9638299c222 eutils 9fb270e417e0e83d64ca52586c4a79de multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 62927b3db3a589b0806255f3a002d5d3 multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 6d3a3cb5705b9fff1aeb7cfa4e3336fe python-utils-r1 21de8071fd8a56553628301b0342f973 toolchain-funcs 42408102d713fbad60ca21349865edb4 +_md5_=df6e01336c3b4c00fb739be8df023d4c diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-7.0 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-7.0 new file mode 100644 index 0000000000..8f0cf8abf8 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-7.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=test? ( dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +DESCRIPTION=a collection of extensions to Distutils +EAPI=5 +HOMEPAGE=https://pypi.python.org/pypi/setuptools +IUSE=test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy python_targets_pypy3 +KEYWORDS=alpha amd64 arm arm64 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 +LICENSE=PSF-2 +RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy python_targets_pypy3 ) +SLOT=0 +SRC_URI=mirror://pypi/s/setuptools/setuptools-7.0.tar.gz +_eclasses_=distutils-r1 c01d5c4af34f4a37a51fc9638299c222 eutils 9fb270e417e0e83d64ca52586c4a79de multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 62927b3db3a589b0806255f3a002d5d3 multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 6d3a3cb5705b9fff1aeb7cfa4e3336fe python-utils-r1 21de8071fd8a56553628301b0342f973 toolchain-funcs 42408102d713fbad60ca21349865edb4 +_md5_=c4d0939034c8a95e734d5a08c8ba4615 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-8.0.1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-8.0.1 new file mode 100644 index 0000000000..5b861bdfbf --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-8.0.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=test? ( dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +DESCRIPTION=a collection of extensions to Distutils +EAPI=5 +HOMEPAGE=https://pypi.python.org/pypi/setuptools +IUSE=test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy python_targets_pypy3 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~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 +LICENSE=PSF-2 +RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy python_targets_pypy3 ) +SLOT=0 +SRC_URI=mirror://pypi/s/setuptools/setuptools-8.0.1.tar.gz +_eclasses_=distutils-r1 c01d5c4af34f4a37a51fc9638299c222 eutils 9fb270e417e0e83d64ca52586c4a79de multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 62927b3db3a589b0806255f3a002d5d3 multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 6d3a3cb5705b9fff1aeb7cfa4e3336fe python-utils-r1 21de8071fd8a56553628301b0342f973 toolchain-funcs 42408102d713fbad60ca21349865edb4 +_md5_=88c5f6d96a850cb4c83b52dd4929d65f diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-8.2.1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-8.2.1 new file mode 100644 index 0000000000..2e2356da62 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-8.2.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=test? ( dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +DESCRIPTION=a collection of extensions to Distutils +EAPI=5 +HOMEPAGE=https://pypi.python.org/pypi/setuptools +IUSE=test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy python_targets_pypy3 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~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 +LICENSE=PSF-2 +RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy python_targets_pypy3 ) +SLOT=0 +SRC_URI=mirror://pypi/s/setuptools/setuptools-8.2.1.tar.gz +_eclasses_=distutils-r1 c01d5c4af34f4a37a51fc9638299c222 eutils 9fb270e417e0e83d64ca52586c4a79de multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 62927b3db3a589b0806255f3a002d5d3 multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 6d3a3cb5705b9fff1aeb7cfa4e3336fe python-utils-r1 21de8071fd8a56553628301b0342f973 toolchain-funcs 42408102d713fbad60ca21349865edb4 +_md5_=88c5f6d96a850cb4c83b52dd4929d65f diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-9.1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-9.1 new file mode 100644 index 0000000000..3fe9f01b43 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-9.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=test? ( dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +DESCRIPTION=a collection of extensions to Distutils +EAPI=5 +HOMEPAGE=https://pypi.python.org/pypi/setuptools +IUSE=test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy python_targets_pypy3 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~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 +LICENSE=PSF-2 +RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy python_targets_pypy3 ) +SLOT=0 +SRC_URI=mirror://pypi/s/setuptools/setuptools-9.1.tar.gz +_eclasses_=distutils-r1 c01d5c4af34f4a37a51fc9638299c222 eutils 9fb270e417e0e83d64ca52586c4a79de multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 62927b3db3a589b0806255f3a002d5d3 multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 6d3a3cb5705b9fff1aeb7cfa4e3336fe python-utils-r1 21de8071fd8a56553628301b0342f973 toolchain-funcs 42408102d713fbad60ca21349865edb4 +_md5_=88c5f6d96a850cb4c83b52dd4929d65f diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-9999 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-9999 index c734fb866b..540f75f150 100644 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-9999 +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/setuptools-9999 @@ -1,12 +1,12 @@ DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=dev-vcs/mercurial python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] -DESCRIPTION=Distribute (fork of Setuptools) is a collection of extensions to Distutils +DEPEND=test? ( dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] dev-vcs/mercurial +DESCRIPTION=a collection of extensions to Distutils EAPI=5 -HOMEPAGE=http://pypi.python.org/pypi/distribute -IUSE=python_targets_python2_7 python_targets_python3_3 +HOMEPAGE=https://pypi.python.org/pypi/setuptools +IUSE=test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy python_targets_pypy3 LICENSE=PSF-2 -RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 ) +RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy python_targets_pypy3 ) SLOT=0 _eclasses_=distutils-r1 c01d5c4af34f4a37a51fc9638299c222 eutils 9fb270e417e0e83d64ca52586c4a79de mercurial 2fbda5894dda6392b71334ee9a92de0b multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 62927b3db3a589b0806255f3a002d5d3 multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 6d3a3cb5705b9fff1aeb7cfa4e3336fe python-utils-r1 21de8071fd8a56553628301b0342f973 toolchain-funcs 42408102d713fbad60ca21349865edb4 -_md5_=af12d5a74b1f55998459feb39840bbcf +_md5_=3507814ecb3321e7bde6a2d069626100