* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ufoLib2/
@ 2020-04-25 0:37 Alessandro Barbieri
0 siblings, 0 replies; 18+ messages in thread
From: Alessandro Barbieri @ 2020-04-25 0:37 UTC (permalink / raw
To: gentoo-commits
commit: 3c3f623cbc95fc0fe8bbb7ff0874eed7b163b35b
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Apr 24 17:16:24 2020 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Apr 25 00:37:15 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3c3f623c
dev-python/ufoLib2: add unzip dep
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/ufoLib2/ufoLib2-0.6.3a_p1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/ufoLib2/ufoLib2-0.6.3a_p1.ebuild b/dev-python/ufoLib2/ufoLib2-0.6.3a_p1.ebuild
index 6af2817..81fcbc6 100644
--- a/dev-python/ufoLib2/ufoLib2-0.6.3a_p1.ebuild
+++ b/dev-python/ufoLib2/ufoLib2-0.6.3a_p1.ebuild
@@ -28,6 +28,7 @@ DEPEND="
${RDEPEND}
dev-python/setuptools_scm[${PYTHON_USEDEP}]
"
+BDEPEND="app-arch/unzip"
S="${WORKDIR}/${MYP}"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ufoLib2/
@ 2020-04-25 0:37 Alessandro Barbieri
0 siblings, 0 replies; 18+ messages in thread
From: Alessandro Barbieri @ 2020-04-25 0:37 UTC (permalink / raw
To: gentoo-commits
commit: ec392ceb9853e29e333372ecfda7babdefd13ee9
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Apr 20 00:06:30 2020 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Apr 25 00:37:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ec392ceb
dev-python/ufoLib2: new package
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/ufoLib2/Manifest | 1 +
dev-python/ufoLib2/metadata.xml | 9 +++++++
dev-python/ufoLib2/ufoLib2-0.6.3a_p1.ebuild | 39 +++++++++++++++++++++++++++++
3 files changed, 49 insertions(+)
diff --git a/dev-python/ufoLib2/Manifest b/dev-python/ufoLib2/Manifest
new file mode 100644
index 0000000..501265e
--- /dev/null
+++ b/dev-python/ufoLib2/Manifest
@@ -0,0 +1 @@
+DIST ufoLib2-0.6.3a1.zip 63774 BLAKE2B 1452ae99547f820f431b8cebf820ecfaf6f7160838b6e06f8724963517d98dc6d002d4cb254285dd3474254c6d423b0622e6ed6cdf54005d54e5904e26af1114 SHA512 898389183748c6405a4d0f78197f47d51d28d42f95ba2872dc4c175dd9c5fb617c172ea87ef88aea88daeea44f6a4fc0a76081f7e2c6457a1d25edfa93a36607
diff --git a/dev-python/ufoLib2/metadata.xml b/dev-python/ufoLib2/metadata.xml
new file mode 100644
index 0000000..bfbb323
--- /dev/null
+++ b/dev-python/ufoLib2/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+ <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.6.3a_p1.ebuild b/dev-python/ufoLib2/ufoLib2-0.6.3a_p1.ebuild
new file mode 100644
index 0000000..6af2817
--- /dev/null
+++ b/dev-python/ufoLib2/ufoLib2-0.6.3a_p1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{6,7} )
+
+inherit distutils-r1
+
+MYP="${P/_p/}"
+
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MYP}.zip"
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="A UFO font library"
+HOMEPAGE="https://github.com/fonttools/ufoLib2"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="test"
+
+RDEPEND="
+ >=dev-python/fonttools-4.0.0[${PYTHON_USEDEP}]
+ >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
+ dev-python/lxml[${PYTHON_USEDEP}]
+"
+DEPEND="
+ ${RDEPEND}
+ dev-python/setuptools_scm[${PYTHON_USEDEP}]
+"
+
+S="${WORKDIR}/${MYP}"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+ sed -e '/\<wheel\>/d' -i setup.cfg
+ distutils-r1_python_prepare_all
+}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ufoLib2/
@ 2020-04-25 10:52 Andrew Ammerlaan
0 siblings, 0 replies; 18+ messages in thread
From: Andrew Ammerlaan @ 2020-04-25 10:52 UTC (permalink / raw
To: gentoo-commits
commit: 69d16b4de5c2b463b881c703b469628f9c27025d
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Apr 25 10:40:42 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Apr 25 10:40:42 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=69d16b4d
dev-python/ufoLib2: add mising dep
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/ufoLib2/ufoLib2-0.6.3a_p1.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-python/ufoLib2/ufoLib2-0.6.3a_p1.ebuild b/dev-python/ufoLib2/ufoLib2-0.6.3a_p1.ebuild
index 81fcbc6..8143c39 100644
--- a/dev-python/ufoLib2/ufoLib2-0.6.3a_p1.ebuild
+++ b/dev-python/ufoLib2/ufoLib2-0.6.3a_p1.ebuild
@@ -17,10 +17,11 @@ HOMEPAGE="https://github.com/fonttools/ufoLib2"
LICENSE="Apache-2.0"
SLOT="0"
-IUSE="test"
+# fs not pulled in by fonttools
RDEPEND="
>=dev-python/fonttools-4.0.0[${PYTHON_USEDEP}]
+ dev-python/fs[${PYTHON_USEDEP}]
>=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
"
@@ -35,6 +36,6 @@ S="${WORKDIR}/${MYP}"
distutils_enable_tests pytest
python_prepare_all() {
- sed -e '/\<wheel\>/d' -i setup.cfg
+ sed -e '/\<wheel\>/d' -i setup.cfg || die
distutils-r1_python_prepare_all
}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ufoLib2/
@ 2020-05-02 10:00 Andrew Ammerlaan
0 siblings, 0 replies; 18+ messages in thread
From: Andrew Ammerlaan @ 2020-05-02 10:00 UTC (permalink / raw
To: gentoo-commits
commit: c5d1cc580268d28230a845ec3a214a3cd5b7597e
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat May 2 09:28:07 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat May 2 09:28:07 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c5d1cc58
dev-python/ufoLib2: version bump
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/ufoLib2/Manifest | 2 +-
.../ufoLib2/{ufoLib2-0.6.3a_p1.ebuild => ufoLib2-0.7.0.ebuild} | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-python/ufoLib2/Manifest b/dev-python/ufoLib2/Manifest
index 501265e..cc4aeff 100644
--- a/dev-python/ufoLib2/Manifest
+++ b/dev-python/ufoLib2/Manifest
@@ -1 +1 @@
-DIST ufoLib2-0.6.3a1.zip 63774 BLAKE2B 1452ae99547f820f431b8cebf820ecfaf6f7160838b6e06f8724963517d98dc6d002d4cb254285dd3474254c6d423b0622e6ed6cdf54005d54e5904e26af1114 SHA512 898389183748c6405a4d0f78197f47d51d28d42f95ba2872dc4c175dd9c5fb617c172ea87ef88aea88daeea44f6a4fc0a76081f7e2c6457a1d25edfa93a36607
+DIST ufoLib2-0.7.0.zip 81135 BLAKE2B 448d31fa8532c6433fa0fdf790179edae916e13dcbc9bce2636aaa25a9c323ada932fe77255c3ff3765926fed481b79f7281855b2c7f1f6d8f0eca127a33812c SHA512 741b5d4485f26cf5f520be1bd7992ddea67048fd88b3176dd61e6d36ec33a6b978f59e602c79417e3e2a535e506fb954de41f129fbe6a6ce72a40d4ab436efdc
diff --git a/dev-python/ufoLib2/ufoLib2-0.6.3a_p1.ebuild b/dev-python/ufoLib2/ufoLib2-0.7.0.ebuild
similarity index 78%
rename from dev-python/ufoLib2/ufoLib2-0.6.3a_p1.ebuild
rename to dev-python/ufoLib2/ufoLib2-0.7.0.ebuild
index 8143c39..66e0305 100644
--- a/dev-python/ufoLib2/ufoLib2-0.6.3a_p1.ebuild
+++ b/dev-python/ufoLib2/ufoLib2-0.7.0.ebuild
@@ -7,9 +7,7 @@ PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
-MYP="${P/_p/}"
-
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MYP}.zip"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
KEYWORDS="~amd64 ~x86"
DESCRIPTION="A UFO font library"
@@ -28,12 +26,14 @@ RDEPEND="
DEPEND="
${RDEPEND}
dev-python/setuptools_scm[${PYTHON_USEDEP}]
+ test? (
+ dev-python/typing-extensions[${PYTHON_USEDEP}]
+ )
"
BDEPEND="app-arch/unzip"
-S="${WORKDIR}/${MYP}"
-
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
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ufoLib2/
2020-05-06 17:28 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2020-05-06 17:25 ` Andrew Ammerlaan
0 siblings, 0 replies; 18+ messages in thread
From: Andrew Ammerlaan @ 2020-05-06 17:25 UTC (permalink / raw
To: gentoo-commits
commit: 145ecb74716eccc02fe2ace4d5170d0a9a858a96
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed May 6 17:25:32 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed May 6 17:25:32 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=145ecb74
dev-python/ufoLib2: version bump
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/ufoLib2/Manifest | 2 +-
dev-python/ufoLib2/{ufoLib2-0.7.0.ebuild => ufoLib2-0.7.1.ebuild} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/ufoLib2/Manifest b/dev-python/ufoLib2/Manifest
index cc4aeff..c616bdb 100644
--- a/dev-python/ufoLib2/Manifest
+++ b/dev-python/ufoLib2/Manifest
@@ -1 +1 @@
-DIST ufoLib2-0.7.0.zip 81135 BLAKE2B 448d31fa8532c6433fa0fdf790179edae916e13dcbc9bce2636aaa25a9c323ada932fe77255c3ff3765926fed481b79f7281855b2c7f1f6d8f0eca127a33812c SHA512 741b5d4485f26cf5f520be1bd7992ddea67048fd88b3176dd61e6d36ec33a6b978f59e602c79417e3e2a535e506fb954de41f129fbe6a6ce72a40d4ab436efdc
+DIST ufoLib2-0.7.1.zip 82128 BLAKE2B 833ec522edb52c54926d9578507b4afe0c3eda313f663fa1655f836369b23a2d11a1a947d9b8079aad711f0dac9754d902c90811cf42affe5ba6685edd4acc69 SHA512 e0ddd496ced3234d9c5ee77af4205a1e5df031017a4ba526749df180a21ef878c56b933eae37459c6a5b97364849a5209844485e873a7b91d46a613f0f13b79b
diff --git a/dev-python/ufoLib2/ufoLib2-0.7.0.ebuild b/dev-python/ufoLib2/ufoLib2-0.7.1.ebuild
similarity index 95%
rename from dev-python/ufoLib2/ufoLib2-0.7.0.ebuild
rename to dev-python/ufoLib2/ufoLib2-0.7.1.ebuild
index 66e0305..b650b1d 100644
--- a/dev-python/ufoLib2/ufoLib2-0.7.0.ebuild
+++ b/dev-python/ufoLib2/ufoLib2-0.7.1.ebuild
@@ -20,7 +20,7 @@ SLOT="0"
RDEPEND="
>=dev-python/fonttools-4.0.0[${PYTHON_USEDEP}]
dev-python/fs[${PYTHON_USEDEP}]
- >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
+ >=dev-python/attrs-19.3.0[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
"
DEPEND="
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ufoLib2/
@ 2020-06-09 15:47 Andrew Ammerlaan
0 siblings, 0 replies; 18+ messages in thread
From: Andrew Ammerlaan @ 2020-06-09 15:47 UTC (permalink / raw
To: gentoo-commits
commit: d215c25b39b105d83c96cba125de1ca9d9b3dfa0
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jun 9 15:47:33 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jun 9 15:47:33 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d215c25b
dev-python/ufoLib2: version bump, add py3_8
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/ufoLib2/Manifest | 1 +
dev-python/ufoLib2/ufoLib2-0.8.0.ebuild | 40 +++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/dev-python/ufoLib2/Manifest b/dev-python/ufoLib2/Manifest
index c616bdb..85edda6 100644
--- a/dev-python/ufoLib2/Manifest
+++ b/dev-python/ufoLib2/Manifest
@@ -1 +1,2 @@
DIST ufoLib2-0.7.1.zip 82128 BLAKE2B 833ec522edb52c54926d9578507b4afe0c3eda313f663fa1655f836369b23a2d11a1a947d9b8079aad711f0dac9754d902c90811cf42affe5ba6685edd4acc69 SHA512 e0ddd496ced3234d9c5ee77af4205a1e5df031017a4ba526749df180a21ef878c56b933eae37459c6a5b97364849a5209844485e873a7b91d46a613f0f13b79b
+DIST ufoLib2-0.8.0.zip 82448 BLAKE2B 496980d61a6d46dee3fc3ae6e69df92db78fa3ba0e2262032cfb45dc77f842ea04c7ea019764deb7565b9ded9dbe5263022376212d7c42782180d0b5d5c0dcc2 SHA512 8ce5af30b77dfbadc16beda2028f2d62468e3fb54998209f0940cb82dac0f0c1bf33813905aae5ea9cb2b05c7e29fdcd0a8ba8058b44ddc0d43f2863f71e4ebd
diff --git a/dev-python/ufoLib2/ufoLib2-0.8.0.ebuild b/dev-python/ufoLib2/ufoLib2-0.8.0.ebuild
new file mode 100644
index 0000000..0e8c36f
--- /dev/null
+++ b/dev-python/ufoLib2/ufoLib2-0.8.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{6,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
+}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ufoLib2/
@ 2020-12-09 23:00 Alessandro Barbieri
0 siblings, 0 replies; 18+ messages in thread
From: Alessandro Barbieri @ 2020-12-09 23:00 UTC (permalink / raw
To: gentoo-commits
commit: 8ec4787253981a887a81062d30288e17ab9c3e91
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Dec 9 22:59:55 2020 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Wed Dec 9 22:59:55 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8ec47872
dev-python/ufoLib2: new version
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/ufoLib2/Manifest | 1 +
dev-python/ufoLib2/ufoLib2-0.10.0.ebuild | 44 ++++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/dev-python/ufoLib2/Manifest b/dev-python/ufoLib2/Manifest
index 85edda69..c864e7b2 100644
--- a/dev-python/ufoLib2/Manifest
+++ b/dev-python/ufoLib2/Manifest
@@ -1,2 +1,3 @@
+DIST ufoLib2-0.10.0.zip 84972 BLAKE2B 7dde59ec9cfda6e2f8213ccdc24fd786b515935f2b7ef9495eb276f10b9ed472ca2fc58d8b63ddf4d48c8025250e0569d4060454aa23ada0834a76e9afa42c18 SHA512 aac5ccb27311812947d7bd678e82dc950b042dd1660622ac31f7c772436259924b5bf7b2dc1639b7f70e36302abbb11bc0cdb153d3ef061234c0fcbd22d63d58
DIST ufoLib2-0.7.1.zip 82128 BLAKE2B 833ec522edb52c54926d9578507b4afe0c3eda313f663fa1655f836369b23a2d11a1a947d9b8079aad711f0dac9754d902c90811cf42affe5ba6685edd4acc69 SHA512 e0ddd496ced3234d9c5ee77af4205a1e5df031017a4ba526749df180a21ef878c56b933eae37459c6a5b97364849a5209844485e873a7b91d46a613f0f13b79b
DIST ufoLib2-0.8.0.zip 82448 BLAKE2B 496980d61a6d46dee3fc3ae6e69df92db78fa3ba0e2262032cfb45dc77f842ea04c7ea019764deb7565b9ded9dbe5263022376212d7c42782180d0b5d5c0dcc2 SHA512 8ce5af30b77dfbadc16beda2028f2d62468e3fb54998209f0940cb82dac0f0c1bf33813905aae5ea9cb2b05c7e29fdcd0a8ba8058b44ddc0d43f2863f71e4ebd
diff --git a/dev-python/ufoLib2/ufoLib2-0.10.0.ebuild b/dev-python/ufoLib2/ufoLib2-0.10.0.ebuild
new file mode 100644
index 00000000..0fafba09
--- /dev/null
+++ b/dev-python/ufoLib2/ufoLib2-0.10.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{7,8} )
+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"
+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/attrs-19.2.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}]
+ 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
+}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ufoLib2/
@ 2021-04-13 13:15 Andrew Ammerlaan
2021-04-13 13:22 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
0 siblings, 1 reply; 18+ messages in thread
From: Andrew Ammerlaan @ 2021-04-13 13:15 UTC (permalink / raw
To: gentoo-commits
commit: 88ab2b521760011af1f1c24b9f2ea8359a821c24
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Apr 13 13:01:11 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Apr 13 13:01:11 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=88ab2b52
dev-python/ufoLib2: drop old
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/ufoLib2/Manifest | 1 -
dev-python/ufoLib2/ufoLib2-0.7.1.ebuild | 41 ---------------------------------
2 files changed, 42 deletions(-)
diff --git a/dev-python/ufoLib2/Manifest b/dev-python/ufoLib2/Manifest
index c864e7b2b..d99ec21bc 100644
--- a/dev-python/ufoLib2/Manifest
+++ b/dev-python/ufoLib2/Manifest
@@ -1,3 +1,2 @@
DIST ufoLib2-0.10.0.zip 84972 BLAKE2B 7dde59ec9cfda6e2f8213ccdc24fd786b515935f2b7ef9495eb276f10b9ed472ca2fc58d8b63ddf4d48c8025250e0569d4060454aa23ada0834a76e9afa42c18 SHA512 aac5ccb27311812947d7bd678e82dc950b042dd1660622ac31f7c772436259924b5bf7b2dc1639b7f70e36302abbb11bc0cdb153d3ef061234c0fcbd22d63d58
-DIST ufoLib2-0.7.1.zip 82128 BLAKE2B 833ec522edb52c54926d9578507b4afe0c3eda313f663fa1655f836369b23a2d11a1a947d9b8079aad711f0dac9754d902c90811cf42affe5ba6685edd4acc69 SHA512 e0ddd496ced3234d9c5ee77af4205a1e5df031017a4ba526749df180a21ef878c56b933eae37459c6a5b97364849a5209844485e873a7b91d46a613f0f13b79b
DIST ufoLib2-0.8.0.zip 82448 BLAKE2B 496980d61a6d46dee3fc3ae6e69df92db78fa3ba0e2262032cfb45dc77f842ea04c7ea019764deb7565b9ded9dbe5263022376212d7c42782180d0b5d5c0dcc2 SHA512 8ce5af30b77dfbadc16beda2028f2d62468e3fb54998209f0940cb82dac0f0c1bf33813905aae5ea9cb2b05c7e29fdcd0a8ba8058b44ddc0d43f2863f71e4ebd
diff --git a/dev-python/ufoLib2/ufoLib2-0.7.1.ebuild b/dev-python/ufoLib2/ufoLib2-0.7.1.ebuild
deleted file mode 100644
index c57351c95..000000000
--- a/dev-python/ufoLib2/ufoLib2-0.7.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_7 )
-
-inherit distutils-r1
-
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="A UFO font library"
-HOMEPAGE="https://github.com/fonttools/ufoLib2"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-
-# 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
-}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/ufoLib2/
2021-04-13 13:15 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ufoLib2/ Andrew Ammerlaan
@ 2021-04-13 13:22 ` Andrew Ammerlaan
0 siblings, 0 replies; 18+ messages in thread
From: Andrew Ammerlaan @ 2021-04-13 13:22 UTC (permalink / raw
To: gentoo-commits
commit: 88ab2b521760011af1f1c24b9f2ea8359a821c24
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Apr 13 13:01:11 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Apr 13 13:01:11 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=88ab2b52
dev-python/ufoLib2: drop old
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/ufoLib2/Manifest | 1 -
dev-python/ufoLib2/ufoLib2-0.7.1.ebuild | 41 ---------------------------------
2 files changed, 42 deletions(-)
diff --git a/dev-python/ufoLib2/Manifest b/dev-python/ufoLib2/Manifest
index c864e7b2b..d99ec21bc 100644
--- a/dev-python/ufoLib2/Manifest
+++ b/dev-python/ufoLib2/Manifest
@@ -1,3 +1,2 @@
DIST ufoLib2-0.10.0.zip 84972 BLAKE2B 7dde59ec9cfda6e2f8213ccdc24fd786b515935f2b7ef9495eb276f10b9ed472ca2fc58d8b63ddf4d48c8025250e0569d4060454aa23ada0834a76e9afa42c18 SHA512 aac5ccb27311812947d7bd678e82dc950b042dd1660622ac31f7c772436259924b5bf7b2dc1639b7f70e36302abbb11bc0cdb153d3ef061234c0fcbd22d63d58
-DIST ufoLib2-0.7.1.zip 82128 BLAKE2B 833ec522edb52c54926d9578507b4afe0c3eda313f663fa1655f836369b23a2d11a1a947d9b8079aad711f0dac9754d902c90811cf42affe5ba6685edd4acc69 SHA512 e0ddd496ced3234d9c5ee77af4205a1e5df031017a4ba526749df180a21ef878c56b933eae37459c6a5b97364849a5209844485e873a7b91d46a613f0f13b79b
DIST ufoLib2-0.8.0.zip 82448 BLAKE2B 496980d61a6d46dee3fc3ae6e69df92db78fa3ba0e2262032cfb45dc77f842ea04c7ea019764deb7565b9ded9dbe5263022376212d7c42782180d0b5d5c0dcc2 SHA512 8ce5af30b77dfbadc16beda2028f2d62468e3fb54998209f0940cb82dac0f0c1bf33813905aae5ea9cb2b05c7e29fdcd0a8ba8058b44ddc0d43f2863f71e4ebd
diff --git a/dev-python/ufoLib2/ufoLib2-0.7.1.ebuild b/dev-python/ufoLib2/ufoLib2-0.7.1.ebuild
deleted file mode 100644
index c57351c95..000000000
--- a/dev-python/ufoLib2/ufoLib2-0.7.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_7 )
-
-inherit distutils-r1
-
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="A UFO font library"
-HOMEPAGE="https://github.com/fonttools/ufoLib2"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-
-# 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
-}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ufoLib2/
@ 2021-06-19 21:53 Alessandro Barbieri
0 siblings, 0 replies; 18+ messages in thread
From: Alessandro Barbieri @ 2021-06-19 21:53 UTC (permalink / raw
To: gentoo-commits
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
-}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ufoLib2/
@ 2021-10-04 22:30 Alessandro Barbieri
0 siblings, 0 replies; 18+ messages in thread
From: Alessandro Barbieri @ 2021-10-04 22:30 UTC (permalink / raw
To: gentoo-commits
commit: 401cc46a9176f5591f274bf67c8865427254780a
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Oct 4 22:18:03 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon Oct 4 22:30:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=401cc46a
dev-python/ufoLib2: add 0.11.4
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/ufoLib2/Manifest | 1 +
dev-python/ufoLib2/ufoLib2-0.11.4.ebuild | 43 ++++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/dev-python/ufoLib2/Manifest b/dev-python/ufoLib2/Manifest
index 216d3fdbd..0662f7640 100644
--- a/dev-python/ufoLib2/Manifest
+++ b/dev-python/ufoLib2/Manifest
@@ -1 +1,2 @@
DIST ufoLib2-0.11.1.zip 118203 BLAKE2B 74e8fca0ed8c7ceda204d518e5be71bed2f753bba454cbdb380b379f9767e5c5a733471b2107ab32040ba729d067ebac94a1cf92ad24f190fa42ddc1f20ea005 SHA512 4e9b2ab04bb93825c698ff62d2676ffa6a92b83230aaf94176226330852431c9e2d3816b89b0fcd052cf71e91a871c9395c6053d60bdd9cf7e54a08cbe5768d5
+DIST ufoLib2-0.11.4.zip 119452 BLAKE2B 841c7737c8d8479cc9bdbdbd0f1690854088abba9028035a9f03ccf091c95808d77fa445e678e2f5576482f820fcf5f20d92b93822e3bd167a1def5cdd8024a5 SHA512 dcd307d24a1c7ef0c932ed6edda2e5aab6a691cf7b0ae1f4c89b7bf57f6cb988fde9889d569ca21f1571f493c6efcf0411b55b8990e7a9fdce3316863de9a8cd
diff --git a/dev-python/ufoLib2/ufoLib2-0.11.4.ebuild b/dev-python/ufoLib2/ufoLib2-0.11.4.ebuild
new file mode 100644
index 000000000..7fe869115
--- /dev/null
+++ b/dev-python/ufoLib2/ufoLib2-0.11.4.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DOCS_DEPEND="
+ dev-python/sphinx_rtd_theme
+ dev-python/typing-extensions
+"
+DOCS_DIR="${S}/docs/source"
+DOCS_BUILDER="sphinx"
+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"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
+ >=dev-python/fonttools-4.0.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
+
+python_prepare_all() {
+ sed -e '/\<wheel\>/d' -i setup.cfg || die
+ distutils-r1_python_prepare_all
+}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ufoLib2/
@ 2022-03-11 20:57 Alessandro Barbieri
0 siblings, 0 replies; 18+ messages in thread
From: Alessandro Barbieri @ 2022-03-11 20:57 UTC (permalink / raw
To: gentoo-commits
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
-}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ufoLib2/
@ 2022-03-17 13:57 Alessandro Barbieri
0 siblings, 0 replies; 18+ messages in thread
From: Alessandro Barbieri @ 2022-03-17 13:57 UTC (permalink / raw
To: gentoo-commits
commit: fa8a8359ad6c4c05a675b708658ad996d77bc0bb
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Mar 17 13:51:37 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Thu Mar 17 13:51:37 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fa8a8359
dev-python/ufoLib2: give version to scm
Closes: https://bugs.gentoo.org/835029
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/ufoLib2/ufoLib2-0.13.1.ebuild | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/dev-python/ufoLib2/ufoLib2-0.13.1.ebuild b/dev-python/ufoLib2/ufoLib2-0.13.1.ebuild
index 4e8502300..4a180a3b5 100644
--- a/dev-python/ufoLib2/ufoLib2-0.13.1.ebuild
+++ b/dev-python/ufoLib2/ufoLib2-0.13.1.ebuild
@@ -3,13 +3,13 @@
EAPI=8
+DISTUTILS_USE_PEP517=setuptools
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
@@ -37,4 +37,9 @@ DEPEND="
dev-python/typing-extensions[${PYTHON_USEDEP}]
)
"
+
+pkg_setup() {
+ export SETUPTOOLS_SCM_PRETEND_VERSION="${PV%_*}"
+}
+
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ufoLib2/
@ 2022-05-28 15:15 Alessandro Barbieri
0 siblings, 0 replies; 18+ messages in thread
From: Alessandro Barbieri @ 2022-05-28 15:15 UTC (permalink / raw
To: gentoo-commits
commit: a9e0c050c05ffcfc2291df7a93ac090bc8d427fb
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat May 28 14:54:41 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat May 28 14:54:41 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a9e0c050
dev-python/ufoLib2: enable py3.10
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/ufoLib2/ufoLib2-0.13.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/ufoLib2/ufoLib2-0.13.1.ebuild b/dev-python/ufoLib2/ufoLib2-0.13.1.ebuild
index 4a180a3b5..75b1f106d 100644
--- a/dev-python/ufoLib2/ufoLib2-0.13.1.ebuild
+++ b/dev-python/ufoLib2/ufoLib2-0.13.1.ebuild
@@ -10,7 +10,7 @@ DOCS_DEPEND="
"
DOCS_DIR="${S}/docs/source"
DOCS_BUILDER="sphinx"
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1 docs
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ufoLib2/
@ 2022-05-28 21:48 Alessandro Barbieri
0 siblings, 0 replies; 18+ messages in thread
From: Alessandro Barbieri @ 2022-05-28 21:48 UTC (permalink / raw
To: gentoo-commits
commit: 3e7113a77c54ec753bb6034b538d7c58a40aaf6d
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat May 28 21:38:58 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat May 28 21:38:58 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3e7113a7
dev-python/ufoLib2: drop 0.11.4
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/ufoLib2/Manifest | 1 -
dev-python/ufoLib2/ufoLib2-0.11.4.ebuild | 43 --------------------------------
2 files changed, 44 deletions(-)
diff --git a/dev-python/ufoLib2/Manifest b/dev-python/ufoLib2/Manifest
index ffa41dfc3..18f3e0115 100644
--- a/dev-python/ufoLib2/Manifest
+++ b/dev-python/ufoLib2/Manifest
@@ -1,2 +1 @@
-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.4.ebuild b/dev-python/ufoLib2/ufoLib2-0.11.4.ebuild
deleted file mode 100644
index 7fe869115..000000000
--- a/dev-python/ufoLib2/ufoLib2-0.11.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DOCS_DEPEND="
- dev-python/sphinx_rtd_theme
- dev-python/typing-extensions
-"
-DOCS_DIR="${S}/docs/source"
-DOCS_BUILDER="sphinx"
-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"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
- >=dev-python/fonttools-4.0.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
-
-python_prepare_all() {
- sed -e '/\<wheel\>/d' -i setup.cfg || die
- distutils-r1_python_prepare_all
-}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ufoLib2/
@ 2022-05-31 10:08 Alessandro Barbieri
0 siblings, 0 replies; 18+ messages in thread
From: Alessandro Barbieri @ 2022-05-31 10:08 UTC (permalink / raw
To: gentoo-commits
commit: 2ce1ccaf05fd9b9d52633cfb34d506d90741960c
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue May 31 10:06:00 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue May 31 10:08:18 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2ce1ccaf
dev-python/ufoLib2: update SRC_URI
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/ufoLib2/Manifest | 2 +-
dev-python/ufoLib2/ufoLib2-0.13.1.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/ufoLib2/Manifest b/dev-python/ufoLib2/Manifest
index 18f3e0115..97393aadc 100644
--- a/dev-python/ufoLib2/Manifest
+++ b/dev-python/ufoLib2/Manifest
@@ -1 +1 @@
-DIST ufoLib2-0.13.1.tar.gz 88239 BLAKE2B 5c15c1ad9eedba904cb9730604d3853d21fc8f7ae30f440421349f233bac356947aaab7f57204cef9684f1beaabeeefbf913a973f44afc6b8dd185015abb9d87 SHA512 163304999912f1d838f995e3524f4538c176bbff471b07b7670147a0d7e706542c67601dacd29dd985bf5a7ae95688008b7c292f1d67c38756ec633069c7bd64
+DIST ufoLib2-0.13.1.gh.tar.gz 88239 BLAKE2B 5c15c1ad9eedba904cb9730604d3853d21fc8f7ae30f440421349f233bac356947aaab7f57204cef9684f1beaabeeefbf913a973f44afc6b8dd185015abb9d87 SHA512 163304999912f1d838f995e3524f4538c176bbff471b07b7670147a0d7e706542c67601dacd29dd985bf5a7ae95688008b7c292f1d67c38756ec633069c7bd64
diff --git a/dev-python/ufoLib2/ufoLib2-0.13.1.ebuild b/dev-python/ufoLib2/ufoLib2-0.13.1.ebuild
index 75b1f106d..a05616528 100644
--- a/dev-python/ufoLib2/ufoLib2-0.13.1.ebuild
+++ b/dev-python/ufoLib2/ufoLib2-0.13.1.ebuild
@@ -19,7 +19,7 @@ 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"
+SRC_URI="https://github.com/fonttools/ufoLib2/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ufoLib2/
@ 2022-07-07 0:41 Anna Vyalkova
0 siblings, 0 replies; 18+ messages in thread
From: Anna Vyalkova @ 2022-07-07 0:41 UTC (permalink / raw
To: gentoo-commits
commit: f8edf8c50b1ec90a383b5a3d7be78afef61a716a
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Jul 7 00:28:19 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Jul 7 00:40:45 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f8edf8c5
dev-python/ufoLib2: enable py3.11
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/ufoLib2/ufoLib2-0.13.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/ufoLib2/ufoLib2-0.13.1.ebuild b/dev-python/ufoLib2/ufoLib2-0.13.1.ebuild
index a05616528..5bd221cca 100644
--- a/dev-python/ufoLib2/ufoLib2-0.13.1.ebuild
+++ b/dev-python/ufoLib2/ufoLib2-0.13.1.ebuild
@@ -10,7 +10,7 @@ DOCS_DEPEND="
"
DOCS_DIR="${S}/docs/source"
DOCS_BUILDER="sphinx"
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1 docs
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ufoLib2/
@ 2023-05-04 1:15 Anna Vyalkova
0 siblings, 0 replies; 18+ messages in thread
From: Anna Vyalkova @ 2023-05-04 1:15 UTC (permalink / raw
To: gentoo-commits
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"
+}
^ permalink raw reply related [flat|nested] 18+ messages in thread
end of thread, other threads:[~2023-05-04 1:15 UTC | newest]
Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-13 13:15 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ufoLib2/ Andrew Ammerlaan
2021-04-13 13:22 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2023-05-04 1:15 [gentoo-commits] repo/proj/guru:dev " 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-06-19 21:53 Alessandro Barbieri
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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox