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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 87FEA15808B for ; Tue, 29 Mar 2022 11:12:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CB57E0864; Tue, 29 Mar 2022 11:12:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 42EB7E0864 for ; Tue, 29 Mar 2022 11:12:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 265F43414D0 for ; Tue, 29 Mar 2022 11:12:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78873343 for ; Tue, 29 Mar 2022 11:12:18 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1648543491.1fb20ec61c7cebe67feea6296af76cce1971c2ca.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/babelfont/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/babelfont/babelfont-3.0.0_alpha8.ebuild X-VCS-Directories: dev-python/babelfont/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 1fb20ec61c7cebe67feea6296af76cce1971c2ca X-VCS-Branch: master Date: Tue, 29 Mar 2022 11:12:18 +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: 4564a3bf-0460-4a64-adae-a007ed9a64e2 X-Archives-Hash: 657082be3e5557a3ae559fa3567268dd commit: 1fb20ec61c7cebe67feea6296af76cce1971c2ca Author: Alessandro Barbieri gmail com> AuthorDate: Tue Mar 29 08:14:44 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Mar 29 08:44:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1fb20ec6 dev-python/babelfont: update HOMEPAGE Closes: https://bugs.gentoo.org/836357 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/babelfont/babelfont-3.0.0_alpha8.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dev-python/babelfont/babelfont-3.0.0_alpha8.ebuild b/dev-python/babelfont/babelfont-3.0.0_alpha8.ebuild index 69f070373..0131f4dc8 100644 --- a/dev-python/babelfont/babelfont-3.0.0_alpha8.ebuild +++ b/dev-python/babelfont/babelfont-3.0.0_alpha8.ebuild @@ -9,7 +9,10 @@ PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 DESCRIPTION="Interrogate and manipulate UFO, TTF and OTF fonts with a common interface" -HOMEPAGE="https://github.com/simoncozens/babelfont" +HOMEPAGE=" + https://github.com/simoncozens/babelfont + https://pypi.org/project/babelfont/ +" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MYP}.tar.gz" S="${WORKDIR}/${MYP}" @@ -25,4 +28,6 @@ RDEPEND=" " DEPEND="${RDEPEND}" +RESTRICT="test" # no tests in pypi release, pypi alpha releases untagged in github + distutils_enable_tests pytest