summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/python_orocos_kdl: add py37/38Alexis Ballier2020-05-142-2/+2
| | | | | | Closes: https://bugs.gentoo.org/719496 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* dev-python/authres: x86 stable wrt bug #721758Agostino Sarubbo2020-05-141-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/authres: amd64 stable wrt bug #721758Agostino Sarubbo2020-05-141-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/sqlparse: Fix building docsMichał Górny2020-05-141-1/+1
| | | | | Closes: https://bugs.gentoo.org/714782 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/django: Fix assertion in distutils_enable_sphinxMichał Górny2020-05-142-2/+2
| | | | | Closes: https://bugs.gentoo.org/719324 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/six: Fix assertion in distutils_enable_sphinxMichał Górny2020-05-141-1/+1
| | | | | Closes: https://bugs.gentoo.org/722826 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/commonmark: Remove oldMichał Górny2020-05-143-82/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/bpython: Remove oldMichał Górny2020-05-142-58/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/binaryornot: Remove oldMichał Górny2020-05-142-29/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/zipp: x86 stable wrt bug #720662Agostino Sarubbo2020-05-141-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/jaraco-itertools: x86 stable wrt bug #720662Agostino Sarubbo2020-05-141-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/h5py: x86 stable wrt bug #720518Agostino Sarubbo2020-05-141-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/setuptools: Bump to 46.3.0Michał Górny2020-05-142-0/+68
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/deprecated: Bump to 1.2.10Michał Górny2020-05-142-0/+21
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/bareos: added new ebuildMarc Schiffbauer2020-05-133-0/+35
| | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>
* dev-python/sphinxcontrib-asyncio: stable 0.2.0-r2 for ppcSergei Trofimovich2020-05-141-1/+1
| | | | | | | Tested-by: ernsteiswuerfel Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-python/pockets: arm64 stable (bug #721772)Sam James (sam_c)2020-05-141-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* dev-python/cvxopt: new revision to cleanup and re-messup some things.Michael Orlitzky2020-05-131-0/+174
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The original purpose of this revision was to refactor the three, similar, convoluted pipelines that are used to parse the output from pkg-config and populate cvxopt's FOO_LIB, FOO_LIB_DIR, and FOO_INC_DIR variables. That was fairly easy: the code to strip out "pthread" and "m" from `pkg-config --libs-only-l` never worked, so I've dropped it. After that, the remaining three pipelines all did essentially the same thing and were combined into a single function that is still large but now only because it is documented. Having solved that problem, I made things a bit messy again. I discovered that most of these variables can be passed an empty string, resulting in a command line with "empty" arguments like "-L -L/path/to/wherever" and GCC will accept that. What it won't accept is the empty "-I" arguments corresponding to the INC_DIR variables. Can we leave those unset if pkg-config returns the empty string? No! Because if we do that, then cvxopt will guess the wrong location (outside of EPREFIX) and attempt to use that. So I added some code to prepopulate those variables with the right location, and only append to them when pkg-config gives us something to append. I think this works better, but I guess we'll see. I've opened an upstream issue about the empty string problem in these variables. If they can make the "API" a bit nicer in the future, a lot of the new ugliness can be reverted. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-python/pygobject: stable 3.34.0 for hppa, bug #717144Rolf Eike Beer2020-05-131-1/+1
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-python/dbusmock: stable 0.18.3 for sparc, bug #717144Rolf Eike Beer2020-05-131-1/+1
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-python/apispec-3.3.0: version bumpPatrick McLean2020-05-133-0/+54
| | | | | | Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-python/zipp: ppc64 stable wrt bug #720662Agostino Sarubbo2020-05-131-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/jaraco-itertools: ppc64 stable wrt bug #720662Agostino Sarubbo2020-05-131-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/inflect: ppc64 stable wrt bug #720662Agostino Sarubbo2020-05-131-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/pyzmq: ppc64 stable wrt bug #720610Agostino Sarubbo2020-05-131-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/zipp: ppc stable wrt bug #720662Agostino Sarubbo2020-05-131-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/jaraco-itertools: ppc stable wrt bug #720662Agostino Sarubbo2020-05-131-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/inflect: ppc stable wrt bug #720662Agostino Sarubbo2020-05-131-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/zipp: arm stable wrt bug #720662Agostino Sarubbo2020-05-131-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/jaraco-itertools: arm stable wrt bug #720662Agostino Sarubbo2020-05-131-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/inflect: arm stable wrt bug #720662Agostino Sarubbo2020-05-131-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/sphinxcontrib-htmlhelp: arm stable wrt bug #720620Agostino Sarubbo2020-05-131-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/raet: amd64 stable wrt bug #721692Agostino Sarubbo2020-05-131-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/pytest-tempdir: amd64 stable wrt bug #721692Agostino Sarubbo2020-05-131-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/pytest-salt: amd64 stable wrt bug #721692Agostino Sarubbo2020-05-131-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/pytest-helpers-namespace: amd64 stable wrt bug #721692Agostino Sarubbo2020-05-131-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/ioflo: amd64 stable wrt bug #721692Agostino Sarubbo2020-05-131-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/cheetah3: amd64 stable wrt bug #721692Agostino Sarubbo2020-05-131-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/SaltTesting: amd64 stable wrt bug #721692Agostino Sarubbo2020-05-131-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/zipp: amd64 stable wrt bug #720662Agostino Sarubbo2020-05-131-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/jaraco-itertools: amd64 stable wrt bug #720662Agostino Sarubbo2020-05-131-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/h5py: amd64 stable wrt bug #720518Agostino Sarubbo2020-05-131-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/catkin_pkg: Bump to 0.4.20.Alexis Ballier2020-05-134-2/+86
| | | | | | | Add python 3.8 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* dev-python/pyaudio: add support for Python 3.7 and 3.8Robert Siebeck2020-05-131-1/+1
| | | | | | | Closes: https://bugs.gentoo.org/719394 Signed-off-by: Robert Siebeck <gentoo.2019@r123.de> Closes: https://github.com/gentoo/gentoo/pull/15678 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-python/moviepy: update homepageAlexey Sokolov2020-05-131-1/+1
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexey Sokolov <sokolov@google.com> Closes: https://github.com/gentoo/gentoo/pull/15698 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-python/zipp: sparc stable wrt bug #720662Agostino Sarubbo2020-05-131-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/jaraco-itertools: sparc stable wrt bug #720662Agostino Sarubbo2020-05-131-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/inflect: sparc stable wrt bug #720662Agostino Sarubbo2020-05-131-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/sphinxcontrib-applehelp: sparc stable wrt bug #720624Agostino Sarubbo2020-05-131-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/sphinxcontrib-devhelp: sparc stable wrt bug #720622Agostino Sarubbo2020-05-131-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>