public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/babelfont/
@ 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:     8538985a1ff358b68b95e7fcbf28b2994f45bd15
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Jun 19 21:19:09 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=8538985a

dev-python/babelfont: enable py3.9

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/babelfont/babelfont-2.0.1.ebuild | 2 +-
 dev-python/babelfont/metadata.xml           | 7 ++++++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/dev-python/babelfont/babelfont-2.0.1.ebuild b/dev-python/babelfont/babelfont-2.0.1.ebuild
index 537cbc950..fd0a82b88 100644
--- a/dev-python/babelfont/babelfont-2.0.1.ebuild
+++ b/dev-python/babelfont/babelfont-2.0.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 

diff --git a/dev-python/babelfont/metadata.xml b/dev-python/babelfont/metadata.xml
index 6f49eba8f..fd6362237 100644
--- a/dev-python/babelfont/metadata.xml
+++ b/dev-python/babelfont/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/simoncozens/babelfont/issues</bugs-to>
+        <remote-id type="github">simoncozens/babelfont</remote-id>
+        <remote-id type="pypi">babelfont</remote-id>
+    </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/babelfont/
@ 2022-03-17 19:27 Ronny Gutbrod
  0 siblings, 0 replies; 9+ messages in thread
From: Ronny Gutbrod @ 2022-03-17 19:27 UTC (permalink / raw
  To: gentoo-commits

commit:     17e52a39b95a506a9aabd7f814d4d21fd089cfa6
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Mar 17 08:18:24 2022 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Thu Mar 17 08:38:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=17e52a39

dev-python/babelfont: add 2.0.2

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/babelfont/Manifest               |  1 +
 dev-python/babelfont/babelfont-2.0.2.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-python/babelfont/Manifest b/dev-python/babelfont/Manifest
index 960d6f5ea..43fab3708 100644
--- a/dev-python/babelfont/Manifest
+++ b/dev-python/babelfont/Manifest
@@ -1 +1,2 @@
 DIST babelfont-2.0.1.tar.gz 731550 BLAKE2B df941bc1e0dfe92e5cb1ccc4610b8ad2674405a947605d01b87fa365417b061591b5e9e6265af009516c24890fc5ecfa6314e6e49ac3b6cf255dcbdf446a338e SHA512 40cd60fe81d28218601be6903cced481b82bc7f205aa6715f729c4936f4608c232c809a566e7b3ca65f56cf15238d3056fef1e5de000b86264365168c4c7f3e3
+DIST babelfont-2.0.2.tar.gz 636572 BLAKE2B 4b30f4e4ce3840ab3e0be895d1d87d5067488405d1ba9bbb30ec9f62b02561067f2f536e910a59eeebbfeadbfc70fdd3b22370bdfd42841fa9d75490e5351109 SHA512 478dfb9aacd42b6e1bdf361912644d43a81dd4f0bba8a3414529f9aebd0132f98db24749073c35e82caceb4c371a1bba01e4d2bcaf530b8a97286bc8f26cfd8b

diff --git a/dev-python/babelfont/babelfont-2.0.2.ebuild b/dev-python/babelfont/babelfont-2.0.2.ebuild
new file mode 100644
index 000000000..260743d87
--- /dev/null
+++ b/dev-python/babelfont/babelfont-2.0.2.ebuild
@@ -0,0 +1,25 @@
+# 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="Interrogate and manipulate UFO, TTF and OTF fonts with a common interface"
+HOMEPAGE="https://github.com/simoncozens/babelfont"
+SRC_URI="https://github.com/simoncozens/babelfont/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+	dev-python/defcon[${PYTHON_USEDEP}]
+	dev-python/fontParts[${PYTHON_USEDEP}]
+	dev-python/fonttools[${PYTHON_USEDEP}]
+	dev-python/glyphsLib[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/babelfont/
@ 2022-03-26 11:53 Andrew Ammerlaan
  0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2022-03-26 11:53 UTC (permalink / raw
  To: gentoo-commits

commit:     b1e13e130fa6f4d08f15e6cb6f954205eb25732d
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Mar 26 08:37:21 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 08:37:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b1e13e13

dev-python/babelfont: add 3.0.0_alpha8, drop 2.0.1

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/babelfont/Manifest                                  |  2 +-
 .../{babelfont-2.0.1.ebuild => babelfont-3.0.0_alpha8.ebuild}  | 10 ++++++----
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/dev-python/babelfont/Manifest b/dev-python/babelfont/Manifest
index 43fab3708..fa63c9176 100644
--- a/dev-python/babelfont/Manifest
+++ b/dev-python/babelfont/Manifest
@@ -1,2 +1,2 @@
-DIST babelfont-2.0.1.tar.gz 731550 BLAKE2B df941bc1e0dfe92e5cb1ccc4610b8ad2674405a947605d01b87fa365417b061591b5e9e6265af009516c24890fc5ecfa6314e6e49ac3b6cf255dcbdf446a338e SHA512 40cd60fe81d28218601be6903cced481b82bc7f205aa6715f729c4936f4608c232c809a566e7b3ca65f56cf15238d3056fef1e5de000b86264365168c4c7f3e3
 DIST babelfont-2.0.2.tar.gz 636572 BLAKE2B 4b30f4e4ce3840ab3e0be895d1d87d5067488405d1ba9bbb30ec9f62b02561067f2f536e910a59eeebbfeadbfc70fdd3b22370bdfd42841fa9d75490e5351109 SHA512 478dfb9aacd42b6e1bdf361912644d43a81dd4f0bba8a3414529f9aebd0132f98db24749073c35e82caceb4c371a1bba01e4d2bcaf530b8a97286bc8f26cfd8b
+DIST babelfont-3.0.0a8.tar.gz 27232 BLAKE2B d6e4e78d09014169f10960bcf4f90670d307013486b6634d4b5ec80befe6e78f49f11eb1ed42ee1ab01a972187d9b5d2cbebb972c192f396f50093d55d8a9ac3 SHA512 e2d429bbad4cea7927da75e0ac09a59ecfa94b9c38aaabe9c155e29f3cdda224e021cbc3c0c3d5863e68f306e1f57f42f0eff318b6092cf0704419811853422c

diff --git a/dev-python/babelfont/babelfont-2.0.1.ebuild b/dev-python/babelfont/babelfont-3.0.0_alpha8.ebuild
similarity index 78%
rename from dev-python/babelfont/babelfont-2.0.1.ebuild
rename to dev-python/babelfont/babelfont-3.0.0_alpha8.ebuild
index fd0a82b88..26e900d9a 100644
--- a/dev-python/babelfont/babelfont-2.0.1.ebuild
+++ b/dev-python/babelfont/babelfont-3.0.0_alpha8.ebuild
@@ -1,16 +1,18 @@
-# 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
 
+MYP="${P/_alpha/a}"
 PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
-SRC_URI="https://github.com/simoncozens/babelfont/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
 DESCRIPTION="Interrogate and manipulate UFO, TTF and OTF fonts with a common interface"
 HOMEPAGE="https://github.com/simoncozens/babelfont"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MYP}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
 LICENSE="MIT"
 SLOT="0"
 


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/babelfont/
@ 2022-03-29  0:22 Ronny Gutbrod
  0 siblings, 0 replies; 9+ messages in thread
From: Ronny Gutbrod @ 2022-03-29  0:22 UTC (permalink / raw
  To: gentoo-commits

commit:     c17cc2b933a459039b94a183d53c1a8215ac9703
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Mar 27 06:41:25 2022 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Sun Mar 27 07:30:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c17cc2b9

dev-python/babelfont: add S

Closes: https://bugs.gentoo.org/836252
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/babelfont/babelfont-3.0.0_alpha8.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/babelfont/babelfont-3.0.0_alpha8.ebuild b/dev-python/babelfont/babelfont-3.0.0_alpha8.ebuild
index 26e900d9a..69f070373 100644
--- a/dev-python/babelfont/babelfont-3.0.0_alpha8.ebuild
+++ b/dev-python/babelfont/babelfont-3.0.0_alpha8.ebuild
@@ -11,6 +11,7 @@ inherit distutils-r1
 DESCRIPTION="Interrogate and manipulate UFO, TTF and OTF fonts with a common interface"
 HOMEPAGE="https://github.com/simoncozens/babelfont"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MYP}.tar.gz"
+S="${WORKDIR}/${MYP}"
 
 KEYWORDS="~amd64 ~x86"
 LICENSE="MIT"


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/babelfont/
@ 2022-03-29 11:12 Florian Schmaus
  0 siblings, 0 replies; 9+ messages in thread
From: Florian Schmaus @ 2022-03-29 11:12 UTC (permalink / raw
  To: gentoo-commits

commit:     1fb20ec61c7cebe67feea6296af76cce1971c2ca
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Mar 29 08:14:44 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Mar 29 08:44:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1fb20ec6

dev-python/babelfont: update HOMEPAGE

Closes: https://bugs.gentoo.org/836357
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/babelfont/babelfont-3.0.0_alpha8.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-python/babelfont/babelfont-3.0.0_alpha8.ebuild b/dev-python/babelfont/babelfont-3.0.0_alpha8.ebuild
index 69f070373..0131f4dc8 100644
--- a/dev-python/babelfont/babelfont-3.0.0_alpha8.ebuild
+++ b/dev-python/babelfont/babelfont-3.0.0_alpha8.ebuild
@@ -9,7 +9,10 @@ PYTHON_COMPAT=( python3_{8..9} )
 inherit distutils-r1
 
 DESCRIPTION="Interrogate and manipulate UFO, TTF and OTF fonts with a common interface"
-HOMEPAGE="https://github.com/simoncozens/babelfont"
+HOMEPAGE="
+	https://github.com/simoncozens/babelfont
+	https://pypi.org/project/babelfont/
+"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MYP}.tar.gz"
 S="${WORKDIR}/${MYP}"
 
@@ -25,4 +28,6 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 
+RESTRICT="test" # no tests in pypi release, pypi alpha releases untagged in github
+
 distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/babelfont/
@ 2022-05-12  9:14 Andrew Ammerlaan
  0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2022-05-12  9:14 UTC (permalink / raw
  To: gentoo-commits

commit:     565359c1eb191e0064298c51539f88667011ea15
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed May 11 10:51:31 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed May 11 11:29:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=565359c1

dev-python/babelfont: build with pep517

Closes: https://bugs.gentoo.org/843488
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/babelfont/babelfont-3.0.0_alpha8.ebuild | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/dev-python/babelfont/babelfont-3.0.0_alpha8.ebuild b/dev-python/babelfont/babelfont-3.0.0_alpha8.ebuild
index 11b7b4511..b75eaff71 100644
--- a/dev-python/babelfont/babelfont-3.0.0_alpha8.ebuild
+++ b/dev-python/babelfont/babelfont-3.0.0_alpha8.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=8
 
+DISTUTILS_USE_PEP517=poetry
 MYP="${P/_alpha/a}"
 PYTHON_COMPAT=( python3_{8..9} )
 
@@ -21,10 +22,14 @@ LICENSE="MIT"
 SLOT="0"
 
 RDEPEND="
-	dev-python/defcon[${PYTHON_USEDEP}]
-	dev-python/fontParts[${PYTHON_USEDEP}]
-	dev-python/fonttools[${PYTHON_USEDEP}]
-	dev-python/glyphsLib[${PYTHON_USEDEP}]
+	>=dev-python/orjson-3.5.1[${PYTHON_USEDEP}]
+	>=dev-python/fonttools-4.21.1[${PYTHON_USEDEP}]
+	>=dev-python/ufoLib2-0.11.1[${PYTHON_USEDEP}]
+	>=dev-python/openstep-plist-0.2.2[${PYTHON_USEDEP}]
+	>=dev-python/glyphsLib-5.3.2[${PYTHON_USEDEP}]
+	>=dev-python/glyphsLib-5.3.2[${PYTHON_USEDEP}]
+	>=dev-python/cu2qu-1.6.7[${PYTHON_USEDEP}]
+	dev-python/fontFeatures[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}"
 


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/babelfont/
@ 2022-06-01 11:17 Andrew Ammerlaan
  0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2022-06-01 11:17 UTC (permalink / raw
  To: gentoo-commits

commit:     d6a4babe3108ddf50ca4f1b26b1e66ffb5831c2c
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Jun  1 04:31:51 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Jun  1 05:02:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d6a4babe

dev-python/babelfont: drop 2.0.2

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/babelfont/Manifest               |  1 -
 dev-python/babelfont/babelfont-2.0.2.ebuild | 25 -------------------------
 2 files changed, 26 deletions(-)

diff --git a/dev-python/babelfont/Manifest b/dev-python/babelfont/Manifest
index fa63c9176..e788ac7da 100644
--- a/dev-python/babelfont/Manifest
+++ b/dev-python/babelfont/Manifest
@@ -1,2 +1 @@
-DIST babelfont-2.0.2.tar.gz 636572 BLAKE2B 4b30f4e4ce3840ab3e0be895d1d87d5067488405d1ba9bbb30ec9f62b02561067f2f536e910a59eeebbfeadbfc70fdd3b22370bdfd42841fa9d75490e5351109 SHA512 478dfb9aacd42b6e1bdf361912644d43a81dd4f0bba8a3414529f9aebd0132f98db24749073c35e82caceb4c371a1bba01e4d2bcaf530b8a97286bc8f26cfd8b
 DIST babelfont-3.0.0a8.tar.gz 27232 BLAKE2B d6e4e78d09014169f10960bcf4f90670d307013486b6634d4b5ec80befe6e78f49f11eb1ed42ee1ab01a972187d9b5d2cbebb972c192f396f50093d55d8a9ac3 SHA512 e2d429bbad4cea7927da75e0ac09a59ecfa94b9c38aaabe9c155e29f3cdda224e021cbc3c0c3d5863e68f306e1f57f42f0eff318b6092cf0704419811853422c

diff --git a/dev-python/babelfont/babelfont-2.0.2.ebuild b/dev-python/babelfont/babelfont-2.0.2.ebuild
deleted file mode 100644
index 3b6661e71..000000000
--- a/dev-python/babelfont/babelfont-2.0.2.ebuild
+++ /dev/null
@@ -1,25 +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="Interrogate and manipulate UFO, TTF and OTF fonts with a common interface"
-HOMEPAGE="https://github.com/simoncozens/babelfont"
-SRC_URI="https://github.com/simoncozens/babelfont/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-	dev-python/defcon[${PYTHON_USEDEP}]
-	dev-python/fontParts[${PYTHON_USEDEP}]
-	dev-python/fonttools[${PYTHON_USEDEP}]
-	dev-python/glyphsLib[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/babelfont/
@ 2023-05-11 14:32 Andrew Ammerlaan
  0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2023-05-11 14:32 UTC (permalink / raw
  To: gentoo-commits

commit:     efa8a420193893a4576c10ecfc02dd67063047c9
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue May  9 15:11:31 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue May  9 15:11:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=efa8a420

dev-python/babelfont: add 3.0.0

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/babelfont/Manifest               |  1 +
 dev-python/babelfont/babelfont-3.0.0.ebuild | 33 +++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/babelfont/Manifest b/dev-python/babelfont/Manifest
index deded5f20..44812cf69 100644
--- a/dev-python/babelfont/Manifest
+++ b/dev-python/babelfont/Manifest
@@ -1 +1,2 @@
+DIST babelfont-3.0.0.tar.gz 30167 BLAKE2B 4780b9f99ee0c453c66d9be1f27f128392f5dfce916613924aa16fd60f4d26736c2e253d10afbb5f8cf081c18795d0738a643e606035394ff11f5d6373078aee SHA512 7d3f7bd978236477f934fcbdfee929df8cf1f71d8118677e82e360e0eb9d4ff43fce4b6ee0b3c561a5f8be54d1d9fa31951ba0b2cf61d6b426800907a184ba5d
 DIST babelfont-3.0.0a9.tar.gz 27947 BLAKE2B e37c3cec990d4237f3d7c4a95774136a1afd1fe4803bd49e55db95f8fd2612dd0e03b65f67353967c75b2c4960c241b657fa94a02dc811a547902c7e4a682208 SHA512 2243bf9b40ae755596e397d4f7998b5a37bea253e9c3aa8ee711546012086d652b5fce6aabd0264f7da4476b9f3ab83dae46022de4e8ea75696bc44637b6d2b5

diff --git a/dev-python/babelfont/babelfont-3.0.0.ebuild b/dev-python/babelfont/babelfont-3.0.0.ebuild
new file mode 100644
index 000000000..edd4b3858
--- /dev/null
+++ b/dev-python/babelfont/babelfont-3.0.0.ebuild
@@ -0,0 +1,33 @@
+# 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=poetry
+inherit distutils-r1 pypi
+
+DESCRIPTION="Interrogate and manipulate UFO, TTF and OTF fonts with a common interface"
+HOMEPAGE="
+	https://github.com/simoncozens/babelfont
+	https://pypi.org/project/babelfont/
+"
+
+KEYWORDS="~amd64"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+	>=dev-python/cu2qu-1.6.7[${PYTHON_USEDEP}]
+	>=dev-python/fontFeatures-1.0.6[${PYTHON_USEDEP}]
+	>=dev-python/fonttools-4.21.1[${PYTHON_USEDEP}]
+	>=dev-python/glyphsLib-5.3.2[${PYTHON_USEDEP}]
+	>=dev-python/openstep-plist-0.2.2[${PYTHON_USEDEP}]
+	>=dev-python/orjson-3.5.1[${PYTHON_USEDEP}]
+	>=dev-python/ufoLib2-0.11.1[${PYTHON_USEDEP}]
+"
+
+# no tests in pypi release
+RESTRICT="test"
+
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/babelfont/
@ 2023-05-19 18:51 Viorel Munteanu
  0 siblings, 0 replies; 9+ messages in thread
From: Viorel Munteanu @ 2023-05-19 18:51 UTC (permalink / raw
  To: gentoo-commits

commit:     814cc4927cbf613bbf0771bf27148e2b0d7e1d21
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu May 18 02:21:28 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu May 18 04:53:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=814cc492

dev-python/babelfont: drop 3.0.0_alpha9

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/babelfont/Manifest                      |  1 -
 dev-python/babelfont/babelfont-3.0.0_alpha9.ebuild | 35 ----------------------
 2 files changed, 36 deletions(-)

diff --git a/dev-python/babelfont/Manifest b/dev-python/babelfont/Manifest
index 44812cf69..d58081261 100644
--- a/dev-python/babelfont/Manifest
+++ b/dev-python/babelfont/Manifest
@@ -1,2 +1 @@
 DIST babelfont-3.0.0.tar.gz 30167 BLAKE2B 4780b9f99ee0c453c66d9be1f27f128392f5dfce916613924aa16fd60f4d26736c2e253d10afbb5f8cf081c18795d0738a643e606035394ff11f5d6373078aee SHA512 7d3f7bd978236477f934fcbdfee929df8cf1f71d8118677e82e360e0eb9d4ff43fce4b6ee0b3c561a5f8be54d1d9fa31951ba0b2cf61d6b426800907a184ba5d
-DIST babelfont-3.0.0a9.tar.gz 27947 BLAKE2B e37c3cec990d4237f3d7c4a95774136a1afd1fe4803bd49e55db95f8fd2612dd0e03b65f67353967c75b2c4960c241b657fa94a02dc811a547902c7e4a682208 SHA512 2243bf9b40ae755596e397d4f7998b5a37bea253e9c3aa8ee711546012086d652b5fce6aabd0264f7da4476b9f3ab83dae46022de4e8ea75696bc44637b6d2b5

diff --git a/dev-python/babelfont/babelfont-3.0.0_alpha9.ebuild b/dev-python/babelfont/babelfont-3.0.0_alpha9.ebuild
deleted file mode 100644
index d0064bea7..000000000
--- a/dev-python/babelfont/babelfont-3.0.0_alpha9.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_10 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Interrogate and manipulate UFO, TTF and OTF fonts with a common interface"
-HOMEPAGE="
-	https://github.com/simoncozens/babelfont
-	https://pypi.org/project/babelfont/
-"
-
-KEYWORDS="~amd64"
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-	>=dev-python/orjson-3.5.1[${PYTHON_USEDEP}]
-	>=dev-python/fonttools-4.21.1[${PYTHON_USEDEP}]
-	>=dev-python/ufoLib2-0.11.1[${PYTHON_USEDEP}]
-	>=dev-python/openstep-plist-0.2.2[${PYTHON_USEDEP}]
-	>=dev-python/glyphsLib-5.3.2[${PYTHON_USEDEP}]
-	>=dev-python/glyphsLib-5.3.2[${PYTHON_USEDEP}]
-	>=dev-python/cu2qu-1.6.7[${PYTHON_USEDEP}]
-	dev-python/fontFeatures[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-RESTRICT="test" # no tests in pypi release, pypi alpha releases untagged in github
-
-distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-05-19 18:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-17 19:27 [gentoo-commits] repo/proj/guru:master commit in: dev-python/babelfont/ Ronny Gutbrod
  -- strict thread matches above, loose matches on Subject: below --
2023-05-19 18:51 Viorel Munteanu
2023-05-11 14:32 Andrew Ammerlaan
2022-06-01 11:17 Andrew Ammerlaan
2022-05-12  9:14 Andrew Ammerlaan
2022-03-29 11:12 Florian Schmaus
2022-03-29  0:22 Ronny Gutbrod
2022-03-26 11:53 Andrew Ammerlaan
2021-06-20  3:52 Theo Anderson

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