public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ufoLib2/
Date: Thu,  4 May 2023 01:15:20 +0000 (UTC)	[thread overview]
Message-ID: <1683162703.fd22f198d0f2821c1c354a05b9cffc721dd4dee1.cybertailor@gentoo> (raw)

commit:     fd22f198d0f2821c1c354a05b9cffc721dd4dee1
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu May  4 01:05:15 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu May  4 01:11:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fd22f198

dev-python/ufoLib2: add 0.14.0

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/ufoLib2/Manifest              |  1 +
 dev-python/ufoLib2/metadata.xml          | 18 +++++++-------
 dev-python/ufoLib2/ufoLib2-0.14.0.ebuild | 42 ++++++++++++++++++++++++++++++++
 3 files changed, 52 insertions(+), 9 deletions(-)

diff --git a/dev-python/ufoLib2/Manifest b/dev-python/ufoLib2/Manifest
index 97393aadc..c655a6715 100644
--- a/dev-python/ufoLib2/Manifest
+++ b/dev-python/ufoLib2/Manifest
@@ -1 +1,2 @@
 DIST ufoLib2-0.13.1.gh.tar.gz 88239 BLAKE2B 5c15c1ad9eedba904cb9730604d3853d21fc8f7ae30f440421349f233bac356947aaab7f57204cef9684f1beaabeeefbf913a973f44afc6b8dd185015abb9d87 SHA512 163304999912f1d838f995e3524f4538c176bbff471b07b7670147a0d7e706542c67601dacd29dd985bf5a7ae95688008b7c292f1d67c38756ec633069c7bd64
+DIST ufoLib2-0.14.0.tar.gz 96788 BLAKE2B 8a3300bd08930c712041856c836d2d00c2b21d404263f644d2e761a9c8af25c28faa7172015f682c08553cce3eb0b0b41f23bd9ef742ab476156735ac608079d SHA512 f0d2a5b63ea2a3205457b13c1b1d4e831aa3c6ff0481b28d4e4df296a406e08e0ca110dc7956b936ab610e42c11301d6b4defb9145eb61c9a63e95a200e3e43c

diff --git a/dev-python/ufoLib2/metadata.xml b/dev-python/ufoLib2/metadata.xml
index e81604fb3..4d363413b 100644
--- a/dev-python/ufoLib2/metadata.xml
+++ b/dev-python/ufoLib2/metadata.xml
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="person">
-    <description>co-maintainers welcome</description>
-    <email>lssndrbarbieri@gmail.com</email>
-    <name>Alessandro Barbieri</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="github">fonttools/ufoLib2</remote-id>
-    <remote-id type="pypi">ufoLib2</remote-id>
-  </upstream>
+	<maintainer type="person">
+		<description>co-maintainers welcome</description>
+		<email>lssndrbarbieri@gmail.com</email>
+		<name>Alessandro Barbieri</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">fonttools/ufoLib2</remote-id>
+		<remote-id type="pypi">ufoLib2</remote-id>
+	</upstream>
 </pkgmetadata>

diff --git a/dev-python/ufoLib2/ufoLib2-0.14.0.ebuild b/dev-python/ufoLib2/ufoLib2-0.14.0.ebuild
new file mode 100644
index 000000000..5742f45d4
--- /dev/null
+++ b/dev-python/ufoLib2/ufoLib2-0.14.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+inherit distutils-r1 optfeature pypi
+
+DESCRIPTION="A UFO font library"
+HOMEPAGE="
+	https://pypi.org/project/ufoLib2/
+	https://github.com/fonttools/ufoLib2
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	>=dev-python/attrs-22.1.0[${PYTHON_USEDEP}]
+	>=dev-python/fonttools-4.0.0[${PYTHON_USEDEP}]
+	>=dev-python/fs-2.2.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	test? (
+		>=dev-python/cattrs-22.2.0[${PYTHON_USEDEP}]
+		dev-python/msgpack[${PYTHON_USEDEP}]
+		dev-python/orjson[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest
+
+distutils_enable_sphinx docs/source \
+	dev-python/sphinx-rtd-theme
+
+pkg_postinst() {
+	optfeature "json support" "dev-python/cattrs dev-python/orjson"
+	optfeature "msgpack support" "dev-python/cattrs dev-python/msgpack"
+}


             reply	other threads:[~2023-05-04  1:15 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-04  1:15 Anna Vyalkova [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-07-07  0:41 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ufoLib2/ Anna Vyalkova
2022-05-31 10:08 Alessandro Barbieri
2022-05-28 21:48 Alessandro Barbieri
2022-05-28 15:15 Alessandro Barbieri
2022-03-17 13:57 Alessandro Barbieri
2022-03-11 20:57 Alessandro Barbieri
2021-10-04 22:30 Alessandro Barbieri
2021-06-19 21:53 Alessandro Barbieri
2021-04-13 13:15 Andrew Ammerlaan
2020-12-09 23:00 Alessandro Barbieri
2020-06-09 15:47 Andrew Ammerlaan
2020-05-06 17:28 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-05-06 17:25 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-05-02 10:00 Andrew Ammerlaan
2020-04-25 10:52 Andrew Ammerlaan
2020-04-25  0:37 Alessandro Barbieri
2020-04-25  0:37 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=1683162703.fd22f198d0f2821c1c354a05b9cffc721dd4dee1.cybertailor@gentoo \
    --to=cyber+gentoo@sysrq.in \
    --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