summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* dev-python/PythonQt: python3_7, EAPI 7, fix revdep, testsVladimir Pavljuchenkov (SpiderX)2020-02-262-7/+102
| | | | | | | | | | | | | | | | 1. add github reference in metadata 2. move to EAPI 7 3. add python3_7 4. add tests 5. add missed app-arch/unzip 6. don't build tests and examples 7. remove webkit USE flag Closes: https://bugs.gentoo.org/708700 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Vladimir Pavljuchenkov <spiderx@spiderx.dp.ua> Closes: https://github.com/gentoo/gentoo/pull/14680 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* Revert dev-python/pyzmq py2 and net-wireless/urh updateMatt Turner2020-02-252-8/+2
| | | | | | | | | | | | | | | | | | | | | | | | | This commit reverts a revert of python2 support removal for dev-python/pyzmq. The original commit that remove py2 support was 3635fb573254 (dev-python/pyzmq: Remove py2), committed January 28th. Since then presumably a large number of dependencies of pyzmq have also dropped python2 support, because after commit c3bb20728e45 (Revert "Revert "dev-python/pyzmq: Remove py2"") from February 25 pkgcheck scan says: NonsolvableDepsInStable: version 16.0.2: nonsolvable depset(depend) keyword(amd64) stable profile (default/linux/amd64/17.0) (76 total): ... ... NonsolvableDepsInStable: version 17.1.0: nonsolvable depset(depend) keyword(amd64) stable profile (default/linux/amd64/17.0) (57 total): ... So it doesn't appear to be a trivial task to restore py2 support to pyzmq. Unfortunately this will break net-wireless/urh (both in terms of the software and in terms of the deptree). To keep the deptree in good shape commit f1b680936d23 (net-wireless/urh: fix deps, probably) must also be reverted. This reverts commit c3bb20728e45505d9b4a48164f37bb3288577d67. This reverts commit f1b680936d23084dc28bcab64e2cc4103a420303. Signed-off-by: Matt Turner <mattst88@gentoo.org>
* Revert "dev-python/pyzmq: Remove py2"Rick Farina2020-02-252-2/+8
| | | | | | This reverts commit 3635fb57325467c27cf380249690345080c0b082. Needed by net-wireless/urh and probably net-wireless/gnuradio Signed-off-by: Rick Farina <zerochaos@gentoo.org>
* dev-python/keystoneauth: 3.17.2 bumpMatthew Thode2020-02-252-0/+29
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* dev-python/keystoneauth: cleanupMatthew Thode2020-02-255-115/+0
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* dev-python/pyyaml: ia64 stable wrt bug #710658Agostino Sarubbo2020-02-251-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/pyyaml: sparc stable wrt bug #710658Agostino Sarubbo2020-02-251-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/pyyaml: arm stable wrt bug #710658Agostino Sarubbo2020-02-251-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/pyyaml: ppc64 stable wrt bug #710658Agostino Sarubbo2020-02-251-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/pyyaml: ppc stable wrt bug #710658Agostino Sarubbo2020-02-251-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/pyyaml: s390 stable wrt bug #710658Agostino Sarubbo2020-02-251-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/pyyaml: amd64 stable wrt bug #710658Agostino Sarubbo2020-02-251-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/python-language-server: revbump due to changed RDEPENDJoonas Niilola2020-02-251-0/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-python/python-language-server: fix dep versionsWGH2020-02-251-3/+5
| | | | | | | | | | | | | | | | Copy dependency version bounds from the upstream setup.py: https://github.com/palantir/python-language-server/blob/0.31.8/setup.py#L38 This fixes the problem when e.g. older jedi satisfies the ebuild dependency, but the package itself checks dependency specified it in its setup.py at runtime, refusing to work on mismatch (see #710684). If pyls silently accepted wrong package version it could've been worse, though. Closes: https://bugs.gentoo.org/710684 Signed-off-by: Maxim Plotnikov <wgh@torlan.ru> Closes: https://github.com/gentoo/gentoo/pull/14761 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-python/requests-mock: keyword 1.5.2 on ~ppc64, bug #710752Georgy Yakovlev2020-02-251-1/+1
| | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* dev-python/routes: keyword on ~ppc64Georgy Yakovlev2020-02-241-1/+1
| | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* dev-python/repoze-lru: keyword 0.7 on ~ppc64Georgy Yakovlev2020-02-241-1/+1
| | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* dev-python/namespace-repoze: keyword on ~ppc64Georgy Yakovlev2020-02-241-1/+1
| | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* dev-python/python3-saml: keyword on ~ppc64, bug #710752Georgy Yakovlev2020-02-241-1/+1
| | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* dev-python/python-xmlsec: keyword on ~ppc64, bug #710752Georgy Yakovlev2020-02-241-1/+1
| | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* dev-python/pkgconfig: keyword 1.5.1 on ~ppc64, bug #710752Georgy Yakovlev2020-02-241-1/+1
| | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* dev-python/pyproject2setuppy: keyword on ~ppc64, bug #710752Georgy Yakovlev2020-02-241-1/+1
| | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* dev-python/python3-saml: New packagePatrick McLean2020-02-243-0/+41
| | | | | | Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-python/python-xmlsec: New packagePatrick McLean2020-02-243-0/+41
| | | | | | Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-python/pkgconfig-1.5.1: Bump, add py38Patrick McLean2020-02-242-0/+21
| | | | | | | | | Had to drop arm64 keyword due to pyproject2setuppy dependency. Will be included in a to-be-filed keywording bug. Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-python/isodate-0.6.0-r1: revbump, EAPI=7, py37Patrick McLean2020-02-241-0/+27
| | | | | | Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-python/pyjwt: keyword 1.7.1-r1 on ~ppc64Georgy Yakovlev2020-02-241-1/+1
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* dev-python/kafka-python: PYTHON_COMPAT+=(pythonh3_8)Zac Medico2020-02-241-1/+1
| | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* dev-python/awscli: bump to v1.18.5Thomas Deutschmann2020-02-242-0/+57
| | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-python/botocore: bump to v1.15.5Thomas Deutschmann2020-02-242-0/+60
| | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-python/bandit: 1.6.2 bumpMatthew Thode2020-02-243-1/+49
| | | | | | Closes: https://bugs.gentoo.org/710506 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* dev-python/pyyaml: x86 stable wrt bug #710658Agostino Sarubbo2020-02-241-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/pygments: amd64 stable wrt bug #710566Agostino Sarubbo2020-02-241-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/mako: amd64 stable wrt bug #710410Agostino Sarubbo2020-02-241-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/cssutils: amd64 stable wrt bug #710404Agostino Sarubbo2020-02-241-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/cffi: x86 stable wrt bug #710402Agostino Sarubbo2020-02-241-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/mako: x86 stable wrt bug #710410Agostino Sarubbo2020-02-241-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/sphinx-issues: x86 stable wrt bug #710408Agostino Sarubbo2020-02-241-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/pallets-sphinx-themes: x86 stable wrt bug #710408Agostino Sarubbo2020-02-241-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/jinja: x86 stable wrt bug #710408Agostino Sarubbo2020-02-241-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/cssutils: x86 stable wrt bug #710404Agostino Sarubbo2020-02-241-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/pyhamcrest: sparc stable wrt bug #710566Agostino Sarubbo2020-02-241-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/sphinxcontrib-serializinghtml: ppc stable wrt bug #710524Agostino Sarubbo2020-02-241-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/sphinxcontrib-qthelp: ppc stable wrt bug #710524Agostino Sarubbo2020-02-241-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/sphinxcontrib-jsmath: ppc stable wrt bug #710524Agostino Sarubbo2020-02-241-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/sphinxcontrib-htmlhelp: ppc stable wrt bug #710524Agostino Sarubbo2020-02-241-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/sphinxcontrib-devhelp: ppc stable wrt bug #710524Agostino Sarubbo2020-02-241-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/sphinxcontrib-applehelp: ppc stable wrt bug #710524Agostino Sarubbo2020-02-241-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/sphinx: ppc stable wrt bug #710524Agostino Sarubbo2020-02-241-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/mako: ppc stable wrt bug #710410Agostino Sarubbo2020-02-241-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>