summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/six: Enable py3.7Michał Górny2018-07-161-1/+1
|
* update pypi HOMEPAGE to avoid redirectionMichael Mair-Keimberger2018-04-262-2/+2
| | | | Closes: https://github.com/gentoo/gentoo/pull/8080
* Replace pypi.python.org with pypi.org in HOMEPAGEMike Gilbert2018-04-192-2/+2
| | | | Bug: https://bugs.gentoo.org/653540
* dev-python/six: 1.11.0 stablized alpha amd64 arm arm64 hppa ia64 m68k ~mips ↵Matthew Thode2018-03-301-1/+1
| | | | | | ppc ppc64 s390 sh sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris under allarches Stablized for Openstack Queens
* dev-python/six: mark 1.10.0 m68k/s390/sh stableMike Frysinger2018-01-111-1/+1
|
* dev-python/*: Update Manifest hashesMichał Górny2017-12-091-2/+2
|
* dev-python/six: update upstream metadataTim Harder2017-10-011-1/+1
|
* dev-python/six: update HOMEPAGETim Harder2017-10-012-2/+2
|
* dev-python/six: version bump to 1.11.0Tim Harder2017-09-213-2/+42
|
* dev-python/six: remove unused patch.Michael Mair-Keimberger (asterix)2017-08-291-27/+0
|
* dev-python/six: arm64 stable (bug 602450).Michael Weber2017-03-161-1/+1
| | | | | Package-Manager: Portage-2.3.4, Repoman-2.3.2 RepoMan-Options: --include-arches="arm arm64 ppc ppc64"
* dev-python/six: add ~x64-cygwin keywordMichael Haubenwallner2017-03-091-1/+1
| | | | Package-Manager: portage-2.3.3
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-python/six: PYTHON_COMPAT: add python3_6Zac Medico2017-02-121-1/+1
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-python/six: remove version bump landmineMike Gilbert2017-01-301-9/+0
| | | | | | setuptools depends on six once again! Package-Manager: Portage-2.3.3_p42_p432702, Repoman-2.3.1_p35_p432702
* dev-python/six: dropped ~x86-freebsd ~x86-interixFabian Groffen2017-01-291-2/+2
| | | | Package-Manager: portage-2.3.3
* global: Drop dead implementations from PYTHON_COMPATMichał Górny2016-11-011-1/+1
|
* dev-python/six: cd "${HOME}" in pkg_preinstMike Gilbert2016-10-031-6/+4
| | | | Package-Manager: portage-2.3.1_p4_p808957
* dev-python/six: run pkg_preinst in a temporary directoryMike Gilbert2016-09-241-1/+5
| | | | Package-Manager: portage-2.3.1_p4_p56819
* dev-python/six: remove oldTim Harder2016-09-232-56/+0
|
* dev-python/six: run pkg_preinst from /Mike Gilbert2016-06-092-0/+2
| | | | | | Bug: https://bugs.gentoo.org/585146 Package-Manager: portage-2.3.0_rc1_p20
* dev-python/six: Add a strong warning for the next version bumpMike Gilbert2016-03-101-0/+9
| | | | Package-Manager: portage-2.2.28_p57
* dev-python/six: Remove any existing egg-info directoryMike Gilbert2016-01-272-0/+26
| | | | | | Bug: https://bugs.gentoo.org/573114 Package-Manager: portage-2.2.27_p49
* dev-python/six: Drop the live ebuildMike Gilbert2016-01-261-37/+0
| | | | Package-Manager: portage-2.2.27_p49
* dev-python/six: Force usage of distutils over setuptoolsMike Gilbert2016-01-263-6/+28
| | | | | | | | Avoids circular dependency. Bug: https://bugs.gentoo.org/572792 Package-Manager: portage-2.2.27_p49
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* dev-python/six: Remove pkg_setup checkMike Gilbert2015-12-281-10/+0
| | | | | | | | | Running python_foreach_impl from pkg_setup causes more problems than it is worth. Bug: https://bugs.gentoo.org/569962 Package-Manager: portage-2.2.26_p32
* dev-python/six: Drop pkg_pretend check for six directoryMike Gilbert2015-12-081-16/+3
| | | | | | | | Calling python_foreach_impl from pkg_pretend currently fails if the relevent versions of dev-lang/python are not installed. pkg_pretend runs before dependencies are installed, so we can't rely on them. Package-Manager: portage-2.2.26_p10
* dev-python/six: Remove stray 'echo'Mike Gilbert2015-12-071-1/+0
| | | | Package-Manager: portage-2.2.26_p10
* dev-python/six: Fix quoting and remove duplicate slashesMike Gilbert2015-12-071-2/+3
| | | | Package-Manager: portage-2.2.26_p10
* dev-python/six: Ensure PYTHON exists before calling python_get_sitedirMike Gilbert2015-12-071-1/+1
| | | | Package-Manager: portage-2.2.26_p10
* dev-python/six: Run six dir QA check twiceJustin Lecher2015-11-301-0/+14
| | | | | | | | Using pkg_pretend to catch as early as possible but don't break when python impl is not installed. Use pkg_Setup to catch them all Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* dev-python/six: Drop oldJustin Lecher2015-11-236-154/+0
| | | | | Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* dev-python/six: arm stable, bug #564588Markus Meier2015-11-221-1/+1
| | | | | Package-Manager: portage-2.2.25 RepoMan-Options: --include-arches="arm"
* dev-python/six: Stable for HPPA (bug #549898).Jeroen Roovers2015-11-221-1/+1
| | | | | Package-Manager: portage-2.2.25 RepoMan-Options: --ignore-arches
* dev-python/six: Break if SITEDIR/six is a dirJustin Lecher2015-11-201-0/+9
| | | | | | | Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=546730 Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* dev-python/six: alpha stable wrt bug #564588Agostino Sarubbo2015-11-191-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="alpha"
* dev-python/six: ia64 stable wrt bug #564588Agostino Sarubbo2015-11-161-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ia64"
* dev-python/six: sparc stable wrt bug #564588Agostino Sarubbo2015-11-051-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="sparc"
* dev-python/six: ppc64 stable wrt bug #564588Agostino Sarubbo2015-11-041-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ppc64"
* dev-python/six: ppc stable wrt bug #564588Agostino Sarubbo2015-11-041-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ppc"
* dev-python/six: x86 stable wrt bug #564588Agostino Sarubbo2015-11-021-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* dev-python/six: amd64 stable wrt bug #564588Agostino Sarubbo2015-11-021-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64"
* dev-python/six: Restrict failing testsJustin Lecher2015-11-021-0/+10
| | | | | Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* dev-python/*: Restore keywords and un-revbump for py3.5Michał Górny2015-10-142-42/+2
| | | | | Restore keywords that were removed unnecessarily, and collapse unnecessary revbumps on packages with added python3.5 support.
* dev-python/six: Add python3.5 supportJustin Lecher2015-10-111-0/+40
| | | | | Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* dev-python/six: version bump to 1.10.0Dirkjan Ochtman2015-10-111-1/+1
| | | | Package-Manager: portage-2.2.20.1
* dev-python/six: Version BumpJustin Lecher2015-10-113-1/+42
| | | | | Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720