From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 22DB41382C5 for ; Sat, 2 Jan 2021 23:18:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D1C9E0821; Sat, 2 Jan 2021 23:18:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 57305E0821 for ; Sat, 2 Jan 2021 23:18:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D4D20340FBD for ; Sat, 2 Jan 2021 23:18:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60937488 for ; Sat, 2 Jan 2021 23:18:19 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1609629484.c116a47bcc808291ecffbd18a3efeda823af69ae.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/wcmatch/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/wcmatch/metadata.xml dev-python/wcmatch/wcmatch-7.2.ebuild X-VCS-Directories: dev-python/wcmatch/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c116a47bcc808291ecffbd18a3efeda823af69ae X-VCS-Branch: master Date: Sat, 2 Jan 2021 23:18:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 10e8cb53-a2f8-4a43-b81e-7ea6ec5780f1 X-Archives-Hash: cd0fb2f0d23f6ae77a442573adee87e8 commit: c116a47bcc808291ecffbd18a3efeda823af69ae Author: Michał Górny gentoo org> AuthorDate: Sat Jan 2 23:10:00 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jan 2 23:18:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c116a47b dev-python/wcmatch: Add python@ as backup Signed-off-by: Michał Górny gentoo.org> 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 a6af55c3882..5e9ad1b8133 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 4ab18a52134..fdc416d5245 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