summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/python-axolotl-curve25519: Revert "Initial commit."Michał Górny2018-06-233-31/+0
| | | | | This commit bypassed proxy-maint project and merged an old (broken) version of the pull request.
* dev-python/python-axolotl: Revert "Initial commit."Michał Górny2018-06-233-35/+0
| | | | | This commit bypassed proxy-maint project and merged an old (broken) version of the pull request.
* dev-python/flask-appconfig: remove oldLouis Sautier2018-06-231-51/+0
| | | | | Closes: https://bugs.gentoo.org/589548 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/argcomplete: Add python3.6 supportPacho Ramos2018-06-231-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/argcomplete: Drop oldPacho Ramos2018-06-232-32/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/sphinx: fix doc installTim Harder2018-06-221-2/+2
| | | | Closes: https://bugs.gentoo.org/658720
* dev-python/python-axolotl: Initial commit.Hanno2018-06-223-0/+35
| | | | | | | | Python support for the Axolotl protocol (used by OMEMO). Closes: https://bugs.gentoo.org/608882 Closes: https://github.com/gentoo/gentoo/pull/7778 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/python-axolotl-curve25519: Initial commit.Hanno2018-06-223-0/+31
| | | | | | | Python library for axolotl-based protocols like OMEMO, see https://bugs.gentoo.org/608882 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/sphinx-py3doc-enhanced-theme: restore s390 keywordMikle Kolyada2018-06-221-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/pytest-cov: restore s390 keywordMikle Kolyada2018-06-222-2/+2
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/sphinx: mark s390 stableMikle Kolyada2018-06-221-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/py: mark s390 stableMikle Kolyada2018-06-221-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/vcversioner: mark s390 stableMikle Kolyada2018-06-221-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/sphinx: version bump to 1.7.5Tim Harder2018-06-212-0/+97
| | | | Closes: https://bugs.gentoo.org/648712
* dev-python/xstatic: remove pth files.Patrice Clement2018-06-211-4/+4
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/pyopenssl: marked ~x64-solarisFabian Groffen2018-06-211-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/gst-python: bump to 1.14.1, run tests, don't install pluginMart Raudsepp2018-06-212-0/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | The plugin must be single-python, otherwise multiple plugin files (due to different python plugin naming suffixes) get installed, gst-inspect-1.0 and co will load both into memory, end up with multiple libpython.so's loaded in, causing ABI issues and crashes from clashing symbols. python-r1 and python-single-r1 can't co-exist, so stop building and installing the plugin in this package, as this package is mainly about the GI overrides for things like correct Gst.Fraction, and is consumed as such. The plugin is of limited use, as that's about supporting writing and using gstreamer plugins in python, but GIL gets in the way of writing good plugins, so it's not used much in practice. Debian didn't even build the plugin before 1.14 either. If it's ever requested/needed, we'll package it as media-plugins/gst-plugins-python that build and installs just the plugin/ directory. Fix tests to work in the multibuild setup and properly xdg_environment_reset, which was missing and made apparent by tests printing an ERROR about it (though passing). Remove redundant IUSE=test Use ltprune.eclass instead of eutils.eclass Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/more-itertools: bump to 4.2.0Louis Sautier2018-06-212-0/+40
| | | | | | Use pytest instead of nose because the latter fails. Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/flask-api: new package.David Roman2018-06-213-0/+55
| | | | Closes: https://github.com/gentoo/gentoo/pull/8916
* dev-python/vcrpy: skip test requiring network accessMike Gilbert2018-06-203-1/+30
| | | | | Closes: https://bugs.gentoo.org/645514 Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247
* dev-python/python-ldap: add GitHub to metadata.xmlLouis Sautier2018-06-201-1/+2
| | | | | | Also remove xmw's description as his fork is no longer used. Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/python-ldap: sync live ebuild with 3.1.0Louis Sautier2018-06-201-41/+56
| | | | | | Use the official upstream instead of the fork. Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/python-ldap: bump to 3.1.0, add Python 3, docLouis Sautier2018-06-202-0/+96
| | | | | | | | | | | | | * Do not override the value of libs because we do not actually link with them: https://github.com/python-ldap/python-ldap/issues/224 This also means libldap_r is now used by default (it was only selected with USE="sasl ssl"). * Remove outdated messages related to openldap-2.3.x and python-ldap-2.3.9. * Fix dependencies, add slot operator to openldap. * Run all the tests which do not require slapd. * Bump to EAPI 7. Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/irc: remove oldLouis Sautier2018-06-203-102/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/jaraco-stream: bump to 1.2, Python 3.6, PyPy{,3}Louis Sautier2018-06-202-0/+59
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/pymediainfo: add missing doc dependencyLouis Sautier2018-06-201-3/+6
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/flask-bootstrap: support PyPy, Python 3.6, fix depsLouis Sautier2018-06-201-11/+12
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/flask-nav: add PyPy{,3}, missing dependencyLouis Sautier2018-06-201-1/+2
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/visitor: support PyPy{,3}Louis Sautier2018-06-201-4/+3
| | | | | | Remove DEPEND on pytest-runner Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/dominate: add PyPy{,3}Louis Sautier2018-06-201-7/+4
| | | | | | Remove pytest-runner from test DEPENDs, it is not required. Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/flask-debug: support PyPy{,3}, Python 3.6, fix depsLouis Sautier2018-06-201-11/+9
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/inflection: do not require pytest-runner for testsLouis Sautier2018-06-201-1/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/inflection: Support PyPy{,3}, fix DESCRIPTIONLouis Sautier2018-06-201-10/+8
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/flask-debug: fix DESCRIPTIONLouis Sautier2018-06-201-2/+2
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/flask-wtf: Support Python 3.6, fix dependenciesLouis Sautier2018-06-201-0/+60
| | | | | | | | A lot of the dependencies were missing or not needed. Removing intersphinx from the doc configuration prevents warning during the doc build. Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/pyicu: bump 2.0.3 to EAPI 7Marek Szuba2018-06-201-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/cffi: bump to 1.11.5Virgil Dupras2018-06-192-0/+51
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/flask-babel: Add PyPy3, Python 3.6, docLouis Sautier2018-06-201-0/+48
| | | | | | | Also remove speaklater which is no longer required; upstream uses a modified speaklater.py file that they bundled. Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/flask-nav: support Python 3.6Louis Sautier2018-06-201-10/+7
| | | | | | Also remove pytest-runner from dependencies. Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/flask-appconfig: Add Python 3.6, PyPy{,3}Louis Sautier2018-06-191-12/+9
| | | | | | Also remove useless depend on pytest-runner. Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/python-twitter: block dev-python/twitterLouis Sautier2018-06-191-2/+4
| | | | | Closes: https://bugs.gentoo.org/624916 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/twitter: add GitHub to metadata.xmlLouis Sautier2018-06-191-0/+2
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/python-twitter: v3.4.2, fix tests, examples, add docLouis Sautier2018-06-192-0/+64
| | | | | | | | Require responses > 0.6.0 otherwise tests fail because of https://github.com/getsentry/responses/issues/159 Closes: https://bugs.gentoo.org/582728 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/python-twitter: add bugs-to to metadata.xmlLouis Sautier2018-06-191-0/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/xstatic-patternfly-bootstrap-treeview: new package.Patrice Clement2018-06-193-0/+45
| | | | | | Dependency of ARA. Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/xstatic-patternfly: new package.Patrice Clement2018-06-193-0/+45
| | | | | | Dependency of ARA. Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/xstatic-jquery: new package.Patrice Clement2018-06-193-0/+45
| | | | | | Dependency of ARA. Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/xstatic-datatables: new package.Patrice Clement2018-06-193-0/+45
| | | | | | Dependency of ARA. Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/xstatic-bootstrap-scss: new packagePatrice Clement2018-06-193-0/+45
| | | | | | Dependency of ARA. Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/xstatic: new package.Patrice Clement2018-06-193-0/+41
| | | | | | Dependency of ARA. Package-Manager: Portage-2.3.40, Repoman-2.3.9