summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/snakeoil: stable 0.7.5 for ia64, bug #659624Sergei Trofimovich2018-08-131-1/+1
| | | | | Package-Manager: Portage-2.3.46, Repoman-2.3.10 RepoMan-Options: --include-arches="ia64"
* dev-python/pytest: keyworded 3.6.3 for ia64, bug #661306Sergei Trofimovich2018-08-131-1/+1
| | | | | Package-Manager: Portage-2.3.46, Repoman-2.3.10 RepoMan-Options: --include-arches="ia64"
* dev-python/atomicwrites: keyworded 1.1.5-r3 for ia64, bug #661306Sergei Trofimovich2018-08-131-1/+1
| | | | | Package-Manager: Portage-2.3.46, Repoman-2.3.10 RepoMan-Options: --include-arches="ia64"
* dev-python/bleach: stable 2.1.3 for sparc, bug #663438Rolf Eike Beer2018-08-131-1/+1
| | | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="sparc"
* dev-python/python-gnupg: updated patches to match upstreamConrad Kostecki2018-08-133-54/+50
| | | | | | Bug: https://bugs.gentoo.org/662750 Closes: https://github.com/gentoo/gentoo/pull/9560 Package-Manager: Portage-2.3.45, Repoman-2.3.10
* dev-python/scandir: version bump.Patrice Clement2018-08-132-0/+24
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/click: revert "remove old"Virgil Dupras2018-08-132-0/+49
| | | | | | dev-embedded/platformio depends on this unstable version... Package-Manager: Portage-2.3.46, Repoman-2.3.10
* dev-python/click: remove oldVirgil Dupras2018-08-132-49/+0
| | | | Package-Manager: Portage-2.3.46, Repoman-2.3.10
* dev-python/click: fix broken testsVirgil Dupras2018-08-132-0/+70
| | | | | Closes: https://bugs.gentoo.org/635806 Package-Manager: Portage-2.3.46, Repoman-2.3.10
* dev-python/websocket-client: add Python 3.7 support, sort KEYWORDSLouis Sautier2018-08-131-2/+2
| | | | Package-Manager: Portage-2.3.45, Repoman-2.3.10
* dev-python/bleach-2.1.3: arm64 stable (bug #663438)Mart Raudsepp2018-08-121-1/+1
| | | | Package-Manager: Portage-2.3.46, Repoman-2.3.10
* dev-python/flask-paranoid: fix broken testsVirgil Dupras2018-08-122-0/+31
| | | | | | | | | | | Previously, tests would seemingly run, but they would actually run nothing: tests aren't included in the PyPI tarball. We switch to github releases so that we get tests. Also, don't use tox. See https://wiki.gentoo.org/wiki/Project:Python/Tests#Do_not_ever_use_tox.21 Package-Manager: Portage-2.3.46, Repoman-2.3.10
* dev-python/numba: BumpPatrick Lauer2018-08-122-0/+48
| | | | Package-Manager: Portage-2.3.45, Repoman-2.3.10
* dev-python/tox: bump to 3.2.1Virgil Dupras2018-08-123-0/+66
| | | | | | | | | | | | * Add myself as maintainer * Un-RESTRICT tests * EAPI 7 * Add Python 3.7 * Remove Python 3.4 * Temporarily drop alpha, arm, arm64, ia64, ppc, amd64-fbsd due to new deps Package-Manager: Portage-2.3.45, Repoman-2.3.10
* dev-python/construct: remove spurious test dependenciesVirgil Dupras2018-08-111-3/+1
| | | | | | tox and pytest-cov are not actually needed to run tests. Package-Manager: Portage-2.3.44, Repoman-2.3.10
* dev-python/denonavr: remove oldLouis Sautier2018-08-122-34/+0
| | | | Package-Manager: Portage-2.3.45, Repoman-2.3.10
* dev-python/denonavr: bump to 0.7.5Louis Sautier2018-08-122-0/+34
| | | | Package-Manager: Portage-2.3.45, Repoman-2.3.10
* dev-python/openpyxl: remove old and vulnerableVirgil Dupras2018-08-113-72/+0
| | | | | Bug: https://bugs.gentoo.org/608714 Package-Manager: Portage-2.3.44, Repoman-2.3.10
* dev-python/openpyxl: re-enable py34 on v2.4.11Virgil Dupras2018-08-111-1/+1
| | | | | | | | | I failed to see, before phasing it out, how many revdeps had a py34 enabled. If I want to be able to clean out old and vulnerable versions in a reasonable timeframe, I have to re-enable py34. Bug: https://bugs.gentoo.org/608714 Package-Manager: Portage-2.3.44, Repoman-2.3.10
* dev-python/txaio: remove spurious dependencies and phaseVirgil Dupras2018-08-111-13/+2
| | | | | | | | * app-arch/unzip is uneeded (SRC_URI is a tarball) * tox, pep8, pytest-cov and pyenchant are uneeded to run tests * No need to patch in "utils.py" anymore Package-Manager: Portage-2.3.44, Repoman-2.3.10
* dev-python/kitchen: version bump.Patrice Clement2018-08-122-0/+18
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/netifaces: version bump.Patrice Clement2018-08-122-0/+24
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/manuel: version bump.Patrice Clement2018-08-122-0/+35
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/python-gnupg: bump to version 0.4.3Conrad Kostecki2018-08-115-9/+150
| | | | | | | | | Bumped to EAPI="7". Added pypy3 and python 3.7 support. Closes: https://bugs.gentoo.org/662750 Closes: https://github.com/gentoo/gentoo/pull/9434 Package-Manager: Portage-2.3.43, Repoman-2.3.10
* dev-python/pymongo: Maintainer retiredJonas Stein2018-08-111-8/+0
| | | | | | Proxied maintainer retired due to inactivity. Closes: https://bugs.gentoo.org/633274 Package-Manager: Portage-2.3.45, Repoman-2.3.10
* dev-python/gevent-websocket: Maintainer retiredJonas Stein2018-08-111-8/+0
| | | | | | Proxied maintainer retired due to inactivity. Bug: https://bugs.gentoo.org/633274 Package-Manager: Portage-2.3.45, Repoman-2.3.10
* dev-python/gevent-socketio: Maintainer retiredJonas Stein2018-08-111-8/+0
| | | | | | Proxied maintainer retired due to inactivity. Bug: https://bugs.gentoo.org/633274 Package-Manager: Portage-2.3.45, Repoman-2.3.10
* dev-python/pysnmp: Version 4.4.5.Jeroen Roovers2018-08-112-0/+53
| | | | Package-Manager: Portage-2.3.45, Repoman-2.3.10
* dev-python/pysnmp: Old.Jeroen Roovers2018-08-112-54/+0
| | | | Package-Manager: Portage-2.3.45, Repoman-2.3.10
* Revert "dev-python/openpyxl: remove old and vulnerable"Virgil Dupras2018-08-103-0/+72
| | | | | | | This reverts commit faa0d1e93590c9a89b98f7be63db9c9017c6b765. It broke QA du to old pyhon usedep on revdeps not being available anymore. It's the second time I get bitten by this...
* dev-python/openpyxl: remove old and vulnerableVirgil Dupras2018-08-103-72/+0
| | | | | Bug: https://bugs.gentoo.org/608714 Package-Manager: Portage-2.3.45, Repoman-2.3.10
* dev-python/openpyxl: amd64 stable wrt bug #608714Mikle Kolyada2018-08-101-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/webcolors: Add setuptools to DEPENDPatrick McLean2018-08-101-1/+2
| | | | Package-Manager: Portage-2.3.45, Repoman-2.3.10
* dev-python/ssl-fetch: use elog instead of einfo for messages to usersFrancesco Turco2018-08-095-43/+43
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/pycdio: fix dependency.Patrice Clement2018-08-091-1/+1
| | | | | | Courtesy of Sam May <ag.eitilt@gmail.com>. Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/absl-py: Add setuptools build depJason Zaman2018-08-101-3/+4
| | | | | Closes: https://bugs.gentoo.org/662018 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/dbus-python: Tested on ~amd64-fbsd, bug #662076Michał Górny2018-08-091-1/+1
|
* dev-python/tappy: Tested on ~amd64-fbsd, bug #662076Michał Górny2018-08-091-1/+1
|
* dev-python/oslo-messaging: 5.35.1 bumpMatthew Thode2018-08-082-0/+55
| | | | Package-Manager: Portage-2.3.44, Repoman-2.3.10
* dev-python/oslo-policy: 1.33.2 bumpMatthew Thode2018-08-082-0/+42
| | | | Package-Manager: Portage-2.3.44, Repoman-2.3.10
* dev-python/python-backoff: new packageZac Medico2018-08-083-0/+37
| | | | Package-Manager: Portage-2.3.45, Repoman-2.3.10
* dev-python/pillow: Add ~arm keyword wrt bug #659320Mikle Kolyada2018-08-091-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/olefile: Add ~arm keyword wrt bug #659320Mikle Kolyada2018-08-091-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/prov: EAPI and PYTHON_COMPAT bumpHorea Christian2018-08-082-4/+4
| | | | | Package-Manager: Portage-2.3.44, Repoman-2.3.10 Closes: https://github.com/gentoo/gentoo/pull/9399
* dev-python/spyder: bump to 3.3.0Andrey Grozin2018-08-084-4/+134
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* dev-python/spyder-kernels: Initial importAndrey Grozin2018-08-084-0/+62
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* dev-python/pyocr: 0.5.2 bumpBernard Cafarelli2018-08-082-0/+27
| | | | | | Update EAPI and python versions Package-Manager: Portage-2.3.44, Repoman-2.3.10
* dev-python/pyinsane: 2.0.13 bumpBernard Cafarelli2018-08-082-0/+34
| | | | | | Update EAPI and python versions Package-Manager: Portage-2.3.44, Repoman-2.3.10
* dev-python/openpyxl: x86 stable (bug #608714)Thomas Deutschmann2018-08-081-1/+1
| | | | Package-Manager: Portage-2.3.44, Repoman-2.3.10
* dev-python/snakeoil: stable 0.7.5 for sparc, bug #659624Rolf Eike Beer2018-08-071-1/+1
| | | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="sparc"