public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ufoNormalizer/
Date: Thu, 30 Apr 2020 19:17:26 +0000 (UTC)	[thread overview]
Message-ID: <1588274242.c1fc2db3e08706ec4bccb0d3ab2baa770a94867f.Alessandro-Barbieri@gentoo> (raw)

commit:     c1fc2db3e08706ec4bccb0d3ab2baa770a94867f
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Apr 30 18:54:08 2020 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> 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 <lssndrbarbieri <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>lssndrbarbieri@gmail.com</email>
+    <name>Alessandro Barbieri</name>
+  </maintainer>
+  <upstream>
+    <bugs-to>https://github.com/unified-font-object/ufoNormalizer/issues</bugs-to>
+    <maintainer>
+      <email>tal@typesupply.com</email>
+      <name>Tal Leming</name>
+    </maintainer>
+    <remote-id type="pypi">ufonormalizer</remote-id>
+    <remote-id type="github">unified-font-object/ufoNormalizer</remote-id>
+  </upstream>
+  <longdescription lang="en">
+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
+  </longdescription>
+</pkgmetadata>

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


             reply	other threads:[~2020-04-30 19:17 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-30 19:17 Alessandro Barbieri [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-04-30 22:23 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ufoNormalizer/ Alessandro Barbieri
2020-12-09  2:53 Alessandro Barbieri
2020-12-09 23:00 Alessandro Barbieri
2020-12-12 15:41 Andrew Ammerlaan
2020-12-18 19:28 Andrew Ammerlaan
2021-03-27 18:35 Alessandro Barbieri
2021-05-05  7:32 Alessandro Barbieri
2021-06-14  2:27 Alessandro Barbieri
2021-06-14 23:09 Alessandro Barbieri
2021-10-04 22:30 Alessandro Barbieri
2021-12-14  7:14 Anna Vyalkova
2022-05-28 21:48 Alessandro Barbieri

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1588274242.c1fc2db3e08706ec4bccb0d3ab2baa770a94867f.Alessandro-Barbieri@gentoo \
    --to=lssndrbarbieri@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox