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 5481D13835A for ; Wed, 9 Dec 2020 14:14:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B0DAE08ED; Wed, 9 Dec 2020 14:14:36 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 2A8D4E08ED for ; Wed, 9 Dec 2020 14:14:36 +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 40F8F340E84 for ; Wed, 9 Dec 2020 14:14:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B023448C for ; Wed, 9 Dec 2020 14:14:31 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1607479358.0a15e63de378bee28cbf574270420e8be89f69c2.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/ufoNormalizer/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/ufoNormalizer/Manifest dev-python/ufoNormalizer/ufoNormalizer-0.5.0.ebuild X-VCS-Directories: dev-python/ufoNormalizer/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 0a15e63de378bee28cbf574270420e8be89f69c2 X-VCS-Branch: master Date: Wed, 9 Dec 2020 14:14:31 +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: 969cc9a3-215a-4690-8fb4-3c63b52f9a39 X-Archives-Hash: 2d61a7689988efa2ab8a332107e7f775 commit: 0a15e63de378bee28cbf574270420e8be89f69c2 Author: Alessandro Barbieri gmail com> AuthorDate: Wed Dec 9 02:02:38 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Wed Dec 9 02:02:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0a15e63d dev-python/ufoNormalizer: new version Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/ufoNormalizer/Manifest | 1 + .../ufoNormalizer/ufoNormalizer-0.5.0.ebuild | 26 ++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/dev-python/ufoNormalizer/Manifest b/dev-python/ufoNormalizer/Manifest index 2297f4d3..2f10853c 100644 --- a/dev-python/ufoNormalizer/Manifest +++ b/dev-python/ufoNormalizer/Manifest @@ -1 +1,2 @@ DIST ufoNormalizer-0.4.1.tar.gz 30350 BLAKE2B b5709deea451f28a4372cefca497dcde5875a6fd64afc5b21e8a115d02ed4ade714e6b5b3d2f445d4de70ba47a3a8dd9ed4e1e0c3e27f9ed6e7eb9f1994db134 SHA512 bf8cb37b171363e1eca85ba01f78f8c2ed4d7741aba3ca8b77c1590fc81cca194d521224f370cdadcda033772d2e5c540d04098558a148d44c747af20f4b636b +DIST ufonormalizer-0.5.0.zip 37969 BLAKE2B 9012eccb3d7ad50a2e40a4c08d2e118d0dbf95620a269aaac921c2d055a207337d0c87f21485ac2c386f51a3e3ed8050d6bef2c276cb5e18ec83b14e2cf8d2b2 SHA512 79de1b94433038fa312c6faceec65255840d510a2cce7de0fe5b04986b750e5bac42c402c1ecb66a9ef4e1ba24495380c8c895d1f72522d2efff22932cea13bd diff --git a/dev-python/ufoNormalizer/ufoNormalizer-0.5.0.ebuild b/dev-python/ufoNormalizer/ufoNormalizer-0.5.0.ebuild new file mode 100644 index 00000000..e44366da --- /dev/null +++ b/dev-python/ufoNormalizer/ufoNormalizer-0.5.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) +DISTUTILS_USE_SETUPTOOLS=rdepend +MYPN="${PN,,}" +MYP="${MYPN}-${PV}" +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" + +SLOT="0" +LICENSE="BSD" +KEYWORDS="~amd64" + +DEPEND="" +RDEPEND="" +BDEPEND="app-arch/unzip" + +S="${WORKDIR}/${MYP}" + +distutils_enable_tests setup.py