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 1AB75138350 for ; Thu, 30 Apr 2020 19:17:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 551C1E0969; Thu, 30 Apr 2020 19:17:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 29641E0969 for ; Thu, 30 Apr 2020 19:17:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9E1D734F04E for ; Thu, 30 Apr 2020 19:17:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B53D01F6 for ; Thu, 30 Apr 2020 19:17:26 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1588274242.c1fc2db3e08706ec4bccb0d3ab2baa770a94867f.Alessandro-Barbieri@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/Manifest dev-python/ufoNormalizer/metadata.xml dev-python/ufoNormalizer/ufoNormalizer-0.4.1.ebuild X-VCS-Directories: dev-python/ufoNormalizer/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: c1fc2db3e08706ec4bccb0d3ab2baa770a94867f X-VCS-Branch: dev Date: Thu, 30 Apr 2020 19:17:26 +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: d353c18c-990a-4f9e-85a6-0d715ed19dce X-Archives-Hash: c0600db9b629dc9c78e9a649094d05f5 commit: c1fc2db3e08706ec4bccb0d3ab2baa770a94867f Author: Alessandro Barbieri gmail com> AuthorDate: Thu Apr 30 18:54:08 2020 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Thu Apr 30 19:17:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c1fc2db3 dev-python/ufoNormalizer: new package Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/ufoNormalizer/Manifest | 1 + dev-python/ufoNormalizer/metadata.xml | 26 +++++++++++++++++++++ .../ufoNormalizer/ufoNormalizer-0.4.1.ebuild | 27 ++++++++++++++++++++++ 3 files changed, 54 insertions(+) diff --git a/dev-python/ufoNormalizer/Manifest b/dev-python/ufoNormalizer/Manifest new file mode 100644 index 0000000..2297f4d --- /dev/null +++ b/dev-python/ufoNormalizer/Manifest @@ -0,0 +1 @@ +DIST ufoNormalizer-0.4.1.tar.gz 30350 BLAKE2B b5709deea451f28a4372cefca497dcde5875a6fd64afc5b21e8a115d02ed4ade714e6b5b3d2f445d4de70ba47a3a8dd9ed4e1e0c3e27f9ed6e7eb9f1994db134 SHA512 bf8cb37b171363e1eca85ba01f78f8c2ed4d7741aba3ca8b77c1590fc81cca194d521224f370cdadcda033772d2e5c540d04098558a148d44c747af20f4b636b diff --git a/dev-python/ufoNormalizer/metadata.xml b/dev-python/ufoNormalizer/metadata.xml new file mode 100644 index 0000000..4cba23f --- /dev/null +++ b/dev-python/ufoNormalizer/metadata.xml @@ -0,0 +1,26 @@ + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + https://github.com/unified-font-object/ufoNormalizer/issues + + tal@typesupply.com + Tal Leming + + ufonormalizer + unified-font-object/ufoNormalizer + + +Provides a standard formatting so that there are meaningful diffs in version control rather than formatting noise. + +Examples of formatting applied by ufoNormalizer include: + + Changing floating-point numbers to integers where it doesn't alter the value (e.g. x="95.0" becomes x="95" ) + Rounding floating-point numbers to 10 digits + Formatting XML with tabs rather than spaces + + diff --git a/dev-python/ufoNormalizer/ufoNormalizer-0.4.1.ebuild b/dev-python/ufoNormalizer/ufoNormalizer-0.4.1.ebuild new file mode 100644 index 0000000..2954c54 --- /dev/null +++ b/dev-python/ufoNormalizer/ufoNormalizer-0.4.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +PYTHON_COMPAT=( python3_{6,7} pypy3 ) +DISTUTILS_USE_SETUPTOOLS=rdepend + +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="https://github.com/unified-font-object/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +SLOT="0" +LICENSE="BSD" +KEYWORDS="~amd64" + +DEPEND="" +RDEPEND="" +BDEPEND="app-arch/unzip" + +#python_test() { +# "${EPYTHON}" esetup.py test || die +#} + +distutils_enable_tests setup.py