summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/wrapt: add ~s390 keywordAgostino Sarubbo2020-04-081-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* */*: Drop stable ia64 keywordsMatt Turner2020-04-031-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-python/wrapt: Remove redundant versionsMichał Górny2020-03-263-75/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/wrapt: Stabilize 1.11.2-r1 on arm64Michał Górny2020-03-261-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/wrapt: Drop py2Michał Górny2020-03-184-4/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/wrapt: 1.12.1Sebastian Pipping2020-03-142-0/+27
| | | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org> Package-Manager: Portage-2.3.92, Repoman-2.3.20
* dev-python/wrapt: arm stable wrt bug #710518Mikle Kolyada2020-03-141-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* dev-python/wrapt: Drop 1.10.10 and 1.11.2 (r0)Andreas Sturmlechner2020-03-093-96/+0
| | | | | Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-python/wrapt: x86 stable wrt bug #710518Agostino Sarubbo2020-03-091-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/wrapt: ppc64 stable wrt bug #710518Agostino Sarubbo2020-03-091-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/wrapt: ia64 stable wrt bug #710518Agostino Sarubbo2020-03-091-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/wrapt: amd64 stable wrt bug #710518Agostino Sarubbo2020-03-091-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/wrapt: ppc stable wrt bug #710518Agostino Sarubbo2020-03-091-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/wrapt: sparc stable wrt bug #710518Agostino Sarubbo2020-03-091-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/wrapt: Improve use of distutils_enable_sphinxSebastian Pipping2020-03-061-3/+1
| | | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org> Package-Manager: Portage-2.3.92, Repoman-2.3.20
* dev-python/wrapt: 1.12.0Sebastian Pipping2020-03-052-0/+29
| | | | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org> Package-Manager: Portage-2.3.92, Repoman-2.3.20 RepoMan-Options: --force
* dev-python/wrapt: Enable pypy3Michał Górny2020-02-111-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/wrapt-1.11.2-r1: Revbump, add py38, use new eclass funcsPatrick McLean2020-01-291-0/+27
| | | | | | Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* */*: Drop stable alpha keywordsMatt Turner2020-01-252-2/+2
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-053-6/+6
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/wrapt: Set DISTUTILS_USE_SETUPTOOLSMichał Górny2019-12-161-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-113-0/+3
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/wrapt: arm64 stableAaron Bauman2019-12-041-1/+1
| | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.80, Repoman-2.3.19
* dev-python/wrapt: bump 1.11.2Jason Zaman2019-06-192-0/+47
| | | | | Signed-off-by: Jason Zaman <perfinion@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-172-3/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/wrapt: add py37 supportMatthew Thode2019-01-271-2/+2
| | | | | Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* dev-python/wrapt: 1.10.11 stablized alpha amd64 arm ~arm64 ia64 ppc ppc64 ↵Matthew Thode2018-03-301-1/+1
| | | | | | sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos under allarches Stablized for Openstack Queens
* dev-python/wrapt: Update maintainer due to bug #502560Pacho Ramos2018-03-101-4/+0
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-python/wrapt: Clean old upMichał Górny2018-01-063-94/+0
|
* dev-python/wrapt: added Prefix keywords, bug #606554Fabian Groffen2017-12-271-1/+1
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-python/*: Update Manifest hashesMichał Górny2017-12-091-4/+4
|
* dev-python/wrapt: Strip empty metadata.xml elementsMichał Górny2017-10-041-2/+0
|
* dev-python/wrapt: 1.10.10 stablized alpha amd64 arm ia64 ppc ppc64 sparc x86 ↵Matthew Thode2017-09-291-1/+1
| | | | under allarches
* dev-python/wrapt: version bump to 1.10.11Tim Harder2017-08-272-0/+47
|
* dev-python/wrapt: 1.10.10 bupMatthew Thode2017-08-262-0/+47
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* dev-python/wrapt: marked ~amd64-linuxFabian Groffen2017-07-261-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* dev-python/wrapt: Clean old versions upMichał Górny2017-05-033-95/+0
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-284-4/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-python/wrapt: arm stable, bug #606004Markus Meier2017-02-201-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="arm"
* dev-python/wrapt: PYTHON_COMPAT: add python3_6Zac Medico2017-02-164-7/+7
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-python/wrapt: ppc64 stable wrt bug #606004Agostino Sarubbo2017-01-241-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/wrapt-1.10.5-r0: stable on alphaTobias Klausmann2017-01-231-1/+1
| | | | Gentoo-Bug: 606004
* dev-python/wrapt: ia64 stable wrt bug #606004Agostino Sarubbo2017-01-231-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/wrapt: sparc stable wrt bug #606004Agostino Sarubbo2017-01-221-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/wrapt: ppc stable wrt bug #606004Agostino Sarubbo2017-01-211-2/+2
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* global: Drop dead implementations from PYTHON_COMPATMichał Górny2016-11-014-4/+4
|
* dev-python/wrapt: remove version 1.10.6Alex Brandt2016-04-242-51/+0
| | | | Package-Manager: portage-2.2.28
* dev-python/wrapt: add version 1.10.8Alex Brandt2016-04-242-0/+48
| | | | Package-Manager: portage-2.2.28
* dev-python/wrapt: add version 1.10.7Alex Brandt2016-04-102-0/+48
| | | | Package-Manager: portage-2.2.28
* dev-python/wrapt: keywording arm64Matthew Thode2016-02-281-1/+1
| | | | | | merged on X-C1 Package-Manager: portage-2.2.26