* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/fontParts/
@ 2021-06-18 2:16 Alessandro Barbieri
0 siblings, 0 replies; 14+ messages in thread
From: Alessandro Barbieri @ 2021-06-18 2:16 UTC (permalink / raw
To: gentoo-commits
commit: da5057cb88b1aef9186a829774fc89689c620bb1
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Jun 17 23:24:27 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri Jun 18 02:16:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=da5057cb
dev-python/fontParts: add 0.9.10, drop 0.9.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/fontParts/Manifest | 2 +-
.../fontParts/{fontParts-0.9.2.ebuild => fontParts-0.9.10.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/fontParts/Manifest b/dev-python/fontParts/Manifest
index 18a8218c5..4cccf85f2 100644
--- a/dev-python/fontParts/Manifest
+++ b/dev-python/fontParts/Manifest
@@ -1 +1 @@
-DIST fontParts-0.9.2.tar.gz 431111 BLAKE2B 928bfaa1eebae9056dabb559d58185401bf77294b6497e1086dfff14fc779a52faae044e4a0d623a9e9e426943b1416bc534d4b7fb6b4d6b599c4462014b8991 SHA512 f1e230c2d356b1fa49191d59c625d9e8bcb407a94fc497a99da8cd070fba4f2f6fa4a938e98d86dac6778c4350fe917f360974bd03f08fb3c6566ad7e37b440e
+DIST fontParts-0.9.10.tar.gz 427443 BLAKE2B 21f6aa33e6034ef31f13ef6fc5224d3e5b2af039298191a1498b6d2fab0b58bdaa76971120893ab6e9478d6e1d59b1c6a08ec48ef19d42e8848e71366c86488a SHA512 c08e88d400f6e7f3fc11374830e43c2262dfbd9a48e5205703039274bdd69102c16dc65f23fba7196b28dac3436cd052478e5e8a5435c6d081ce80c2daababea
diff --git a/dev-python/fontParts/fontParts-0.9.2.ebuild b/dev-python/fontParts/fontParts-0.9.10.ebuild
similarity index 100%
rename from dev-python/fontParts/fontParts-0.9.2.ebuild
rename to dev-python/fontParts/fontParts-0.9.10.ebuild
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/fontParts/
@ 2021-06-18 2:16 Alessandro Barbieri
0 siblings, 0 replies; 14+ messages in thread
From: Alessandro Barbieri @ 2021-06-18 2:16 UTC (permalink / raw
To: gentoo-commits
commit: e2afc032f6bb181abf43a9ce292d0978449d7b16
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Jun 17 23:32:22 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri Jun 18 02:16:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e2afc032
dev-python/fontParts: add constraints, export PV
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/fontParts/fontParts-0.9.10.ebuild | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/dev-python/fontParts/fontParts-0.9.10.ebuild b/dev-python/fontParts/fontParts-0.9.10.ebuild
index c6ed8e7e7..b2747a46d 100644
--- a/dev-python/fontParts/fontParts-0.9.10.ebuild
+++ b/dev-python/fontParts/fontParts-0.9.10.ebuild
@@ -18,14 +18,19 @@ RESTRICT="!test? ( test )"
RDEPEND="
${PYTHON_DEPS}
- dev-python/booleanOperations[${PYTHON_USEDEP}]
- dev-python/defcon[${PYTHON_USEDEP}]
- dev-python/fontMath[${PYTHON_USEDEP}]
- >=dev-python/fonttools-4.2.1[${PYTHON_USEDEP}]
+ >=dev-python/booleanOperations-0.9.0[${PYTHON_USEDEP}]
+ >=dev-python/defcon-0.8.1[${PYTHON_USEDEP}]
+ >=dev-python/fontMath-0.6.0[${PYTHON_USEDEP}]
+ >=dev-python/fonttools-4.24.4[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
BDEPEND="test? ( dev-python/fontPens[${PYTHON_USEDEP}] )"
+pkg_setup() {
+ export SETUPTOOLS_SCM_PRETEND_VERSION="${PV%_*}"
+}
+
+
python_test() {
"${EPYTHON}" Lib/fontParts/fontshell/test.py -v || die "Tests failed with ${EPYTHON}"
}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/fontParts/
@ 2021-06-18 2:16 Alessandro Barbieri
0 siblings, 0 replies; 14+ messages in thread
From: Alessandro Barbieri @ 2021-06-18 2:16 UTC (permalink / raw
To: gentoo-commits
commit: 6f89d6a4bb09443e0b115e2c955322bb9694babf
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Jun 17 23:06:33 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri Jun 18 02:16:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6f89d6a4
dev-python/fontParts: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/fontParts/Manifest | 1 +
dev-python/fontParts/fontParts-0.9.2.ebuild | 31 +++++++++++++++++++++++++++++
dev-python/fontParts/metadata.xml | 5 +++++
3 files changed, 37 insertions(+)
diff --git a/dev-python/fontParts/Manifest b/dev-python/fontParts/Manifest
new file mode 100644
index 000000000..18a8218c5
--- /dev/null
+++ b/dev-python/fontParts/Manifest
@@ -0,0 +1 @@
+DIST fontParts-0.9.2.tar.gz 431111 BLAKE2B 928bfaa1eebae9056dabb559d58185401bf77294b6497e1086dfff14fc779a52faae044e4a0d623a9e9e426943b1416bc534d4b7fb6b4d6b599c4462014b8991 SHA512 f1e230c2d356b1fa49191d59c625d9e8bcb407a94fc497a99da8cd070fba4f2f6fa4a938e98d86dac6778c4350fe917f360974bd03f08fb3c6566ad7e37b440e
diff --git a/dev-python/fontParts/fontParts-0.9.2.ebuild b/dev-python/fontParts/fontParts-0.9.2.ebuild
new file mode 100644
index 000000000..c6ed8e7e7
--- /dev/null
+++ b/dev-python/fontParts/fontParts-0.9.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+SRC_URI="https://github.com/robotools/fontParts/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64 ~x86"
+DESCRIPTION="An API for interacting with the parts of fonts"
+HOMEPAGE="https://github.com/robotools/fontParts"
+LICENSE="MIT"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ ${PYTHON_DEPS}
+ dev-python/booleanOperations[${PYTHON_USEDEP}]
+ dev-python/defcon[${PYTHON_USEDEP}]
+ dev-python/fontMath[${PYTHON_USEDEP}]
+ >=dev-python/fonttools-4.2.1[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="test? ( dev-python/fontPens[${PYTHON_USEDEP}] )"
+
+python_test() {
+ "${EPYTHON}" Lib/fontParts/fontshell/test.py -v || die "Tests failed with ${EPYTHON}"
+}
diff --git a/dev-python/fontParts/metadata.xml b/dev-python/fontParts/metadata.xml
new file mode 100644
index 000000000..46f4785f7
--- /dev/null
+++ b/dev-python/fontParts/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<!-- maintainer needed -->
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/fontParts/
@ 2021-06-19 21:53 Alessandro Barbieri
0 siblings, 0 replies; 14+ messages in thread
From: Alessandro Barbieri @ 2021-06-19 21:53 UTC (permalink / raw
To: gentoo-commits
commit: d3e79f87ca6c8f82c40d53d7236850b7288f24ad
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Jun 19 21:22:00 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=d3e79f87
dev-python/fontParts: improve metadata
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/fontParts/fontParts-0.9.10.ebuild | 1 -
dev-python/fontParts/metadata.xml | 7 ++++++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/dev-python/fontParts/fontParts-0.9.10.ebuild b/dev-python/fontParts/fontParts-0.9.10.ebuild
index b2747a46d..c1698a672 100644
--- a/dev-python/fontParts/fontParts-0.9.10.ebuild
+++ b/dev-python/fontParts/fontParts-0.9.10.ebuild
@@ -30,7 +30,6 @@ pkg_setup() {
export SETUPTOOLS_SCM_PRETEND_VERSION="${PV%_*}"
}
-
python_test() {
"${EPYTHON}" Lib/fontParts/fontshell/test.py -v || die "Tests failed with ${EPYTHON}"
}
diff --git a/dev-python/fontParts/metadata.xml b/dev-python/fontParts/metadata.xml
index 46f4785f7..25ac58c03 100644
--- a/dev-python/fontParts/metadata.xml
+++ b/dev-python/fontParts/metadata.xml
@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<!-- maintainer needed -->
+ <!-- maintainer-needed -->
+ <upstream>
+ <bugs-to>https://github.com/robotools/fontParts/issues</bugs-to>
+ <remote-id type="github">robotools/fontParts</remote-id>
+ <remote-id type="pypi">fontParts</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/fontParts/
@ 2021-10-04 22:30 Alessandro Barbieri
0 siblings, 0 replies; 14+ messages in thread
From: Alessandro Barbieri @ 2021-10-04 22:30 UTC (permalink / raw
To: gentoo-commits
commit: b188a6776a0dc90eb0a5985d804a7c00a366082f
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Oct 4 21:59:19 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon Oct 4 22:30:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b188a677
dev-python/fontParts: add 0.9.11
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/fontParts/Manifest | 1 +
dev-python/fontParts/fontParts-0.9.11.ebuild | 39 ++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/dev-python/fontParts/Manifest b/dev-python/fontParts/Manifest
index 4cccf85f2..6b407900e 100644
--- a/dev-python/fontParts/Manifest
+++ b/dev-python/fontParts/Manifest
@@ -1 +1,2 @@
DIST fontParts-0.9.10.tar.gz 427443 BLAKE2B 21f6aa33e6034ef31f13ef6fc5224d3e5b2af039298191a1498b6d2fab0b58bdaa76971120893ab6e9478d6e1d59b1c6a08ec48ef19d42e8848e71366c86488a SHA512 c08e88d400f6e7f3fc11374830e43c2262dfbd9a48e5205703039274bdd69102c16dc65f23fba7196b28dac3436cd052478e5e8a5435c6d081ce80c2daababea
+DIST fontParts-0.9.11.tar.gz 427573 BLAKE2B 3a59ef7cb8c8e8a282c67c431a040ad2ab53f74cf913b5d0b1789749c242c579cca3f97523287adc63435752d994f883d89a19d78569d2439da1d10f23e431cf SHA512 850d5717457bace997b165d77ef97bc1f2f4662f7a1c164ec18a68d297a9eb6e499bfb0f70044ca7bcc9ddc6575880c893ceea03c3b14fe104eb3ab21537f464
diff --git a/dev-python/fontParts/fontParts-0.9.11.ebuild b/dev-python/fontParts/fontParts-0.9.11.ebuild
new file mode 100644
index 000000000..35bc9315c
--- /dev/null
+++ b/dev-python/fontParts/fontParts-0.9.11.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="An API for interacting with the parts of fonts"
+HOMEPAGE="https://github.com/robotools/fontParts"
+SRC_URI="https://github.com/robotools/fontParts/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE="test"
+
+RDEPEND="
+ ${PYTHON_DEPS}
+ >=dev-python/booleanOperations-0.9.0[${PYTHON_USEDEP}]
+ >=dev-python/defcon-0.6.0[${PYTHON_USEDEP}]
+ >=dev-python/fontMath-0.4.8[${PYTHON_USEDEP}]
+ >=dev-python/fonttools-3.32.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+ ${RDEPEND}
+ test? ( dev-python/fontPens[${PYTHON_USEDEP}] )
+"
+
+RESTRICT="!test? ( test )"
+
+pkg_setup() {
+ export SETUPTOOLS_SCM_PRETEND_VERSION="${PV%_*}"
+}
+
+python_test() {
+ "${EPYTHON}" Lib/fontParts/fontshell/test.py -v || die "Tests failed with ${EPYTHON}"
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/fontParts/
@ 2022-03-17 1:42 Alessandro Barbieri
0 siblings, 0 replies; 14+ messages in thread
From: Alessandro Barbieri @ 2022-03-17 1:42 UTC (permalink / raw
To: gentoo-commits
commit: 8a2c6338d6b0fd602a7248b94f68468ffe94fcfa
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Mar 17 01:29:13 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Thu Mar 17 01:29:13 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8a2c6338
dev-python/fontParts: add 0.10.3, drop 0.9.10
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/fontParts/Manifest | 2 +-
...fontParts-0.9.10.ebuild => fontParts-0.10.3.ebuild} | 18 ++++++++++--------
2 files changed, 11 insertions(+), 9 deletions(-)
diff --git a/dev-python/fontParts/Manifest b/dev-python/fontParts/Manifest
index 6b407900e..bb3486e22 100644
--- a/dev-python/fontParts/Manifest
+++ b/dev-python/fontParts/Manifest
@@ -1,2 +1,2 @@
-DIST fontParts-0.9.10.tar.gz 427443 BLAKE2B 21f6aa33e6034ef31f13ef6fc5224d3e5b2af039298191a1498b6d2fab0b58bdaa76971120893ab6e9478d6e1d59b1c6a08ec48ef19d42e8848e71366c86488a SHA512 c08e88d400f6e7f3fc11374830e43c2262dfbd9a48e5205703039274bdd69102c16dc65f23fba7196b28dac3436cd052478e5e8a5435c6d081ce80c2daababea
+DIST fontParts-0.10.3.tar.gz 428107 BLAKE2B 448f0b85b0cd311d77021322fce704496bdc1cb0392217dd1192035d7af7b3bba5ef91145a5ae684981cd4b4cef1eb0b53d37a4e1d298fb1ca7d48a34ed0bdb6 SHA512 f05b6d3fe9ab8c0a904944444d6308a2ac2c3287a686ab6fcb5831048384eb540836b1337de0c9b2ea6ab9ce38f0c27218bcbb335ef4dbaaa333d5207bea8f5e
DIST fontParts-0.9.11.tar.gz 427573 BLAKE2B 3a59ef7cb8c8e8a282c67c431a040ad2ab53f74cf913b5d0b1789749c242c579cca3f97523287adc63435752d994f883d89a19d78569d2439da1d10f23e431cf SHA512 850d5717457bace997b165d77ef97bc1f2f4662f7a1c164ec18a68d297a9eb6e499bfb0f70044ca7bcc9ddc6575880c893ceea03c3b14fe104eb3ab21537f464
diff --git a/dev-python/fontParts/fontParts-0.9.10.ebuild b/dev-python/fontParts/fontParts-0.10.3.ebuild
similarity index 80%
rename from dev-python/fontParts/fontParts-0.9.10.ebuild
rename to dev-python/fontParts/fontParts-0.10.3.ebuild
index c1698a672..3a830bdde 100644
--- a/dev-python/fontParts/fontParts-0.9.10.ebuild
+++ b/dev-python/fontParts/fontParts-0.10.3.ebuild
@@ -1,31 +1,33 @@
-# 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} )
inherit distutils-r1
-SRC_URI="https://github.com/robotools/fontParts/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
DESCRIPTION="An API for interacting with the parts of fonts"
HOMEPAGE="https://github.com/robotools/fontParts"
+SRC_URI="https://github.com/robotools/fontParts/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
LICENSE="MIT"
SLOT="0"
IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
${PYTHON_DEPS}
>=dev-python/booleanOperations-0.9.0[${PYTHON_USEDEP}]
- >=dev-python/defcon-0.8.1[${PYTHON_USEDEP}]
- >=dev-python/fontMath-0.6.0[${PYTHON_USEDEP}]
- >=dev-python/fonttools-4.24.4[${PYTHON_USEDEP}]
+ >=dev-python/defcon-0.6.0[${PYTHON_USEDEP}]
+ >=dev-python/fontMath-0.4.8[${PYTHON_USEDEP}]
+ >=dev-python/fonttools-3.32.0[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
BDEPEND="test? ( dev-python/fontPens[${PYTHON_USEDEP}] )"
+RESTRICT="!test? ( test )"
+
pkg_setup() {
export SETUPTOOLS_SCM_PRETEND_VERSION="${PV%_*}"
}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/fontParts/
@ 2022-03-18 9:49 Alessandro Barbieri
0 siblings, 0 replies; 14+ messages in thread
From: Alessandro Barbieri @ 2022-03-18 9:49 UTC (permalink / raw
To: gentoo-commits
commit: 0b0a1b1325fdf494728b9cc54f522587fe2e4eb5
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Mar 18 09:08:41 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri Mar 18 09:08:41 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0b0a1b13
dev-python/fontParts: add 0.10.4, drop 0.9.11
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/fontParts/Manifest | 2 +-
.../{fontParts-0.9.11.ebuild => fontParts-0.10.4.ebuild} | 8 +++-----
2 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/dev-python/fontParts/Manifest b/dev-python/fontParts/Manifest
index bb3486e22..d9ee857ce 100644
--- a/dev-python/fontParts/Manifest
+++ b/dev-python/fontParts/Manifest
@@ -1,2 +1,2 @@
DIST fontParts-0.10.3.tar.gz 428107 BLAKE2B 448f0b85b0cd311d77021322fce704496bdc1cb0392217dd1192035d7af7b3bba5ef91145a5ae684981cd4b4cef1eb0b53d37a4e1d298fb1ca7d48a34ed0bdb6 SHA512 f05b6d3fe9ab8c0a904944444d6308a2ac2c3287a686ab6fcb5831048384eb540836b1337de0c9b2ea6ab9ce38f0c27218bcbb335ef4dbaaa333d5207bea8f5e
-DIST fontParts-0.9.11.tar.gz 427573 BLAKE2B 3a59ef7cb8c8e8a282c67c431a040ad2ab53f74cf913b5d0b1789749c242c579cca3f97523287adc63435752d994f883d89a19d78569d2439da1d10f23e431cf SHA512 850d5717457bace997b165d77ef97bc1f2f4662f7a1c164ec18a68d297a9eb6e499bfb0f70044ca7bcc9ddc6575880c893ceea03c3b14fe104eb3ab21537f464
+DIST fontParts-0.10.4.tar.gz 428116 BLAKE2B c3f7dcab8f8825a118373d0ba282bbbdf86073c5f0862a6ef04b88b35152370687c625933b41e1bd4da615af0325d971178186e74d2005fd12f85035d36e2979 SHA512 35bf88b80edeef3a52c46e7b8bb991e99ee93bf6a65909b81368a5a514898f7fe60354134200c176761787e8927170c064997a4d16979585d3b8ddf9962f3afe
diff --git a/dev-python/fontParts/fontParts-0.9.11.ebuild b/dev-python/fontParts/fontParts-0.10.4.ebuild
similarity index 87%
rename from dev-python/fontParts/fontParts-0.9.11.ebuild
rename to dev-python/fontParts/fontParts-0.10.4.ebuild
index 35bc9315c..3a830bdde 100644
--- a/dev-python/fontParts/fontParts-0.9.11.ebuild
+++ b/dev-python/fontParts/fontParts-0.10.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -23,10 +23,8 @@ RDEPEND="
>=dev-python/fontMath-0.4.8[${PYTHON_USEDEP}]
>=dev-python/fonttools-3.32.0[${PYTHON_USEDEP}]
"
-DEPEND="
- ${RDEPEND}
- test? ( dev-python/fontPens[${PYTHON_USEDEP}] )
-"
+DEPEND="${RDEPEND}"
+BDEPEND="test? ( dev-python/fontPens[${PYTHON_USEDEP}] )"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/fontParts/
@ 2022-05-30 13:17 Alessandro Barbieri
0 siblings, 0 replies; 14+ messages in thread
From: Alessandro Barbieri @ 2022-05-30 13:17 UTC (permalink / raw
To: gentoo-commits
commit: 3480e3ff95d4ac9b91a73382be7fee259b486f09
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon May 30 13:04:48 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon May 30 13:17:12 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3480e3ff
dev-python/fontParts: drop 0.10.4
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/fontParts/Manifest | 1 -
dev-python/fontParts/fontParts-0.10.4.ebuild | 37 ----------------------------
2 files changed, 38 deletions(-)
diff --git a/dev-python/fontParts/Manifest b/dev-python/fontParts/Manifest
index 8d038490c..2ab0eef0e 100644
--- a/dev-python/fontParts/Manifest
+++ b/dev-python/fontParts/Manifest
@@ -1,2 +1 @@
-DIST fontParts-0.10.4.tar.gz 428116 BLAKE2B c3f7dcab8f8825a118373d0ba282bbbdf86073c5f0862a6ef04b88b35152370687c625933b41e1bd4da615af0325d971178186e74d2005fd12f85035d36e2979 SHA512 35bf88b80edeef3a52c46e7b8bb991e99ee93bf6a65909b81368a5a514898f7fe60354134200c176761787e8927170c064997a4d16979585d3b8ddf9962f3afe
DIST fontParts-0.10.5.tar.gz 431282 BLAKE2B f0585b0220b35f9b6fc18ace6b517b69fecf87e2d0e1fda7ea5753512851e49b2fd122af628286a638d9c178212602e0ca467b38a94577d11ea3bb117d944a6b SHA512 961507c60de82da516f5cefbb3ca998533751234953c01c28e2ca534d47916e534c1cd6dc95add182e7da10ff57b1a0e0e5ad20fcbe4c385d5f2f58dde0be927
diff --git a/dev-python/fontParts/fontParts-0.10.4.ebuild b/dev-python/fontParts/fontParts-0.10.4.ebuild
deleted file mode 100644
index 3a830bdde..000000000
--- a/dev-python/fontParts/fontParts-0.10.4.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="An API for interacting with the parts of fonts"
-HOMEPAGE="https://github.com/robotools/fontParts"
-SRC_URI="https://github.com/robotools/fontParts/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-
-RDEPEND="
- ${PYTHON_DEPS}
- >=dev-python/booleanOperations-0.9.0[${PYTHON_USEDEP}]
- >=dev-python/defcon-0.6.0[${PYTHON_USEDEP}]
- >=dev-python/fontMath-0.4.8[${PYTHON_USEDEP}]
- >=dev-python/fonttools-3.32.0[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="test? ( dev-python/fontPens[${PYTHON_USEDEP}] )"
-
-RESTRICT="!test? ( test )"
-
-pkg_setup() {
- export SETUPTOOLS_SCM_PRETEND_VERSION="${PV%_*}"
-}
-
-python_test() {
- "${EPYTHON}" Lib/fontParts/fontshell/test.py -v || die "Tests failed with ${EPYTHON}"
-}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/fontParts/
@ 2022-06-28 4:34 Alessandro Barbieri
0 siblings, 0 replies; 14+ messages in thread
From: Alessandro Barbieri @ 2022-06-28 4:34 UTC (permalink / raw
To: gentoo-commits
commit: e55160d3536c3f76d3bfc8c851764d013c66cc38
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Jun 28 04:21:46 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue Jun 28 04:34:29 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e55160d3
dev-python/fontParts: drop 0.10.5
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/fontParts/Manifest | 1 -
dev-python/fontParts/fontParts-0.10.5.ebuild | 37 ----------------------------
2 files changed, 38 deletions(-)
diff --git a/dev-python/fontParts/Manifest b/dev-python/fontParts/Manifest
index 1406a42b1..96716cd8d 100644
--- a/dev-python/fontParts/Manifest
+++ b/dev-python/fontParts/Manifest
@@ -1,2 +1 @@
-DIST fontParts-0.10.5.tar.gz 431282 BLAKE2B f0585b0220b35f9b6fc18ace6b517b69fecf87e2d0e1fda7ea5753512851e49b2fd122af628286a638d9c178212602e0ca467b38a94577d11ea3bb117d944a6b SHA512 961507c60de82da516f5cefbb3ca998533751234953c01c28e2ca534d47916e534c1cd6dc95add182e7da10ff57b1a0e0e5ad20fcbe4c385d5f2f58dde0be927
DIST fontParts-0.10.6.gh.tar.gz 431799 BLAKE2B e1fdc0e4ac54a62ec025bf73596e9abb2472dbb4eff5f2eea2667da31c5b75cf37a1db9cc25b2fac8afb8815b721aa7439f91129e03df018ba77e9a4b37886cd SHA512 77b888c7393a92153fbd0c61a6e3e30a1c8c9416db4132799cfd938f819ff415f408d31326b87e8bd5b9b9876559a82a61251328684933b7ecc33ccc9735b843
diff --git a/dev-python/fontParts/fontParts-0.10.5.ebuild b/dev-python/fontParts/fontParts-0.10.5.ebuild
deleted file mode 100644
index aa8317901..000000000
--- a/dev-python/fontParts/fontParts-0.10.5.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="An API for interacting with the parts of fonts"
-HOMEPAGE="https://github.com/robotools/fontParts"
-SRC_URI="https://github.com/robotools/fontParts/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-
-RDEPEND="
- ${PYTHON_DEPS}
- >=dev-python/booleanOperations-0.9.0[${PYTHON_USEDEP}]
- >=dev-python/defcon-0.6.0[${PYTHON_USEDEP}]
- >=dev-python/fontMath-0.4.8[${PYTHON_USEDEP}]
- >=dev-python/fonttools-3.32.0[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="test? ( dev-python/fontPens[${PYTHON_USEDEP}] )"
-
-RESTRICT="!test? ( test )"
-
-pkg_setup() {
- export SETUPTOOLS_SCM_PRETEND_VERSION="${PV%_*}"
-}
-
-python_test() {
- "${EPYTHON}" Lib/fontParts/fontshell/test.py -v || die "Tests failed with ${EPYTHON}"
-}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/fontParts/
@ 2022-06-28 4:34 Alessandro Barbieri
0 siblings, 0 replies; 14+ messages in thread
From: Alessandro Barbieri @ 2022-06-28 4:34 UTC (permalink / raw
To: gentoo-commits
commit: 4344dbdf4dcc9311bdab2252afc85c5d17277bd6
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Jun 28 04:21:14 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue Jun 28 04:34:29 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4344dbdf
dev-python/fontParts: add 0.10.6
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/fontParts/Manifest | 1 +
dev-python/fontParts/fontParts-0.10.6.ebuild | 37 ++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/dev-python/fontParts/Manifest b/dev-python/fontParts/Manifest
index 2ab0eef0e..1406a42b1 100644
--- a/dev-python/fontParts/Manifest
+++ b/dev-python/fontParts/Manifest
@@ -1 +1,2 @@
DIST fontParts-0.10.5.tar.gz 431282 BLAKE2B f0585b0220b35f9b6fc18ace6b517b69fecf87e2d0e1fda7ea5753512851e49b2fd122af628286a638d9c178212602e0ca467b38a94577d11ea3bb117d944a6b SHA512 961507c60de82da516f5cefbb3ca998533751234953c01c28e2ca534d47916e534c1cd6dc95add182e7da10ff57b1a0e0e5ad20fcbe4c385d5f2f58dde0be927
+DIST fontParts-0.10.6.gh.tar.gz 431799 BLAKE2B e1fdc0e4ac54a62ec025bf73596e9abb2472dbb4eff5f2eea2667da31c5b75cf37a1db9cc25b2fac8afb8815b721aa7439f91129e03df018ba77e9a4b37886cd SHA512 77b888c7393a92153fbd0c61a6e3e30a1c8c9416db4132799cfd938f819ff415f408d31326b87e8bd5b9b9876559a82a61251328684933b7ecc33ccc9735b843
diff --git a/dev-python/fontParts/fontParts-0.10.6.ebuild b/dev-python/fontParts/fontParts-0.10.6.ebuild
new file mode 100644
index 000000000..332501e01
--- /dev/null
+++ b/dev-python/fontParts/fontParts-0.10.6.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="An API for interacting with the parts of fonts"
+HOMEPAGE="https://github.com/robotools/fontParts"
+SRC_URI="https://github.com/robotools/fontParts/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE="test"
+
+RDEPEND="
+ ${PYTHON_DEPS}
+ >=dev-python/booleanOperations-0.9.0[${PYTHON_USEDEP}]
+ >=dev-python/defcon-0.6.0[${PYTHON_USEDEP}]
+ >=dev-python/fontMath-0.4.8[${PYTHON_USEDEP}]
+ >=dev-python/fonttools-3.32.0[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="test? ( dev-python/fontPens[${PYTHON_USEDEP}] )"
+
+RESTRICT="!test? ( test )"
+
+pkg_setup() {
+ export SETUPTOOLS_SCM_PRETEND_VERSION="${PV%_*}"
+}
+
+python_test() {
+ "${EPYTHON}" Lib/fontParts/fontshell/test.py -v || die "Tests failed with ${EPYTHON}"
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/fontParts/
@ 2023-04-30 15:24 Anna Vyalkova
0 siblings, 0 replies; 14+ messages in thread
From: Anna Vyalkova @ 2023-04-30 15:24 UTC (permalink / raw
To: gentoo-commits
commit: 89df56447f018180d6a18ee3e5ceaf6c8368b7fb
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Mar 1 00:54:41 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Apr 30 15:21:30 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=89df5644
dev-python/fontParts: enable py3.11
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/fontParts/fontParts-0.10.6-r1.ebuild | 42 +++++++++++++++++++++++++
dev-python/fontParts/fontParts-0.10.6.ebuild | 37 ----------------------
2 files changed, 42 insertions(+), 37 deletions(-)
diff --git a/dev-python/fontParts/fontParts-0.10.6-r1.ebuild b/dev-python/fontParts/fontParts-0.10.6-r1.ebuild
new file mode 100644
index 000000000..27aa9cef5
--- /dev/null
+++ b/dev-python/fontParts/fontParts-0.10.6-r1.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_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="An API for interacting with the parts of fonts"
+HOMEPAGE="
+ https://pypi.org/project/fontParts/
+ https://github.com/robotools/fontParts
+"
+SRC_URI="https://github.com/robotools/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+ >=dev-python/booleanOperations-0.9.0[${PYTHON_USEDEP}]
+ >=dev-python/defcon-0.6.0[${PYTHON_USEDEP}]
+ >=dev-python/fontMath-0.4.8[${PYTHON_USEDEP}]
+ >=dev-python/fontPens-0.1.0[${PYTHON_USEDEP}]
+ >=dev-python/fonttools-3.32.0[${PYTHON_USEDEP}]
+ >=dev-python/fs-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/lxml-4.9.2[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep \
+ '>=dev-python/unicodedata2-14.0.0[${PYTHON_USEDEP}]' \
+ python3_{9..10})
+"
+BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
+
+distutils_enable_sphinx documentation/source
+
+src_configure() {
+ export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}"
+ distutils-r1_src_configure
+}
diff --git a/dev-python/fontParts/fontParts-0.10.6.ebuild b/dev-python/fontParts/fontParts-0.10.6.ebuild
deleted file mode 100644
index c18e5a80d..000000000
--- a/dev-python/fontParts/fontParts-0.10.6.ebuild
+++ /dev/null
@@ -1,37 +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="An API for interacting with the parts of fonts"
-HOMEPAGE="https://github.com/robotools/fontParts"
-SRC_URI="https://github.com/robotools/fontParts/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-
-RDEPEND="
- ${PYTHON_DEPS}
- >=dev-python/booleanOperations-0.9.0[${PYTHON_USEDEP}]
- >=dev-python/defcon-0.6.0[${PYTHON_USEDEP}]
- >=dev-python/fontMath-0.4.8[${PYTHON_USEDEP}]
- >=dev-python/fonttools-3.32.0[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="test? ( dev-python/fontPens[${PYTHON_USEDEP}] )"
-
-RESTRICT="!test? ( test )"
-
-pkg_setup() {
- export SETUPTOOLS_SCM_PRETEND_VERSION="${PV%_*}"
-}
-
-python_test() {
- "${EPYTHON}" Lib/fontParts/fontshell/test.py -v || die "Tests failed with ${EPYTHON}"
-}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/fontParts/
@ 2023-05-01 8:03 Viorel Munteanu
2023-05-01 9:20 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
0 siblings, 1 reply; 14+ messages in thread
From: Viorel Munteanu @ 2023-05-01 8:03 UTC (permalink / raw
To: gentoo-commits
commit: 450e3dd8fe791752c9fbbfa7f1666f1207029fe7
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Mon May 1 07:59:44 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon May 1 07:59:47 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=450e3dd8
dev-python/fontParts: unkeyword 0.10.6-r1 for ~x86
Either drop ~x86 here or keyword dev-python/unicodedata2, but I don't have
access to my x86 chroot today.
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
dev-python/fontParts/fontParts-0.10.6-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/fontParts/fontParts-0.10.6-r1.ebuild b/dev-python/fontParts/fontParts-0.10.6-r1.ebuild
index 27aa9cef5..ebd194dfb 100644
--- a/dev-python/fontParts/fontParts-0.10.6-r1.ebuild
+++ b/dev-python/fontParts/fontParts-0.10.6-r1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="
"
SRC_URI="https://github.com/robotools/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
LICENSE="MIT"
SLOT="0"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/fontParts/
2023-05-01 8:03 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/fontParts/ Viorel Munteanu
@ 2023-05-01 9:20 ` Viorel Munteanu
0 siblings, 0 replies; 14+ messages in thread
From: Viorel Munteanu @ 2023-05-01 9:20 UTC (permalink / raw
To: gentoo-commits
commit: 450e3dd8fe791752c9fbbfa7f1666f1207029fe7
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Mon May 1 07:59:44 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon May 1 07:59:47 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=450e3dd8
dev-python/fontParts: unkeyword 0.10.6-r1 for ~x86
Either drop ~x86 here or keyword dev-python/unicodedata2, but I don't have
access to my x86 chroot today.
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
dev-python/fontParts/fontParts-0.10.6-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/fontParts/fontParts-0.10.6-r1.ebuild b/dev-python/fontParts/fontParts-0.10.6-r1.ebuild
index 27aa9cef5..ebd194dfb 100644
--- a/dev-python/fontParts/fontParts-0.10.6-r1.ebuild
+++ b/dev-python/fontParts/fontParts-0.10.6-r1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="
"
SRC_URI="https://github.com/robotools/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
LICENSE="MIT"
SLOT="0"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/fontParts/
@ 2023-05-08 6:50 Anna Vyalkova
0 siblings, 0 replies; 14+ messages in thread
From: Anna Vyalkova @ 2023-05-08 6:50 UTC (permalink / raw
To: gentoo-commits
commit: 6b8d868e5cb13484f159bdecac22547e24618938
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon May 8 04:34:10 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon May 8 06:50:51 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6b8d868e
dev-python/fontParts: add 0.11.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/fontParts/Manifest | 1 +
dev-python/fontParts/fontParts-0.11.0.ebuild | 45 ++++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/dev-python/fontParts/Manifest b/dev-python/fontParts/Manifest
index 96716cd8d..aedbccc9a 100644
--- a/dev-python/fontParts/Manifest
+++ b/dev-python/fontParts/Manifest
@@ -1 +1,2 @@
DIST fontParts-0.10.6.gh.tar.gz 431799 BLAKE2B e1fdc0e4ac54a62ec025bf73596e9abb2472dbb4eff5f2eea2667da31c5b75cf37a1db9cc25b2fac8afb8815b721aa7439f91129e03df018ba77e9a4b37886cd SHA512 77b888c7393a92153fbd0c61a6e3e30a1c8c9416db4132799cfd938f819ff415f408d31326b87e8bd5b9b9876559a82a61251328684933b7ecc33ccc9735b843
+DIST fontParts-0.11.0.gh.tar.gz 432315 BLAKE2B d53f609a63279de763d78315e18151500b7c0afbd70b01fab2fcf3229ce2fc8291c0e8dbe8e5c83dd0b4896be1e0802f53f8076a31e5275e0d5c1e8a8f64745f SHA512 2e9f04b23686b702e4e21131548edfb839bcf17a07a42b43fc70d98f0014f687625d103052c652af030a0bc7c48c31e9c3f22d45c5942a8e9aefdfa4fcc2a865
diff --git a/dev-python/fontParts/fontParts-0.11.0.ebuild b/dev-python/fontParts/fontParts-0.11.0.ebuild
new file mode 100644
index 000000000..3b8562f9a
--- /dev/null
+++ b/dev-python/fontParts/fontParts-0.11.0.ebuild
@@ -0,0 +1,45 @@
+# 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
+inherit distutils-r1
+
+DESCRIPTION="An API for interacting with the parts of fonts"
+HOMEPAGE="
+ https://pypi.org/project/fontParts/
+ https://github.com/robotools/fontParts
+"
+SRC_URI="https://github.com/robotools/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+KEYWORDS="~amd64"
+LICENSE="MIT"
+SLOT="0"
+
+# fails tests
+RESTRICT="test"
+
+RDEPEND="
+ >=dev-python/booleanOperations-0.9.0[${PYTHON_USEDEP}]
+ >=dev-python/defcon-0.6.0[${PYTHON_USEDEP}]
+ >=dev-python/fontMath-0.4.8[${PYTHON_USEDEP}]
+ >=dev-python/fontPens-0.1.0[${PYTHON_USEDEP}]
+ >=dev-python/fonttools-3.32.0[${PYTHON_USEDEP}]
+ >=dev-python/fs-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/lxml-4.9.2[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep \
+ '>=dev-python/unicodedata2-14.0.0[${PYTHON_USEDEP}]' \
+ python3_{9..10})
+"
+BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
+
+distutils_enable_sphinx documentation/source
+
+src_configure() {
+ export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}"
+ distutils-r1_src_configure
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
end of thread, other threads:[~2023-05-08 6:51 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-01 8:03 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/fontParts/ Viorel Munteanu
2023-05-01 9:20 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
-- strict thread matches above, loose matches on Subject: below --
2023-05-08 6:50 [gentoo-commits] repo/proj/guru:dev " Anna Vyalkova
2023-04-30 15:24 Anna Vyalkova
2022-06-28 4:34 Alessandro Barbieri
2022-06-28 4:34 Alessandro Barbieri
2022-05-30 13:17 Alessandro Barbieri
2022-03-18 9:49 Alessandro Barbieri
2022-03-17 1:42 Alessandro Barbieri
2021-10-04 22:30 Alessandro Barbieri
2021-06-19 21:53 Alessandro Barbieri
2021-06-18 2:16 Alessandro Barbieri
2021-06-18 2:16 Alessandro Barbieri
2021-06-18 2:16 Alessandro Barbieri
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox