From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/ufoProcessor/
Date: Mon, 1 May 2023 09:20:31 +0000 (UTC) [thread overview]
Message-ID: <1682926087.a80e67689cf0fa1959578768b5fb45e1e10bc78f.ceamac@gentoo> (raw)
commit: a80e67689cf0fa1959578768b5fb45e1e10bc78f
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon May 1 07:26:58 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon May 1 07:28:07 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a80e6768
dev-python/ufoProcessor: enable py3.11
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/ufoProcessor/Manifest | 2 +-
dev-python/ufoProcessor/metadata.xml | 20 +++++------
.../ufoProcessor/ufoProcessor-1.9.0-r1.ebuild | 41 ----------------------
.../ufoProcessor/ufoProcessor-1.9.0-r2.ebuild | 40 +++++++++++++++++++++
4 files changed, 51 insertions(+), 52 deletions(-)
diff --git a/dev-python/ufoProcessor/Manifest b/dev-python/ufoProcessor/Manifest
index 2df4d44e2..d4624bfb4 100644
--- a/dev-python/ufoProcessor/Manifest
+++ b/dev-python/ufoProcessor/Manifest
@@ -1 +1 @@
-DIST ufoProcessor-1.9.0.gh.tar.gz 34299 BLAKE2B 06570e3e3ade479e470460fcec0e8af9e786d03d95b27f8a65b6b89519b281da0931f7fc4171fe212120881efcfce489c2d0c634467402981670d392cc6113bc SHA512 8e98777eebe0e4d470cb1d6765826ea8752fb3bdcf539581c7b28cede7907b53d68371406f0ee19e718b1de585a4f1d191ef07583fb9c3badc45fb4f3ceb576c
+DIST ufoProcessor-1.9.0.zip 70066 BLAKE2B 498e98043c0b65638a8edd3f64071aff02a84d017358e9a04e563790b9d6c92078343e16109d4feaabc8c1163b679be751b3f3cc0431bb1501f6d5caa63373b3 SHA512 6a7089fc92334c6b206a336d23f63f5cc838b3bc205eceb8e9f8cc2039ae5e4e2a3da487fc3d4b11a4072a729878c8068fbadc5ca07b785ac0a20a24efb747f4
diff --git a/dev-python/ufoProcessor/metadata.xml b/dev-python/ufoProcessor/metadata.xml
index 5659f1d86..624722489 100644
--- a/dev-python/ufoProcessor/metadata.xml
+++ b/dev-python/ufoProcessor/metadata.xml
@@ -1,14 +1,14 @@
<?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>
- <bugs-to>https://github.com/LettError/ufoProcessor/issues</bugs-to>
- <remote-id type="github">LettError/ufoProcessor</remote-id>
- <remote-id type="pypi">ufoProcessor</remote-id>
- </upstream>
+ <maintainer type="person">
+ <description>co-maintainers welcome</description>
+ <email>lssndrbarbieri@gmail.com</email>
+ <name>Alessandro Barbieri</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/LettError/ufoProcessor/issues</bugs-to>
+ <remote-id type="github">LettError/ufoProcessor</remote-id>
+ <remote-id type="pypi">ufoProcessor</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/dev-python/ufoProcessor/ufoProcessor-1.9.0-r1.ebuild b/dev-python/ufoProcessor/ufoProcessor-1.9.0-r1.ebuild
deleted file mode 100644
index 08f27d966..000000000
--- a/dev-python/ufoProcessor/ufoProcessor-1.9.0-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="A Python package for processing and generating UFO files"
-HOMEPAGE="https://github.com/LettError/ufoProcessor"
-SRC_URI="https://github.com/LettError/ufoProcessor/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-KEYWORDS="~amd64"
-
-RDEPEND="
- ${PYTHON_DEPS}
- >=dev-python/defcon-0.6.0[${PYTHON_USEDEP}]
- >=dev-python/fontMath-0.4.9[${PYTHON_USEDEP}]
- >=dev-python/fontParts-0.8.2[${PYTHON_USEDEP}]
- >=dev-python/fonttools-3.32.0[${PYTHON_USEDEP}]
- >=dev-python/MutatorMath-2.1.2[${PYTHON_USEDEP}]
-"
-DEPEND="
- ${RDEPEND}
- test? ( dev-python/unicodedata2[${PYTHON_USEDEP}] )
-"
-BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}]"
-
-RESTRICT="!test? ( test )"
-
-pkg_setup() {
- export SETUPTOOLS_SCM_PRETEND_VERSION="${PV%_*}"
-}
-
-python_test() {
- "${EPYTHON}" Tests/tests.py || die "Tests failed with ${EPYTHON}"
-}
diff --git a/dev-python/ufoProcessor/ufoProcessor-1.9.0-r2.ebuild b/dev-python/ufoProcessor/ufoProcessor-1.9.0-r2.ebuild
new file mode 100644
index 000000000..806d4396c
--- /dev/null
+++ b/dev-python/ufoProcessor/ufoProcessor-1.9.0-r2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+inherit distutils-r1 pypi
+
+DESCRIPTION="Read, write and generate UFOs with designspace data"
+HOMEPAGE="
+ https://pypi.org/project/ufoProcessor/
+ https://github.com/LettError/ufoProcessor
+"
+SRC_URI="$(pypi_sdist_url --no-normalize ${PN} ${PV} .zip)"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=dev-python/MutatorMath-2.1.2[${PYTHON_USEDEP}]
+ >=dev-python/defcon-0.6.0[${PYTHON_USEDEP}]
+ >=dev-python/fontMath-0.4.9[${PYTHON_USEDEP}]
+ >=dev-python/fontParts-0.8.2[${PYTHON_USEDEP}]
+ >=dev-python/fonttools-3.32.0[${PYTHON_USEDEP}]
+ >=dev-python/fs-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/lxml-4.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ app-arch/unzip
+ test? ( dev-python/unicodedata2[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_tests setup.py
+
+python_test() {
+ ${EPYTHON} Tests/tests.py || die "Tests failed with ${EPYTHON}"
+}
next reply other threads:[~2023-05-01 9:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-01 9:20 Viorel Munteanu [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-06-20 3:52 [gentoo-commits] repo/proj/guru:master commit in: dev-python/ufoProcessor/ Theo Anderson
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=1682926087.a80e67689cf0fa1959578768b5fb45e1e10bc78f.ceamac@gentoo \
--to=ceamac@gentoo.org \
--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