public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/ufoLib2/
  2020-05-02 10:00 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
@ 2020-05-02 10:00 ` Andrew Ammerlaan
  0 siblings, 0 replies; 9+ 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] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/ufoLib2/
@ 2020-05-06 17:28 Andrew Ammerlaan
  0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2020-05-06 17:28 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] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ufoLib2/
@ 2020-06-09 15:47 Andrew Ammerlaan
  2020-06-09 16:37 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
  0 siblings, 1 reply; 9+ 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] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/ufoLib2/
  2020-06-09 15:47 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ufoLib2/ Andrew Ammerlaan
@ 2020-06-09 16:37 ` Andrew Ammerlaan
  0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2020-06-09 16:37 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] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/ufoLib2/
@ 2020-12-10  8:46 Andrew Ammerlaan
  0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2020-12-10  8:46 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:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
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] 9+ 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 " Andrew Ammerlaan
@ 2021-04-13 13:22 ` Andrew Ammerlaan
  0 siblings, 0 replies; 9+ 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] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/ufoLib2/
@ 2021-06-20  3:52 Theo Anderson
  0 siblings, 0 replies; 9+ messages in thread
From: Theo Anderson @ 2021-06-20  3:52 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:     Theo Anderson <telans <AT> posteo <DOT> de>
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] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/ufoLib2/
@ 2022-03-18  6:35 Arthur Zamarin
  0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2022-03-18  6:35 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:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
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] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/ufoLib2/
@ 2022-07-07  7:33 Haelwenn Monnier
  0 siblings, 0 replies; 9+ messages in thread
From: Haelwenn Monnier @ 2022-07-07  7:33 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:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
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] 9+ messages in thread

end of thread, other threads:[~2022-07-07  7:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-09 15:47 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ufoLib2/ Andrew Ammerlaan
2020-06-09 16:37 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2022-07-07  7:33 Haelwenn Monnier
2022-03-18  6:35 Arthur Zamarin
2021-06-20  3:52 Theo Anderson
2021-04-13 13:15 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-04-13 13:22 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-12-10  8:46 Andrew Ammerlaan
2020-05-06 17:28 Andrew Ammerlaan
2020-05-02 10:00 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-05-02 10:00 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox