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: Sat, 19 Jun 2021 21:53:09 +0000 (UTC) [thread overview]
Message-ID: <1624139585.db2ba2f4924484d078bf327cbca7965ae4665463.Alessandro-Barbieri@gentoo> (raw)
commit: db2ba2f4924484d078bf327cbca7965ae4665463
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Jun 19 21:26:01 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Jun 19 21:53:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=db2ba2f4
dev-python/ufoLib2: new version
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/ufoLib2/Manifest | 3 +-
dev-python/ufoLib2/metadata.xml | 1 +
...ufoLib2-0.10.0.ebuild => ufoLib2-0.11.1.ebuild} | 5 +--
dev-python/ufoLib2/ufoLib2-0.8.0.ebuild | 40 ----------------------
4 files changed, 5 insertions(+), 44 deletions(-)
diff --git a/dev-python/ufoLib2/Manifest b/dev-python/ufoLib2/Manifest
index d99ec21bc..216d3fdbd 100644
--- a/dev-python/ufoLib2/Manifest
+++ b/dev-python/ufoLib2/Manifest
@@ -1,2 +1 @@
-DIST ufoLib2-0.10.0.zip 84972 BLAKE2B 7dde59ec9cfda6e2f8213ccdc24fd786b515935f2b7ef9495eb276f10b9ed472ca2fc58d8b63ddf4d48c8025250e0569d4060454aa23ada0834a76e9afa42c18 SHA512 aac5ccb27311812947d7bd678e82dc950b042dd1660622ac31f7c772436259924b5bf7b2dc1639b7f70e36302abbb11bc0cdb153d3ef061234c0fcbd22d63d58
-DIST ufoLib2-0.8.0.zip 82448 BLAKE2B 496980d61a6d46dee3fc3ae6e69df92db78fa3ba0e2262032cfb45dc77f842ea04c7ea019764deb7565b9ded9dbe5263022376212d7c42782180d0b5d5c0dcc2 SHA512 8ce5af30b77dfbadc16beda2028f2d62468e3fb54998209f0940cb82dac0f0c1bf33813905aae5ea9cb2b05c7e29fdcd0a8ba8058b44ddc0d43f2863f71e4ebd
+DIST ufoLib2-0.11.1.zip 118203 BLAKE2B 74e8fca0ed8c7ceda204d518e5be71bed2f753bba454cbdb380b379f9767e5c5a733471b2107ab32040ba729d067ebac94a1cf92ad24f190fa42ddc1f20ea005 SHA512 4e9b2ab04bb93825c698ff62d2676ffa6a92b83230aaf94176226330852431c9e2d3816b89b0fcd052cf71e91a871c9395c6053d60bdd9cf7e54a08cbe5768d5
diff --git a/dev-python/ufoLib2/metadata.xml b/dev-python/ufoLib2/metadata.xml
index bfbb323e6..a5090cc2f 100644
--- a/dev-python/ufoLib2/metadata.xml
+++ b/dev-python/ufoLib2/metadata.xml
@@ -2,6 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <!-- maintainer-needed -->
<upstream>
<remote-id type="github">fonttools/ufoLib2</remote-id>
<remote-id type="pypi">ufoLib2</remote-id>
diff --git a/dev-python/ufoLib2/ufoLib2-0.10.0.ebuild b/dev-python/ufoLib2/ufoLib2-0.11.1.ebuild
similarity index 92%
rename from dev-python/ufoLib2/ufoLib2-0.10.0.ebuild
rename to dev-python/ufoLib2/ufoLib2-0.11.1.ebuild
index 0fafba099..18d2c70c5 100644
--- a/dev-python/ufoLib2/ufoLib2-0.10.0.ebuild
+++ b/dev-python/ufoLib2/ufoLib2-0.11.1.ebuild
@@ -1,15 +1,16 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
-PYTHON_COMPAT=( python3_{7,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"
+
inherit distutils-r1 docs
DESCRIPTION="A UFO font library"
diff --git a/dev-python/ufoLib2/ufoLib2-0.8.0.ebuild b/dev-python/ufoLib2/ufoLib2-0.8.0.ebuild
deleted file mode 100644
index c0126dbfc..000000000
--- a/dev-python/ufoLib2/ufoLib2-0.8.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="A UFO font library"
-HOMEPAGE="https://github.com/fonttools/ufoLib2"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-# fs not pulled in by fonttools
-RDEPEND="
- >=dev-python/fonttools-4.0.0[${PYTHON_USEDEP}]
- dev-python/fs[${PYTHON_USEDEP}]
- >=dev-python/attrs-19.3.0[${PYTHON_USEDEP}]
- dev-python/lxml[${PYTHON_USEDEP}]
-"
-DEPEND="
- ${RDEPEND}
- dev-python/setuptools_scm[${PYTHON_USEDEP}]
- test? (
- dev-python/typing-extensions[${PYTHON_USEDEP}]
- )
-"
-BDEPEND="app-arch/unzip"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs/source dev-python/typing-extensions dev-python/sphinx_rtd_theme
-
-python_prepare_all() {
- sed -e '/\<wheel\>/d' -i setup.cfg || die
- distutils-r1_python_prepare_all
-}
next reply other threads:[~2021-06-19 21:53 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-19 21:53 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
2022-03-11 20:57 Alessandro Barbieri
2021-10-04 22:30 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=1624139585.db2ba2f4924484d078bf327cbca7965ae4665463.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