summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: [QA] Remove redundant <longdescription/>sMichał Górny2020-09-1442-125/+1
| | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/17540 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/django-rq: cleanup oldSam James2020-09-143-22/+1
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/sentry-sdk: cleanup oldSam James2020-09-144-186/+0
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/sentry-sdk: bump to 0.17.5Sam James2020-09-142-0/+86
| | | | | | | | | | | | | | Fix tests by: * including dev-python/eventlet testdep (only needed for one test, but there's no harm in using it) * running distutils_install_for_testing to fix integration tests and allow the others to run after the initial failure. They check for installation of sentry-sdk as a module. Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/paver: Remove last-rited pkgMichał Górny2020-09-143-57/+0
| | | | | Closes: https://bugs.gentoo.org/736517 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/greenlet: fix doc buildLouis Sautier2020-09-141-1/+1
| | | | | | Closes: https://bugs.gentoo.org/741686 Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* dev-python/fakeredis: fix test deps, add PyPy3 supportLouis Sautier2020-09-141-2/+9
| | | | | | Closes: https://bugs.gentoo.org/742476 Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* dev-python/sphinx-notfound-page: v0.5, Py3.8+3.9, tests, fix depsLouis Sautier2020-09-142-0/+23
| | | | | Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* dev-python/autopep8: Sync live ebuildDavid Seifert2020-09-141-5/+6
| | | | | Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: David Seifert <soap@gentoo.org>
* dev-python/autopep8: Version bump to 1.5.4David Seifert2020-09-142-0/+30
| | | | | | Bug: https://bugs.gentoo.org/737866 Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: David Seifert <soap@gentoo.org>
* dev-python/pydiff: Add python 3.9David Seifert2020-09-141-1/+1
| | | | | Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: David Seifert <soap@gentoo.org>
* dev-python/sphinx-notfound-page: remove redundant long descriptionLouis Sautier2020-09-141-3/+0
| | | | | Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* dev-python/sphinx-notfound-page: add upstream info to metadataLouis Sautier2020-09-141-1/+7
| | | | | Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* dev-python/xmlschema: Bump to 1.2.4Michał Górny2020-09-142-0/+31
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pyrsistent: Bump to 0.17.3Michał Górny2020-09-142-0/+24
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/coverage: Bump to 5.3Michał Górny2020-09-142-0/+70
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/matplotlib: depend on pillow[jpeg]Sam James2020-09-143-3/+3
| | | | | | | This can cause test failures if missing. Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/py-cpuinfo: bump to 7.0.0, add Python 3.9 supportMichael Mair-Keimberger2020-09-132-0/+20
| | | | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17302 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* dev-python/python-dotenv: add Python 3.9 support, fix deps and testsLouis Sautier2020-09-131-3/+2
| | | | | | | Tests run fine, however they require IPython. Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* dev-python/sh: bump to 1.14.0, add Python 3.9 supportLouis Sautier2020-09-134-0/+69
| | | | | | | | | | | | * Remove explicit setuptools dependency. * Coverage isn't required any more since https://github.com/amoffat/sh/commit/421b262a054ab4882189ece01043d4d6abfe39af * Backport a test fix. * Ignore another unreliable test. Closes: https://bugs.gentoo.org/723574 Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* dev-python/pytest-qt: bug fix in testsuite, add py3.9Andrew Ammerlaan2020-09-132-2/+21
| | | | | | | | | | https://github.com/pytest-dev/pytest-qt/issues/314 https://github.com/pytest-dev/pytest-qt/pull/315 Closes: https://bugs.gentoo.org/738264 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net> Closes: https://github.com/gentoo/gentoo/pull/17335 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-python/dockerpty: add Python 3.9 supportLouis Sautier2020-09-131-4/+2
| | | | | | | Also use distutils_enable_tests. Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* dev-python/doublex-expects: bump to 0.7.1, support Python 3.9Louis Sautier2020-09-132-0/+36
| | | | | | | Also remove useless vcs-snapshot inherit. Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* dev-python/expects: bump to 0.9.0, add Python 3.9 supportLouis Sautier2020-09-132-0/+27
| | | | | | | Also use distutils_enable_sphinx. Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* dev-python/mamba: bump to 0.11.1, support Python 3.9, add docLouis Sautier2020-09-132-0/+38
| | | | | | | | | | | | | | * mamba's test dependencies depend on it for tests, they will get Python 3.9 support in the following commits. * mock is not needed for Python 3, see https://github.com/nestorsalceda/mamba/pull/153. * The call to python_optimize seems to be unnecessary. * Remove one unused dependency. Closes: https://bugs.gentoo.org/740768 Package-Manager: Portage-3.0.6, Repoman-3.0.1 RepoMan-Options: --force Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* dev-python/elementpath: Bump to 2.0.3Michał Górny2020-09-132-0/+27
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/doublex: disable broken tests, support Python 3.9Louis Sautier2020-09-131-1/+11
| | | | | | Closes: https://bugs.gentoo.org/737926 Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* dev-python/clint: support pypy3+Py3.9Louis Sautier2020-09-131-0/+33
| | | | | | | | | | Also: * examples: use docinto instead of insinto, disable compression. * use distutils_* functions. * remove explicit setuptools dependency. Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* dev-python/clint: remove dependency on bundled packageLouis Sautier2020-09-132-1/+22
| | | | | Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* dev-python/seaborn: version bump 0.10.1Horea Christian2020-09-132-0/+41
| | | | | | | | Bug: https://bugs.gentoo.org/738374 Closes: https://github.com/gentoo/gentoo/pull/17222 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Horea Christian <chr@chymera.eu> Signed-off-by: David Seifert <soap@gentoo.org>
* dev-python/dulwich: stable 0.20.5 for ppcSergei Trofimovich2020-09-131-1/+1
| | | | | | | | stable wrt bug # Tested-by: ernsteiswuerfel Package-Manager: Portage-3.0.6, Repoman-3.0.1 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-python/urwid: stable 2.1.1 for ppcSergei Trofimovich2020-09-131-1/+1
| | | | | | | | stable wrt bug # Tested-by: ernsteiswuerfel Package-Manager: Portage-3.0.6, Repoman-3.0.1 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-python/ruamel-yaml-clib: Keyword 0.2.2 ppc, #736519Sam James2020-09-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/ruamel-yaml: Keyword 0.16.12 ppc, #736519Sam James2020-09-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/pylast: Keyword 3.3.0 ppc, #736519Sam James2020-09-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/deprecation: Keyword 2.1.0 ppc, #736519Sam James2020-09-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/filetype: Keyword 1.0.7 ppc, #736519Sam James2020-09-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/eyeD3: Keyword 0.9.5 ppc, #736519Sam James2020-09-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/fakeredis: Keyword 1.4.3 ppc64, #741472Sam James2020-09-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/executing: Keyword 0.5.2 ppc64, #741472Sam James2020-09-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/asttokens: Keyword 2.0.4 ppc64, #741472Sam James2020-09-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/semantic_version: Keyword 2.8.5 ppc64, #741472Sam James2020-09-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/flask-login: Keyword 0.5.0 ppc64, #741472Sam James2020-09-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/sentry-sdk: Keyword 0.17.4 ppc64, #741472Sam James2020-09-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/fakeredis: Keyword 1.4.3 ppc, #741472Sam James2020-09-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/executing: Keyword 0.5.2 ppc, #741472Sam James2020-09-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/asttokens: Keyword 2.0.4 ppc, #741472Sam James2020-09-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/semantic_version: Keyword 2.8.5 ppc, #741472Sam James2020-09-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/immutables: Keyword 0.14 ppc, #741472Sam James2020-09-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/flask-login: Keyword 0.5.0 ppc, #741472Sam James2020-09-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>