dev-python/wcmatch: Add python@ as backup

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2021-01-03 00:10:00 +01:00
parent ddfbf0d142
commit c116a47bcc
2 changed files with 9 additions and 1 deletions

View File

@@ -14,6 +14,9 @@
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<maintainer type="project">
<email>python@gentoo.org</email>
</maintainer>
<upstream>
<remote-id type="github">facelessuser/wcmatch</remote-id>
<remote-id type="pypi">wcmatch</remote-id>

View File

@@ -39,10 +39,15 @@ BDEPEND="test? (
distutils_enable_tests pytest
python_prepare_all() {
# no such file or dir ~homedir
# this test makes a really wrong assumption that basename of $HOME
# will be a username
sed -i -e 's:test_tilde_user:_&:' \
tests/test_glob.py || die
# tests require some files in homedir
> "${HOME}"/test1.txt || die
> "${HOME}"/test2.txt || die
# mkdocs-git-revision-date-localized-plugin needs git repo
if use doc; then
git init || die