From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ufoLib2/
Date: Fri, 11 Mar 2022 20:57:27 +0000 (UTC) [thread overview]
Message-ID: <1647032244.7eb29d4f2755f178d7ab1077f08bcc05f088ff40.Alessandro-Barbieri@gentoo> (raw)
commit: 7eb29d4f2755f178d7ab1077f08bcc05f088ff40
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Mar 11 20:53:10 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri Mar 11 20:57:24 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7eb29d4f
dev-python/ufoLib2: add 0.13.1, drop 0.11.1
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/ufoLib2/Manifest | 2 +-
...ufoLib2-0.11.1.ebuild => ufoLib2-0.13.1.ebuild} | 29 +++++++++-------------
2 files changed, 13 insertions(+), 18 deletions(-)
diff --git a/dev-python/ufoLib2/Manifest b/dev-python/ufoLib2/Manifest
index 0662f7640..ffa41dfc3 100644
--- a/dev-python/ufoLib2/Manifest
+++ b/dev-python/ufoLib2/Manifest
@@ -1,2 +1,2 @@
-DIST ufoLib2-0.11.1.zip 118203 BLAKE2B 74e8fca0ed8c7ceda204d518e5be71bed2f753bba454cbdb380b379f9767e5c5a733471b2107ab32040ba729d067ebac94a1cf92ad24f190fa42ddc1f20ea005 SHA512 4e9b2ab04bb93825c698ff62d2676ffa6a92b83230aaf94176226330852431c9e2d3816b89b0fcd052cf71e91a871c9395c6053d60bdd9cf7e54a08cbe5768d5
DIST ufoLib2-0.11.4.zip 119452 BLAKE2B 841c7737c8d8479cc9bdbdbd0f1690854088abba9028035a9f03ccf091c95808d77fa445e678e2f5576482f820fcf5f20d92b93822e3bd167a1def5cdd8024a5 SHA512 dcd307d24a1c7ef0c932ed6edda2e5aab6a691cf7b0ae1f4c89b7bf57f6cb988fde9889d569ca21f1571f493c6efcf0411b55b8990e7a9fdce3316863de9a8cd
+DIST ufoLib2-0.13.1.tar.gz 88239 BLAKE2B 5c15c1ad9eedba904cb9730604d3853d21fc8f7ae30f440421349f233bac356947aaab7f57204cef9684f1beaabeeefbf913a973f44afc6b8dd185015abb9d87 SHA512 163304999912f1d838f995e3524f4538c176bbff471b07b7670147a0d7e706542c67601dacd29dd985bf5a7ae95688008b7c292f1d67c38756ec633069c7bd64
diff --git a/dev-python/ufoLib2/ufoLib2-0.11.1.ebuild b/dev-python/ufoLib2/ufoLib2-0.13.1.ebuild
similarity index 54%
rename from dev-python/ufoLib2/ufoLib2-0.11.1.ebuild
rename to dev-python/ufoLib2/ufoLib2-0.13.1.ebuild
index 18d2c70c5..4e8502300 100644
--- a/dev-python/ufoLib2/ufoLib2-0.11.1.ebuild
+++ b/dev-python/ufoLib2/ufoLib2-0.13.1.ebuild
@@ -1,45 +1,40 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="7"
+EAPI=8
-PYTHON_COMPAT=( python3_{8..9} )
DOCS_DEPEND="
dev-python/sphinx_rtd_theme
dev-python/typing-extensions
"
DOCS_DIR="${S}/docs/source"
DOCS_BUILDER="sphinx"
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1 docs
DESCRIPTION="A UFO font library"
-HOMEPAGE="https://github.com/fonttools/ufoLib2"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
+HOMEPAGE="
+ https://github.com/fonttools/ufoLib2
+ https://pypi.org/project/ufoLib2/
+"
+SRC_URI="https://github.com/fonttools/ufoLib2/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
-# fs not pulled in by fonttools
RDEPEND="
- >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
+ >=dev-python/attrs-20.1.0[${PYTHON_USEDEP}]
>=dev-python/fonttools-4.0.0[${PYTHON_USEDEP}]
- dev-python/fs[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
"
DEPEND="
${RDEPEND}
- dev-python/setuptools_scm[${PYTHON_USEDEP}]
+ >=dev-python/setuptools_scm-6.2[${PYTHON_USEDEP}]
test? (
dev-python/typing-extensions[${PYTHON_USEDEP}]
)
"
-BDEPEND="app-arch/unzip"
-
distutils_enable_tests pytest
-
-python_prepare_all() {
- sed -e '/\<wheel\>/d' -i setup.cfg || die
- distutils-r1_python_prepare_all
-}
next reply other threads:[~2022-03-11 20:57 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-11 20:57 Alessandro Barbieri [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-05-04 1:15 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ufoLib2/ Anna Vyalkova
2022-07-07 0:41 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
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=1647032244.7eb29d4f2755f178d7ab1077f08bcc05f088ff40.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