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 C0815158086 for ; Tue, 14 Dec 2021 07:14:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B6A12BC022; Tue, 14 Dec 2021 07:14:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A63CA2BC00F for ; Tue, 14 Dec 2021 07:14:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EA7E6343670 for ; Tue, 14 Dec 2021 07:14:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 440B7258 for ; Tue, 14 Dec 2021 07:14:05 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1639465347.7418628287946b1309a2cf7c8b4b7dfd11db85c5.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ufoNormalizer/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/ufoNormalizer/metadata.xml dev-python/ufoNormalizer/ufoNormalizer-0.6.1.ebuild X-VCS-Directories: dev-python/ufoNormalizer/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 7418628287946b1309a2cf7c8b4b7dfd11db85c5 X-VCS-Branch: dev Date: Tue, 14 Dec 2021 07:14:05 +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: cf26ad2c-4a89-4ccb-a0d4-dff1264c3db3 X-Archives-Hash: 9cd91f2f4e3886e33a6850aa3e4abcf1 commit: 7418628287946b1309a2cf7c8b4b7dfd11db85c5 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sat Dec 11 12:13:18 2021 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Tue Dec 14 07:02:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=74186282 dev-python/ufoNormalizer: DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/816189 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/ufoNormalizer/metadata.xml | 2 +- dev-python/ufoNormalizer/ufoNormalizer-0.6.1.ebuild | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-python/ufoNormalizer/metadata.xml b/dev-python/ufoNormalizer/metadata.xml index c6a384713..2a364a50e 100644 --- a/dev-python/ufoNormalizer/metadata.xml +++ b/dev-python/ufoNormalizer/metadata.xml @@ -1,5 +1,5 @@ - + co-maintainers welcome diff --git a/dev-python/ufoNormalizer/ufoNormalizer-0.6.1.ebuild b/dev-python/ufoNormalizer/ufoNormalizer-0.6.1.ebuild index ab56b595c..85f6103c9 100644 --- a/dev-python/ufoNormalizer/ufoNormalizer-0.6.1.ebuild +++ b/dev-python/ufoNormalizer/ufoNormalizer-0.6.1.ebuild @@ -3,16 +3,16 @@ EAPI=8 -MYPN="${PN,,}" -MYP="${MYPN}-${PV}" +MY_PN="${PN,,}" +MY_P="${MY_PN}-${PV}" PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 DESCRIPTION="A tool that will normalize the XML and other data inside of a UFO" HOMEPAGE="https://github.com/unified-font-object/ufoNormalizer" -SRC_URI="mirror://pypi/${MYPN:0:1}/${MYPN}/${MYP}.zip" -S="${WORKDIR}/${MYP}" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" +S="${WORKDIR}/${MY_P}" SLOT="0" LICENSE="BSD" @@ -20,4 +20,4 @@ KEYWORDS="~amd64 ~x86" BDEPEND="app-arch/unzip" -distutils_enable_tests setup.py +distutils_enable_tests unittest