mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-02 11:38:07 -07:00
dev-python/wcmatch: Add python@ as backup
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user