From c116a47bcc808291ecffbd18a3efeda823af69ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 3 Jan 2021 00:10:00 +0100 Subject: [PATCH] dev-python/wcmatch: Add python@ as backup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/wcmatch/metadata.xml | 3 +++ dev-python/wcmatch/wcmatch-7.2.ebuild | 7 ++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/dev-python/wcmatch/metadata.xml b/dev-python/wcmatch/metadata.xml index a6af55c38820e..5e9ad1b813323 100644 --- a/dev-python/wcmatch/metadata.xml +++ b/dev-python/wcmatch/metadata.xml @@ -14,6 +14,9 @@ proxy-maint@gentoo.org Proxy Maintainers + + python@gentoo.org + facelessuser/wcmatch wcmatch diff --git a/dev-python/wcmatch/wcmatch-7.2.ebuild b/dev-python/wcmatch/wcmatch-7.2.ebuild index 4ab18a52134a2..fdc416d524541 100644 --- a/dev-python/wcmatch/wcmatch-7.2.ebuild +++ b/dev-python/wcmatch/wcmatch-7.2.ebuild @@ -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