summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Update pypi (and github) remote-ids from HOMEPAGEMichał Górny2020-12-111-0/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pytest-xvfb: amd64 stable wrt bug #754231Agostino Sarubbo2020-11-241-1/+1
| | | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/pytest-xvfb: x86 stable (bug #754231)Thomas Deutschmann2020-11-191-1/+1
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-python/pytest-xvfb: fix testsAndrew Ammerlaan2020-11-181-2/+6
| | | | | | | | | | | tests do not work at all if the package is not already installed to the system Closes: https://bugs.gentoo.org/754270 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net> Closes: https://github.com/gentoo/gentoo/pull/18246 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-python/pytest-xvfb: rm setuptools rdep for pytest entrypointMichał Górny2020-09-211-1/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pytest-xvfb: A pytest plugin to run Xvfb for testsAndrew Ammerlaan2020-09-153-0/+43
Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net> Signed-off-by: Joonas Niilola <juippis@gentoo.org>