summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* dev-python/sentry-sdk: formattingSam James2020-08-021-1/+0
| | | | | Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/rq: primary maintainershipSam James2020-08-021-4/+4
| | | | | Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/redis-py: join as maintainerSam James2020-08-021-0/+4
| | | | | Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/rq: bump to 1.5.0Sam James2020-08-022-0/+63
| | | | | | | | | | | * Run tests * Use Github tarball to have tests * Drop ppc{,64} keyword temporarily for new test dep (dev-python/sentry-sdk) * Tighten dev-python/redis-py dependency Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/redis-py: bump to 3.5.3Sam James2020-08-022-0/+78
| | | | | | | | | | Changes: * bump to 3.5.3 * modernise test running; eliminates warning on running tests (method was to be removed upstream) Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/sentry-sdk: bump to 0.16.3Sam James2020-08-022-0/+27
| | | | | | | | | | | We can't yet add tests because of unpackaged dependencies: executing, fakeredis. In turn, they require some unpackaged dependencies too, and this doesn't seem worth it at this point in time. Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* package.mask: last-rite app-misc/evemuAaron Bauman2020-08-021-0/+5
| | | | | | Bug: https://bugs.gentoo.org/713686 Bug: https://bugs.gentoo.org/722334 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* package.mask: last-rite app-backup/cachedirAaron Bauman2020-08-021-0/+5
| | | | | Bug: https://bugs.gentoo.org/718196 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* app-backup/attic: bump EAPI; port to py3_{7,8}Aaron Bauman2020-08-022-4/+4
| | | | Signed-off-by: Aaron Bauman <bman@gentoo.org>
* profiles: unmask dev-python/sympy[symengine]Sam James2020-08-021-4/+0
| | | | | | No longer needed. Was just needed for atomic commit. Signed-off-by: Sam James <sam@gentoo.org>
* media-video/subliminal: add Python 3.8, 3.9Sam James2020-08-022-12/+104
| | | | | | | | | A revbump is required because of new versions being added of the dependencies to support 3.8+. Closes: https://bugs.gentoo.org/718410 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/pysrt: add Python 3.9Sam James2020-08-022-24/+4
| | | | | Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/dogpile-cache: add Python 3.9Sam James2020-08-021-7/+4
| | | | | | Acked-by: Matthew Thode <prometheanfire@gentoo.org> Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/enzyme: add Python 3.9Sam James2020-08-022-17/+10
| | | | | Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/guessit: add Python 3.9Sam James2020-08-021-1/+1
| | | | | Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/babelfish: add Python 3.9Sam James2020-08-022-19/+6
| | | | | Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/symengine: bump to 0.6.1Sam James2020-08-022-0/+61
| | | | | | | | | | * Bump to 0.6.1 * Add Python 3.{8,9} * Use pytest to run tests instead of nose Closes: https://bugs.gentoo.org/720762 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/sympy: bump to 1.6.1Sam James2020-08-022-0/+66
| | | | | | | | | | * Bump to 1.6.1 * Add Python 3.8, 3.9 * Unrestrict tests (all pass here) Closes: https://bugs.gentoo.org/722546 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* profiles: mask dev-python/sympy[symengine]Sam James2020-08-021-0/+4
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/pyglet: bump to 1.5.7Sam James2020-08-022-0/+62
| | | | | | | | | | | * Add Python 3.9 * Unrestrict tests (passing here) * Run only unit tests (others: interactive, integration) (Interactive are a no-go for policy and obvious reasons, while the integration tests are slow.) Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/gst-python: add Python 3.9Sam James2020-08-021-1/+1
| | | | | Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/theano: bump to 1.0.5Sam James2020-08-022-0/+45
| | | | | | | This adds support for Python 3.8+. We also drop pyflakes and exclude the single flakes8 test. Signed-off-by: Sam James <sam@gentoo.org>
* net-mail/rss2email: 3.12.1Sebastian Pipping2020-08-022-1/+1
| | | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org> Package-Manager: Portage-3.0.0, Repoman-2.3.23
* sys-apps/pmount: adopting.Piotr Karbowski2020-08-021-0/+4
| | | | Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
* sys-apps/pmount: 0.9.99_alpha-r6 bump with exfat support.Piotr Karbowski2020-08-022-0/+99
| | | | Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
* x11-libs/goocanvas: drop python2 overrides - no consumersMart Raudsepp2020-08-021-17/+3
| | | | | | Closes: https://bugs.gentoo.org/735516 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* media-libs/lilv: Also remove includedir.patch from 0.24.6-r1Sven Wegener2020-08-021-2/+0
| | | | | | Closes: https://bugs.gentoo.org/735254 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sven Wegener <swegener@gentoo.org>
* media-sound/audacity: restricted 2.4.2 dep to lame with .pc fileMiroslav Šulc2020-08-021-1/+1
| | | | | | | | otherwise audacity silently uses the bundled one Bug: https://bugs.gentoo.org/735168 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* dev-python/configshell-fb: mark ALLARCHESDiogo Pereira2020-08-021-0/+1
| | | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Diogo Pereira <sir.suriv@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16956 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-process/criu-3.14-r1: Don't install python2.7 code (bug 723872)Patrick McLean2020-08-021-1/+6
| | | | | | Closes: https://bugs.gentoo.org/723872 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-libs/libmspack: bump to 0.10.1_alphaDavid Heidelberg2020-08-022-0/+74
| | | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: David Heidelberg <david@ixit.cz> Bug: https://bugs.gentoo.org/711218 Closes: https://github.com/gentoo/gentoo/pull/15891 Signed-off-by: Maciej Mrozowski <reavertm@gentoo.org>
* app-emulation/wine-staging: Drop oldNick Sarnie2020-08-022-622/+0
| | | | | Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* app-emulation/wine-staging: Sync with ::wineNick Sarnie2020-08-022-0/+623
| | | | | | | Bump to 5.14 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* app-emulation/wine-vanilla: Drop oldNick Sarnie2020-08-022-540/+0
| | | | | Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* app-emulation/wine-vanilla: Sync with ::wineNick Sarnie2020-08-022-0/+540
| | | | | | | Bump to 5.14 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* media-sound/lame: Revbump to add a pkgconfig fileLars Wendler2020-08-022-0/+127
| | | | | | Bug: https://bugs.gentoo.org/735168 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-libs/libcap: Removed oldLars Wendler2020-08-022-88/+0
| | | | | Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-libs/libcap: Bump to version 2.42Lars Wendler2020-08-023-0/+288
| | | | | Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-metrics/alertmanager: Don’t install non-existent documentationThomas Schneider2020-08-021-2/+2
| | | | | | Closes: https://bugs.gentoo.org/729494 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: William Hubbs <williamh@gentoo.org>
* dev-vcs/hg-evolve: version bumpsCédric Krier2020-08-022-1/+1
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Cédric Krier <cedk@gentoo.org>
* net-dns/bind: Drop LDFLAGS injectionJeroen Roovers2020-08-023-6/+0
| | | | | | Package-Manager: Portage-3.0.1, Repoman-2.3.23 Closes: https://bugs.gentoo.org/show_bug.cgi?id=735024 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
* sys-libs/timezone-data: (re-)add prefix keywordsFabian Groffen2020-08-021-1/+1
| | | | | | Closes: https://bugs.gentoo.org/729982 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* dev-libs/libdnet: Version 1.14_pre20200717Jeroen Roovers2020-08-022-0/+74
| | | | | | Package-Manager: Portage-3.0.1, Repoman-2.3.23 Closes: https://bugs.gentoo.org/735288 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
* dev-libs/libdnet: Add live ebuildJeroen Roovers2020-08-021-0/+73
| | | | | Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
* dev-util/dwarves: Remove old (py2.7)Michał Górny2020-08-027-315/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-mail/rss2email: 3.12Sebastian Pipping2020-08-022-0/+28
| | | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org> Package-Manager: Portage-3.0.0, Repoman-2.3.23
* dev-python/dulwich-0.20.5: version bump, #733846Fabian Groffen2020-08-022-0/+55
| | | | | | | | Based on the work by Arthur Zamarin. Bug: https://bugs.gentoo.org/733846 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* app-text/texlive-core: respect stringsMikle Kolyada2020-08-022-0/+366
| | | | | | Closes: https://bugs.gentoo.org/730714 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* app-portage/cpuid2cpuflags: Remove oldMichał Górny2020-08-023-69/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-misc/evemu: Remove oldMichał Górny2020-08-022-44/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>