* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glyphsLib/
@ 2020-12-12 15:35 Andrew Ammerlaan
0 siblings, 0 replies; 19+ messages in thread
From: Andrew Ammerlaan @ 2020-12-12 15:35 UTC (permalink / raw
To: gentoo-commits
commit: 561730a211ab793768ba3a8647c40f1174a25868
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Dec 12 15:35:04 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Dec 12 15:35:04 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=561730a2
dev-python/glyphsLib: add missing dep
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/glyphsLib/Manifest | 1 +
dev-python/glyphsLib/glyphsLib-5.3.0.ebuild | 37 +++++++++++++++++++++++++++++
dev-python/glyphsLib/metadata.xml | 6 +++++
3 files changed, 44 insertions(+)
diff --git a/dev-python/glyphsLib/Manifest b/dev-python/glyphsLib/Manifest
new file mode 100644
index 00000000..e6a49708
--- /dev/null
+++ b/dev-python/glyphsLib/Manifest
@@ -0,0 +1 @@
+DIST glyphsLib-5.3.0.zip 954392 BLAKE2B e7a0df00e8e724ab958f2e4a9c1e68f3aff6e05e9300c86585b8a35d0f38fe0147af21e7470f45ac2655105c0d42c19f940a4db67c16fe06c4293b596d795dc8 SHA512 c2255a84172b972168b914343a35e6cff130b99c66b636f0aa7e97ffcad6fe916289dfc5fc2871f9ba466db4e45f8fcf5784824083a91d481e8c1323e6cf9970
diff --git a/dev-python/glyphsLib/glyphsLib-5.3.0.ebuild b/dev-python/glyphsLib/glyphsLib-5.3.0.ebuild
new file mode 100644
index 00000000..c22b644f
--- /dev/null
+++ b/dev-python/glyphsLib/glyphsLib-5.3.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{7,8} )
+inherit distutils-r1
+
+DESCRIPTION="A library to provide a bridge from Glyphs source files to UFOs"
+HOMEPAGE="https://github.com/googlei18n/${PN}"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
+
+LICENSE="Apache-2.0 MIT"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+RDEPEND="
+ >=dev-python/fonttools-4.14[${PYTHON_USEDEP}]
+ >=dev-python/ufoLib2-0.8[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+ dev-python/setuptools_scm[${PYTHON_USEDEP}]
+ test? (
+ dev-python/defcon[${PYTHON_USEDEP}]
+ dev-python/ufoNormalizer[${PYTHON_USEDEP}]
+ >=app-text/xmldiff-2.2[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+ sed -e '/\<wheel\>/d' -i setup.cfg
+ distutils-r1_python_prepare_all
+}
diff --git a/dev-python/glyphsLib/metadata.xml b/dev-python/glyphsLib/metadata.xml
new file mode 100644
index 00000000..a0a60d71
--- /dev/null
+++ b/dev-python/glyphsLib/metadata.xml
@@ -0,0 +1,6 @@
+<?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] 19+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glyphsLib/
@ 2021-02-22 1:54 Alessandro Barbieri
0 siblings, 0 replies; 19+ messages in thread
From: Alessandro Barbieri @ 2021-02-22 1:54 UTC (permalink / raw
To: gentoo-commits
commit: c251badbddfcfbe7880daaae4c2a7122167397c1
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Feb 22 01:43:37 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon Feb 22 01:43:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c251badb
dev-python/glyphsLib: metadata
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/glyphsLib/metadata.xml | 18 ++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)
diff --git a/dev-python/glyphsLib/metadata.xml b/dev-python/glyphsLib/metadata.xml
index a0a60d71..6164fe6f 100644
--- a/dev-python/glyphsLib/metadata.xml
+++ b/dev-python/glyphsLib/metadata.xml
@@ -1,6 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>lssndrbarbieri@gmail.com</email>
+ <name>Alessandro Barbieri</name>
+ </maintainer>
+ <longdescription lang="en">
+This Python 3.6+ library provides a bridge from Glyphs source files (.glyphs) to UFOs and Designspace files via defcon and designspaceLib.
+ </longdescription>
+ <upstream>
+ <bugs-to>https://github.com/googlefonts/glyphsLib/issues</bugs-to>
+ <maintainer status="active">
+ <email>jamesgk@google.com</email>
+ <name>James Godfrey-Kittle</name>
+ </maintainer>
+ <remote-id type="github">googlefonts/glyphsLib</remote-id>
+ <remote-id type="pypi">glyphsLib</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glyphsLib/
@ 2021-03-28 9:55 Andrew Ammerlaan
0 siblings, 0 replies; 19+ messages in thread
From: Andrew Ammerlaan @ 2021-03-28 9:55 UTC (permalink / raw
To: gentoo-commits
commit: 4d289ea6d8ba16ee3678453bca139d5764635d26
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Mar 28 09:42:52 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 28 09:42:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4d289ea6
dev-python/glyphsLib: fix ReferenceInMetadataVar, add bdep on unzip
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/glyphsLib/glyphsLib-5.3.0.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-python/glyphsLib/glyphsLib-5.3.0.ebuild b/dev-python/glyphsLib/glyphsLib-5.3.0.ebuild
index c22b644fe..cd1734989 100644
--- a/dev-python/glyphsLib/glyphsLib-5.3.0.ebuild
+++ b/dev-python/glyphsLib/glyphsLib-5.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{7,8} )
inherit distutils-r1
DESCRIPTION="A library to provide a bridge from Glyphs source files to UFOs"
-HOMEPAGE="https://github.com/googlei18n/${PN}"
+HOMEPAGE="https://github.com/googlei18n/glyphsLib"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
LICENSE="Apache-2.0 MIT"
@@ -21,6 +21,7 @@ RDEPEND="
"
BDEPEND="
+ app-arch/unzip
dev-python/setuptools_scm[${PYTHON_USEDEP}]
test? (
dev-python/defcon[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glyphsLib/
@ 2021-05-05 7:32 Alessandro Barbieri
0 siblings, 0 replies; 19+ messages in thread
From: Alessandro Barbieri @ 2021-05-05 7:32 UTC (permalink / raw
To: gentoo-commits
commit: 750a4d055b9b7cf3414c4db9f870130763ea3dda
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed May 5 07:24:33 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Wed May 5 07:32:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=750a4d05
dev-python/glyphsLib: comaintainers welcome
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/glyphsLib/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/glyphsLib/metadata.xml b/dev-python/glyphsLib/metadata.xml
index 6164fe6f0..db4f6cb12 100644
--- a/dev-python/glyphsLib/metadata.xml
+++ b/dev-python/glyphsLib/metadata.xml
@@ -2,6 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://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>
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glyphsLib/
@ 2021-06-14 2:27 Alessandro Barbieri
0 siblings, 0 replies; 19+ messages in thread
From: Alessandro Barbieri @ 2021-06-14 2:27 UTC (permalink / raw
To: gentoo-commits
commit: 682eaf3eb78a68d4291473a6886df8711ae2653d
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Jun 14 02:26:02 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon Jun 14 02:27:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=682eaf3e
dev-python/glyphsLib: add 5.3.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/glyphsLib/Manifest | 1 +
dev-python/glyphsLib/glyphsLib-5.3.2.ebuild | 38 +++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/dev-python/glyphsLib/Manifest b/dev-python/glyphsLib/Manifest
index e6a497083..42e919673 100644
--- a/dev-python/glyphsLib/Manifest
+++ b/dev-python/glyphsLib/Manifest
@@ -1 +1,2 @@
DIST glyphsLib-5.3.0.zip 954392 BLAKE2B e7a0df00e8e724ab958f2e4a9c1e68f3aff6e05e9300c86585b8a35d0f38fe0147af21e7470f45ac2655105c0d42c19f940a4db67c16fe06c4293b596d795dc8 SHA512 c2255a84172b972168b914343a35e6cff130b99c66b636f0aa7e97ffcad6fe916289dfc5fc2871f9ba466db4e45f8fcf5784824083a91d481e8c1323e6cf9970
+DIST glyphsLib-5.3.2.zip 960327 BLAKE2B 505d14a1e4e4a5cf8e3ea9edb1ed4fd384cc4e5d0bf6874904d45ba227f53202556076e84f3cc68a7b40354c128f71733233c1a95ea66040e0693779c5da38c7 SHA512 fbb09d666cda404a02908cf6b782a2fc986774bd490960bc71bc225260904ea284800018a4b7e326122cc226bdbe5aa9718072e8eeac019eb05c1195c535778a
diff --git a/dev-python/glyphsLib/glyphsLib-5.3.2.ebuild b/dev-python/glyphsLib/glyphsLib-5.3.2.ebuild
new file mode 100644
index 000000000..1e2d086d1
--- /dev/null
+++ b/dev-python/glyphsLib/glyphsLib-5.3.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_8 )
+inherit distutils-r1
+
+DESCRIPTION="A library to provide a bridge from Glyphs source files to UFOs"
+HOMEPAGE="https://github.com/googlei18n/glyphsLib"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
+
+LICENSE="Apache-2.0 MIT"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+RDEPEND="
+ >=dev-python/fonttools-4.14[${PYTHON_USEDEP}]
+ >=dev-python/ufoLib2-0.8[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+ app-arch/unzip
+ dev-python/setuptools_scm[${PYTHON_USEDEP}]
+ test? (
+ dev-python/defcon[${PYTHON_USEDEP}]
+ dev-python/ufoNormalizer[${PYTHON_USEDEP}]
+ >=app-text/xmldiff-2.2[${PYTHON_USEDEP}]
+ )
+"
+
+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] 19+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glyphsLib/
@ 2021-06-14 23:09 Alessandro Barbieri
0 siblings, 0 replies; 19+ messages in thread
From: Alessandro Barbieri @ 2021-06-14 23:09 UTC (permalink / raw
To: gentoo-commits
commit: e371ac8951f9210b4916626f5b64ed21e9d828e7
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Jun 14 22:49:06 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon Jun 14 23:09:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e371ac89
dev-python/glyphsLib: drop 5.3.0
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/glyphsLib/Manifest | 1 -
dev-python/glyphsLib/glyphsLib-5.3.0.ebuild | 38 -----------------------------
2 files changed, 39 deletions(-)
diff --git a/dev-python/glyphsLib/Manifest b/dev-python/glyphsLib/Manifest
index 42e919673..f41e904dd 100644
--- a/dev-python/glyphsLib/Manifest
+++ b/dev-python/glyphsLib/Manifest
@@ -1,2 +1 @@
-DIST glyphsLib-5.3.0.zip 954392 BLAKE2B e7a0df00e8e724ab958f2e4a9c1e68f3aff6e05e9300c86585b8a35d0f38fe0147af21e7470f45ac2655105c0d42c19f940a4db67c16fe06c4293b596d795dc8 SHA512 c2255a84172b972168b914343a35e6cff130b99c66b636f0aa7e97ffcad6fe916289dfc5fc2871f9ba466db4e45f8fcf5784824083a91d481e8c1323e6cf9970
DIST glyphsLib-5.3.2.zip 960327 BLAKE2B 505d14a1e4e4a5cf8e3ea9edb1ed4fd384cc4e5d0bf6874904d45ba227f53202556076e84f3cc68a7b40354c128f71733233c1a95ea66040e0693779c5da38c7 SHA512 fbb09d666cda404a02908cf6b782a2fc986774bd490960bc71bc225260904ea284800018a4b7e326122cc226bdbe5aa9718072e8eeac019eb05c1195c535778a
diff --git a/dev-python/glyphsLib/glyphsLib-5.3.0.ebuild b/dev-python/glyphsLib/glyphsLib-5.3.0.ebuild
deleted file mode 100644
index cd1734989..000000000
--- a/dev-python/glyphsLib/glyphsLib-5.3.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7,8} )
-inherit distutils-r1
-
-DESCRIPTION="A library to provide a bridge from Glyphs source files to UFOs"
-HOMEPAGE="https://github.com/googlei18n/glyphsLib"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
-
-LICENSE="Apache-2.0 MIT"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-
-RDEPEND="
- >=dev-python/fonttools-4.14[${PYTHON_USEDEP}]
- >=dev-python/ufoLib2-0.8[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
- app-arch/unzip
- dev-python/setuptools_scm[${PYTHON_USEDEP}]
- test? (
- dev-python/defcon[${PYTHON_USEDEP}]
- dev-python/ufoNormalizer[${PYTHON_USEDEP}]
- >=app-text/xmldiff-2.2[${PYTHON_USEDEP}]
- )
-"
-
-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] 19+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glyphsLib/
@ 2021-06-19 21:53 Alessandro Barbieri
0 siblings, 0 replies; 19+ messages in thread
From: Alessandro Barbieri @ 2021-06-19 21:53 UTC (permalink / raw
To: gentoo-commits
commit: 9964a255cc3d67d2be0deea0f123d196ecf87309
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Jun 19 21:10:36 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Jun 19 21:53:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9964a255
dev-python/glyphsLib: enable py3.9
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/glyphsLib/glyphsLib-5.3.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/glyphsLib/glyphsLib-5.3.2.ebuild b/dev-python/glyphsLib/glyphsLib-5.3.2.ebuild
index 1e2d086d1..f01689346 100644
--- a/dev-python/glyphsLib/glyphsLib-5.3.2.ebuild
+++ b/dev-python/glyphsLib/glyphsLib-5.3.2.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
DESCRIPTION="A library to provide a bridge from Glyphs source files to UFOs"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glyphsLib/
@ 2021-10-03 22:16 Alessandro Barbieri
0 siblings, 0 replies; 19+ messages in thread
From: Alessandro Barbieri @ 2021-10-03 22:16 UTC (permalink / raw
To: gentoo-commits
commit: bce5a8efef0aaec372069da5192b0f0e54be0d05
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Oct 3 22:13:36 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Oct 3 22:16:39 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bce5a8ef
dev-python/glyphsLib: EAPI bump
Closes: https://bugs.gentoo.org/816120
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
.../glyphsLib/{glyphsLib-5.3.2.ebuild => glyphsLib-5.3.2-r1.ebuild} | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-python/glyphsLib/glyphsLib-5.3.2.ebuild b/dev-python/glyphsLib/glyphsLib-5.3.2-r1.ebuild
similarity index 95%
rename from dev-python/glyphsLib/glyphsLib-5.3.2.ebuild
rename to dev-python/glyphsLib/glyphsLib-5.3.2-r1.ebuild
index f01689346..f52e847f0 100644
--- a/dev-python/glyphsLib/glyphsLib-5.3.2.ebuild
+++ b/dev-python/glyphsLib/glyphsLib-5.3.2-r1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_{8..9} )
+
inherit distutils-r1
DESCRIPTION="A library to provide a bridge from Glyphs source files to UFOs"
@@ -19,7 +19,6 @@ RDEPEND="
>=dev-python/fonttools-4.14[${PYTHON_USEDEP}]
>=dev-python/ufoLib2-0.8[${PYTHON_USEDEP}]
"
-
BDEPEND="
app-arch/unzip
dev-python/setuptools_scm[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glyphsLib/
@ 2022-03-17 1:42 Alessandro Barbieri
0 siblings, 0 replies; 19+ messages in thread
From: Alessandro Barbieri @ 2022-03-17 1:42 UTC (permalink / raw
To: gentoo-commits
commit: a01c6a641815f7f607cf20aa992eedf19bbbe21a
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Mar 17 01:18:54 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Thu Mar 17 01:18:54 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a01c6a64
dev-python/glyphsLib: add 6.0.4
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/glyphsLib/Manifest | 1 +
dev-python/glyphsLib/glyphsLib-6.0.4.ebuild | 37 +++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/dev-python/glyphsLib/Manifest b/dev-python/glyphsLib/Manifest
index f41e904dd..8e6df9be6 100644
--- a/dev-python/glyphsLib/Manifest
+++ b/dev-python/glyphsLib/Manifest
@@ -1 +1,2 @@
DIST glyphsLib-5.3.2.zip 960327 BLAKE2B 505d14a1e4e4a5cf8e3ea9edb1ed4fd384cc4e5d0bf6874904d45ba227f53202556076e84f3cc68a7b40354c128f71733233c1a95ea66040e0693779c5da38c7 SHA512 fbb09d666cda404a02908cf6b782a2fc986774bd490960bc71bc225260904ea284800018a4b7e326122cc226bdbe5aa9718072e8eeac019eb05c1195c535778a
+DIST glyphsLib-6.0.4.tar.gz 31130361 BLAKE2B c53cc57bc001e2a5c0cc229db36767cc240659325cbb0f471c91de54adc805d73a794bb91b8e73400261ccb5ccc79c939b77f5a2fd5fc50a8c30fdc6ea9eb053 SHA512 782dfcccfb29d44c492aed790d8f52d670f4ef36e2285390e47bc799c37aec8037b6c717c923234d2bc43e2132f16a27c70c0448b594b8f64ad1af91bcbc840e
diff --git a/dev-python/glyphsLib/glyphsLib-6.0.4.ebuild b/dev-python/glyphsLib/glyphsLib-6.0.4.ebuild
new file mode 100644
index 000000000..9f7e1f694
--- /dev/null
+++ b/dev-python/glyphsLib/glyphsLib-6.0.4.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A library to provide a bridge from Glyphs source files to UFOs"
+HOMEPAGE="https://github.com/googlei18n/glyphsLib"
+SRC_URI="https://github.com/googlefonts/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0 MIT"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+RDEPEND="
+ >=dev-python/fonttools-4.14[${PYTHON_USEDEP}]
+ >=dev-python/ufoLib2-0.8[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ >=dev-python/setuptools_scm-6.0[${PYTHON_USEDEP}]
+ test? (
+ dev-python/defcon[${PYTHON_USEDEP}]
+ dev-python/ufoNormalizer[${PYTHON_USEDEP}]
+ >=app-text/xmldiff-2.2[${PYTHON_USEDEP}]
+ )
+"
+
+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] 19+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glyphsLib/
@ 2022-03-17 19:29 Ronny Gutbrod
0 siblings, 0 replies; 19+ messages in thread
From: Ronny Gutbrod @ 2022-03-17 19:29 UTC (permalink / raw
To: gentoo-commits
commit: 718e086098a3c5d7ae425ea010b6f81b7f0dcb5a
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Thu Mar 17 18:30:19 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Thu Mar 17 19:27:54 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=718e0860
dev-python/glyphsLib: Fix HOMEPAGE
Old URL was a permanent redirect.
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-python/glyphsLib/glyphsLib-5.3.2-r1.ebuild | 4 ++--
dev-python/glyphsLib/glyphsLib-6.0.4.ebuild | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/glyphsLib/glyphsLib-5.3.2-r1.ebuild b/dev-python/glyphsLib/glyphsLib-5.3.2-r1.ebuild
index f52e847f0..49df4449e 100644
--- a/dev-python/glyphsLib/glyphsLib-5.3.2-r1.ebuild
+++ b/dev-python/glyphsLib/glyphsLib-5.3.2-r1.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
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
DESCRIPTION="A library to provide a bridge from Glyphs source files to UFOs"
-HOMEPAGE="https://github.com/googlei18n/glyphsLib"
+HOMEPAGE="https://github.com/googlefonts/glyphsLib"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
LICENSE="Apache-2.0 MIT"
diff --git a/dev-python/glyphsLib/glyphsLib-6.0.4.ebuild b/dev-python/glyphsLib/glyphsLib-6.0.4.ebuild
index 9f7e1f694..7c36b733b 100644
--- a/dev-python/glyphsLib/glyphsLib-6.0.4.ebuild
+++ b/dev-python/glyphsLib/glyphsLib-6.0.4.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
DESCRIPTION="A library to provide a bridge from Glyphs source files to UFOs"
-HOMEPAGE="https://github.com/googlei18n/glyphsLib"
+HOMEPAGE="https://github.com/googlefonts/glyphsLib"
SRC_URI="https://github.com/googlefonts/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0 MIT"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glyphsLib/
@ 2022-03-18 9:55 Alessandro Barbieri
0 siblings, 0 replies; 19+ messages in thread
From: Alessandro Barbieri @ 2022-03-18 9:55 UTC (permalink / raw
To: gentoo-commits
commit: de8da4b5e4cb20d745d47d6d03ffa49fa0e5bf91
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Mar 18 09:54:42 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri Mar 18 09:54:42 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=de8da4b5
dev-python/glyphsLib: version to scm
Bug: https://bugs.gentoo.org/835554
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/glyphsLib/glyphsLib-6.0.4.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/glyphsLib/glyphsLib-6.0.4.ebuild b/dev-python/glyphsLib/glyphsLib-6.0.4.ebuild
index 7c36b733b..2c2026ebe 100644
--- a/dev-python/glyphsLib/glyphsLib-6.0.4.ebuild
+++ b/dev-python/glyphsLib/glyphsLib-6.0.4.ebuild
@@ -32,6 +32,7 @@ BDEPEND="
distutils_enable_tests pytest
python_prepare_all() {
+ export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}"
sed -e '/\<wheel\>/d' -i setup.cfg
distutils-r1_python_prepare_all
}
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glyphsLib/
@ 2022-03-24 14:23 Alessandro Barbieri
0 siblings, 0 replies; 19+ messages in thread
From: Alessandro Barbieri @ 2022-03-24 14:23 UTC (permalink / raw
To: gentoo-commits
commit: f0ead206b23902ff7a4fc349e5f2f12703fef909
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Mar 24 14:23:00 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Thu Mar 24 14:23:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f0ead206
dev-python/glyphsLib: unkeyword 6.0.4 for ~x86
Closes: https://bugs.gentoo.org/835884
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/glyphsLib/glyphsLib-6.0.4.ebuild | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/dev-python/glyphsLib/glyphsLib-6.0.4.ebuild b/dev-python/glyphsLib/glyphsLib-6.0.4.ebuild
index 2c2026ebe..6ccf9af77 100644
--- a/dev-python/glyphsLib/glyphsLib-6.0.4.ebuild
+++ b/dev-python/glyphsLib/glyphsLib-6.0.4.ebuild
@@ -13,15 +13,20 @@ HOMEPAGE="https://github.com/googlefonts/glyphsLib"
SRC_URI="https://github.com/googlefonts/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0 MIT"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
SLOT="0"
RDEPEND="
- >=dev-python/fonttools-4.14[${PYTHON_USEDEP}]
- >=dev-python/ufoLib2-0.8[${PYTHON_USEDEP}]
+ >=dev-python/fonttools-4.27.1[${PYTHON_USEDEP}]
+ >=dev-python/ufoLib2-0.6.2[${PYTHON_USEDEP}]
+ >=dev-python/openstep-plist-0.3.0[${PYTHON_USEDEP}]
"
-BDEPEND="
+DEPEND="
+ ${RDEPEND}
>=dev-python/setuptools_scm-6.0[${PYTHON_USEDEP}]
+ dev-python/wheel[${PYTHON_USEDEP}]
+"
+BDEPEND="
test? (
dev-python/defcon[${PYTHON_USEDEP}]
dev-python/ufoNormalizer[${PYTHON_USEDEP}]
@@ -33,6 +38,5 @@ distutils_enable_tests pytest
python_prepare_all() {
export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}"
- sed -e '/\<wheel\>/d' -i setup.cfg
distutils-r1_python_prepare_all
}
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glyphsLib/
@ 2022-03-26 9:23 Alessandro Barbieri
0 siblings, 0 replies; 19+ messages in thread
From: Alessandro Barbieri @ 2022-03-26 9:23 UTC (permalink / raw
To: gentoo-commits
commit: 3448f25e39d79e81ce8c1f17a6cbf3b74c6b1f89
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Mar 26 07:53:57 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Mar 26 07:53:57 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3448f25e
dev-python/glyphsLib: ufo2ft as testdep
Closes: https://bugs.gentoo.org/836150
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/glyphsLib/glyphsLib-6.0.4.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/glyphsLib/glyphsLib-6.0.4.ebuild b/dev-python/glyphsLib/glyphsLib-6.0.4.ebuild
index 6ccf9af77..82ab32585 100644
--- a/dev-python/glyphsLib/glyphsLib-6.0.4.ebuild
+++ b/dev-python/glyphsLib/glyphsLib-6.0.4.ebuild
@@ -30,6 +30,7 @@ BDEPEND="
test? (
dev-python/defcon[${PYTHON_USEDEP}]
dev-python/ufoNormalizer[${PYTHON_USEDEP}]
+ dev-python/ufo2ft[${PYTHON_USEDEP}]
>=app-text/xmldiff-2.2[${PYTHON_USEDEP}]
)
"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glyphsLib/
@ 2022-05-06 0:36 Alessandro Barbieri
0 siblings, 0 replies; 19+ messages in thread
From: Alessandro Barbieri @ 2022-05-06 0:36 UTC (permalink / raw
To: gentoo-commits
commit: 10a4becb01a0af81dbc5f9b31133bc23c8bf1ce1
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri May 6 00:08:47 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri May 6 00:08:47 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=10a4becb
dev-python/glyphsLib: add 6.0.5, drop 5.3.2-r1
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/glyphsLib/Manifest | 2 +-
...phsLib-5.3.2-r1.ebuild => glyphsLib-6.0.5.ebuild} | 20 +++++++++++++-------
2 files changed, 14 insertions(+), 8 deletions(-)
diff --git a/dev-python/glyphsLib/Manifest b/dev-python/glyphsLib/Manifest
index 8e6df9be6..3903580d8 100644
--- a/dev-python/glyphsLib/Manifest
+++ b/dev-python/glyphsLib/Manifest
@@ -1,2 +1,2 @@
-DIST glyphsLib-5.3.2.zip 960327 BLAKE2B 505d14a1e4e4a5cf8e3ea9edb1ed4fd384cc4e5d0bf6874904d45ba227f53202556076e84f3cc68a7b40354c128f71733233c1a95ea66040e0693779c5da38c7 SHA512 fbb09d666cda404a02908cf6b782a2fc986774bd490960bc71bc225260904ea284800018a4b7e326122cc226bdbe5aa9718072e8eeac019eb05c1195c535778a
DIST glyphsLib-6.0.4.tar.gz 31130361 BLAKE2B c53cc57bc001e2a5c0cc229db36767cc240659325cbb0f471c91de54adc805d73a794bb91b8e73400261ccb5ccc79c939b77f5a2fd5fc50a8c30fdc6ea9eb053 SHA512 782dfcccfb29d44c492aed790d8f52d670f4ef36e2285390e47bc799c37aec8037b6c717c923234d2bc43e2132f16a27c70c0448b594b8f64ad1af91bcbc840e
+DIST glyphsLib-6.0.5.tar.gz 31132348 BLAKE2B 7c4dbaac9db5142421e9b9785f363f6a8af3923f62b2c635d22072ce7a60a3c775371d7c1f75410509bb072e81cb1922e4d294fa2eb4b68c5fd67859c949f058 SHA512 71c371fac446f313c373923d3fcd675e3007ab9ffddf7bb0540a305c6412fcfccc7be90208398e8238d4774b40488b819517cbf170b789ad276168ac416b9c06
diff --git a/dev-python/glyphsLib/glyphsLib-5.3.2-r1.ebuild b/dev-python/glyphsLib/glyphsLib-6.0.5.ebuild
similarity index 54%
rename from dev-python/glyphsLib/glyphsLib-5.3.2-r1.ebuild
rename to dev-python/glyphsLib/glyphsLib-6.0.5.ebuild
index 49df4449e..82ab32585 100644
--- a/dev-python/glyphsLib/glyphsLib-5.3.2-r1.ebuild
+++ b/dev-python/glyphsLib/glyphsLib-6.0.5.ebuild
@@ -3,28 +3,34 @@
EAPI=8
+DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
DESCRIPTION="A library to provide a bridge from Glyphs source files to UFOs"
HOMEPAGE="https://github.com/googlefonts/glyphsLib"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
+SRC_URI="https://github.com/googlefonts/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0 MIT"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
SLOT="0"
RDEPEND="
- >=dev-python/fonttools-4.14[${PYTHON_USEDEP}]
- >=dev-python/ufoLib2-0.8[${PYTHON_USEDEP}]
+ >=dev-python/fonttools-4.27.1[${PYTHON_USEDEP}]
+ >=dev-python/ufoLib2-0.6.2[${PYTHON_USEDEP}]
+ >=dev-python/openstep-plist-0.3.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+ ${RDEPEND}
+ >=dev-python/setuptools_scm-6.0[${PYTHON_USEDEP}]
+ dev-python/wheel[${PYTHON_USEDEP}]
"
BDEPEND="
- app-arch/unzip
- dev-python/setuptools_scm[${PYTHON_USEDEP}]
test? (
dev-python/defcon[${PYTHON_USEDEP}]
dev-python/ufoNormalizer[${PYTHON_USEDEP}]
+ dev-python/ufo2ft[${PYTHON_USEDEP}]
>=app-text/xmldiff-2.2[${PYTHON_USEDEP}]
)
"
@@ -32,6 +38,6 @@ BDEPEND="
distutils_enable_tests pytest
python_prepare_all() {
- sed -e '/\<wheel\>/d' -i setup.cfg
+ export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}"
distutils-r1_python_prepare_all
}
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glyphsLib/
@ 2022-05-30 23:04 Alessandro Barbieri
0 siblings, 0 replies; 19+ messages in thread
From: Alessandro Barbieri @ 2022-05-30 23:04 UTC (permalink / raw
To: gentoo-commits
commit: 45fa1c5c3a229e4e83e12e0a2e8b824a916afbb2
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon May 30 23:00:08 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon May 30 23:04:23 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=45fa1c5c
dev-python/glyphsLib: drop 6.0.4
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/glyphsLib/Manifest | 1 -
dev-python/glyphsLib/glyphsLib-6.0.4.ebuild | 43 -----------------------------
2 files changed, 44 deletions(-)
diff --git a/dev-python/glyphsLib/Manifest b/dev-python/glyphsLib/Manifest
index 3903580d8..3ac7f10fb 100644
--- a/dev-python/glyphsLib/Manifest
+++ b/dev-python/glyphsLib/Manifest
@@ -1,2 +1 @@
-DIST glyphsLib-6.0.4.tar.gz 31130361 BLAKE2B c53cc57bc001e2a5c0cc229db36767cc240659325cbb0f471c91de54adc805d73a794bb91b8e73400261ccb5ccc79c939b77f5a2fd5fc50a8c30fdc6ea9eb053 SHA512 782dfcccfb29d44c492aed790d8f52d670f4ef36e2285390e47bc799c37aec8037b6c717c923234d2bc43e2132f16a27c70c0448b594b8f64ad1af91bcbc840e
DIST glyphsLib-6.0.5.tar.gz 31132348 BLAKE2B 7c4dbaac9db5142421e9b9785f363f6a8af3923f62b2c635d22072ce7a60a3c775371d7c1f75410509bb072e81cb1922e4d294fa2eb4b68c5fd67859c949f058 SHA512 71c371fac446f313c373923d3fcd675e3007ab9ffddf7bb0540a305c6412fcfccc7be90208398e8238d4774b40488b819517cbf170b789ad276168ac416b9c06
diff --git a/dev-python/glyphsLib/glyphsLib-6.0.4.ebuild b/dev-python/glyphsLib/glyphsLib-6.0.4.ebuild
deleted file mode 100644
index 82ab32585..000000000
--- a/dev-python/glyphsLib/glyphsLib-6.0.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="A library to provide a bridge from Glyphs source files to UFOs"
-HOMEPAGE="https://github.com/googlefonts/glyphsLib"
-SRC_URI="https://github.com/googlefonts/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0 MIT"
-KEYWORDS="~amd64"
-SLOT="0"
-
-RDEPEND="
- >=dev-python/fonttools-4.27.1[${PYTHON_USEDEP}]
- >=dev-python/ufoLib2-0.6.2[${PYTHON_USEDEP}]
- >=dev-python/openstep-plist-0.3.0[${PYTHON_USEDEP}]
-"
-DEPEND="
- ${RDEPEND}
- >=dev-python/setuptools_scm-6.0[${PYTHON_USEDEP}]
- dev-python/wheel[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/defcon[${PYTHON_USEDEP}]
- dev-python/ufoNormalizer[${PYTHON_USEDEP}]
- dev-python/ufo2ft[${PYTHON_USEDEP}]
- >=app-text/xmldiff-2.2[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
- export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}"
- distutils-r1_python_prepare_all
-}
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glyphsLib/
@ 2022-05-30 23:04 Alessandro Barbieri
0 siblings, 0 replies; 19+ messages in thread
From: Alessandro Barbieri @ 2022-05-30 23:04 UTC (permalink / raw
To: gentoo-commits
commit: 6802df663b7b7b2b965b0746a1de20deea725742
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon May 30 23:00:34 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon May 30 23:04:23 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6802df66
dev-python/glyphsLib: update SRC_URI
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/glyphsLib/Manifest | 2 +-
dev-python/glyphsLib/glyphsLib-6.0.5.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/glyphsLib/Manifest b/dev-python/glyphsLib/Manifest
index 3ac7f10fb..7dbcf21e9 100644
--- a/dev-python/glyphsLib/Manifest
+++ b/dev-python/glyphsLib/Manifest
@@ -1 +1 @@
-DIST glyphsLib-6.0.5.tar.gz 31132348 BLAKE2B 7c4dbaac9db5142421e9b9785f363f6a8af3923f62b2c635d22072ce7a60a3c775371d7c1f75410509bb072e81cb1922e4d294fa2eb4b68c5fd67859c949f058 SHA512 71c371fac446f313c373923d3fcd675e3007ab9ffddf7bb0540a305c6412fcfccc7be90208398e8238d4774b40488b819517cbf170b789ad276168ac416b9c06
+DIST glyphsLib-6.0.5.gh.tar.gz 31132348 BLAKE2B 7c4dbaac9db5142421e9b9785f363f6a8af3923f62b2c635d22072ce7a60a3c775371d7c1f75410509bb072e81cb1922e4d294fa2eb4b68c5fd67859c949f058 SHA512 71c371fac446f313c373923d3fcd675e3007ab9ffddf7bb0540a305c6412fcfccc7be90208398e8238d4774b40488b819517cbf170b789ad276168ac416b9c06
diff --git a/dev-python/glyphsLib/glyphsLib-6.0.5.ebuild b/dev-python/glyphsLib/glyphsLib-6.0.5.ebuild
index 82ab32585..5cc7920a6 100644
--- a/dev-python/glyphsLib/glyphsLib-6.0.5.ebuild
+++ b/dev-python/glyphsLib/glyphsLib-6.0.5.ebuild
@@ -10,7 +10,7 @@ inherit distutils-r1
DESCRIPTION="A library to provide a bridge from Glyphs source files to UFOs"
HOMEPAGE="https://github.com/googlefonts/glyphsLib"
-SRC_URI="https://github.com/googlefonts/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/googlefonts/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="Apache-2.0 MIT"
KEYWORDS="~amd64"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glyphsLib/
@ 2022-06-01 5:03 Anna Vyalkova
0 siblings, 0 replies; 19+ messages in thread
From: Anna Vyalkova @ 2022-06-01 5:03 UTC (permalink / raw
To: gentoo-commits
commit: bfb2c84a0e216716236d0c072aa0c748b7ac4e00
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Jun 1 04:06:58 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Wed Jun 1 05:02:47 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bfb2c84a
dev-python/glyphsLib: enable py3.10
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/glyphsLib/glyphsLib-6.0.5.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/glyphsLib/glyphsLib-6.0.5.ebuild b/dev-python/glyphsLib/glyphsLib-6.0.5.ebuild
index 5cc7920a6..801c1ca24 100644
--- a/dev-python/glyphsLib/glyphsLib-6.0.5.ebuild
+++ b/dev-python/glyphsLib/glyphsLib-6.0.5.ebuild
@@ -4,8 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..9} )
-
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="A library to provide a bridge from Glyphs source files to UFOs"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glyphsLib/
@ 2023-05-04 2:02 Anna Vyalkova
0 siblings, 0 replies; 19+ messages in thread
From: Anna Vyalkova @ 2023-05-04 2:02 UTC (permalink / raw
To: gentoo-commits
commit: 6ba4e33f49155d40841d64ffa1979d850a5f5336
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu May 4 01:59:08 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu May 4 01:59:08 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6ba4e33f
dev-python/glyphsLib: add 6.2.2
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/glyphsLib/Manifest | 1 +
dev-python/glyphsLib/glyphsLib-6.2.2.ebuild | 38 +++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/dev-python/glyphsLib/Manifest b/dev-python/glyphsLib/Manifest
index 7dbcf21e9..9e7ba881e 100644
--- a/dev-python/glyphsLib/Manifest
+++ b/dev-python/glyphsLib/Manifest
@@ -1 +1,2 @@
DIST glyphsLib-6.0.5.gh.tar.gz 31132348 BLAKE2B 7c4dbaac9db5142421e9b9785f363f6a8af3923f62b2c635d22072ce7a60a3c775371d7c1f75410509bb072e81cb1922e4d294fa2eb4b68c5fd67859c949f058 SHA512 71c371fac446f313c373923d3fcd675e3007ab9ffddf7bb0540a305c6412fcfccc7be90208398e8238d4774b40488b819517cbf170b789ad276168ac416b9c06
+DIST glyphsLib-6.2.2.tar.gz 25796492 BLAKE2B 6f6a884e7aa6ad4d15fb16f7079646f15ac66fe61432a9f981f038edc408b934eb87b09090a8a81de1ba24935981449abafcb59d975d0b4a4dec1022edf24fbd SHA512 418bf15e71cc7fcbdbfefd462c2c56178ebdae312cbc4ffe16f4d3d1673e86bf61f72a1d52656764dd7181ced5547fe934178ff51fac43b1ae2473b55373ae1e
diff --git a/dev-python/glyphsLib/glyphsLib-6.2.2.ebuild b/dev-python/glyphsLib/glyphsLib-6.2.2.ebuild
new file mode 100644
index 000000000..224d9c76e
--- /dev/null
+++ b/dev-python/glyphsLib/glyphsLib-6.2.2.ebuild
@@ -0,0 +1,38 @@
+# 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 pypi
+
+DESCRIPTION="A bridge from Glyphs source files (.glyphs) to UFOs"
+HOMEPAGE="
+ https://pypi.org/project/glyphsLib/
+ https://github.com/googlefonts/glyphsLib
+"
+
+LICENSE="Apache-2.0 MIT"
+KEYWORDS="~amd64"
+SLOT="0"
+
+RDEPEND="
+ >=dev-python/fonttools-4.38.0[${PYTHON_USEDEP}]
+ >=dev-python/fs-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/ufoLib2-0.6.2[${PYTHON_USEDEP}]
+ >=dev-python/openstep-plist-0.3.0[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep \
+ 'dev-python/unicodedata2[${PYTHON_USEDEP}]' 3.10)
+"
+BDEPEND="
+ test? (
+ >=app-text/xmldiff-2.2[${PYTHON_USEDEP}]
+ dev-python/defcon[${PYTHON_USEDEP}]
+ dev-python/ufoNormalizer[${PYTHON_USEDEP}]
+ dev-python/ufo2ft[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glyphsLib/
@ 2023-05-09 15:26 Anna Vyalkova
0 siblings, 0 replies; 19+ messages in thread
From: Anna Vyalkova @ 2023-05-09 15:26 UTC (permalink / raw
To: gentoo-commits
commit: 965f7fd19e661ceb43c5c69dc171f5676ef04e65
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue May 9 14:39:01 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue May 9 14:39:01 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=965f7fd1
dev-python/glyphsLib: drop 6.0.5
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/glyphsLib/Manifest | 1 -
dev-python/glyphsLib/glyphsLib-6.0.5.ebuild | 42 -----------------------------
2 files changed, 43 deletions(-)
diff --git a/dev-python/glyphsLib/Manifest b/dev-python/glyphsLib/Manifest
index 9e7ba881e..060c3f08d 100644
--- a/dev-python/glyphsLib/Manifest
+++ b/dev-python/glyphsLib/Manifest
@@ -1,2 +1 @@
-DIST glyphsLib-6.0.5.gh.tar.gz 31132348 BLAKE2B 7c4dbaac9db5142421e9b9785f363f6a8af3923f62b2c635d22072ce7a60a3c775371d7c1f75410509bb072e81cb1922e4d294fa2eb4b68c5fd67859c949f058 SHA512 71c371fac446f313c373923d3fcd675e3007ab9ffddf7bb0540a305c6412fcfccc7be90208398e8238d4774b40488b819517cbf170b789ad276168ac416b9c06
DIST glyphsLib-6.2.2.tar.gz 25796492 BLAKE2B 6f6a884e7aa6ad4d15fb16f7079646f15ac66fe61432a9f981f038edc408b934eb87b09090a8a81de1ba24935981449abafcb59d975d0b4a4dec1022edf24fbd SHA512 418bf15e71cc7fcbdbfefd462c2c56178ebdae312cbc4ffe16f4d3d1673e86bf61f72a1d52656764dd7181ced5547fe934178ff51fac43b1ae2473b55373ae1e
diff --git a/dev-python/glyphsLib/glyphsLib-6.0.5.ebuild b/dev-python/glyphsLib/glyphsLib-6.0.5.ebuild
deleted file mode 100644
index 816f26e5b..000000000
--- a/dev-python/glyphsLib/glyphsLib-6.0.5.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_10 )
-inherit distutils-r1
-
-DESCRIPTION="A library to provide a bridge from Glyphs source files to UFOs"
-HOMEPAGE="https://github.com/googlefonts/glyphsLib"
-SRC_URI="https://github.com/googlefonts/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="Apache-2.0 MIT"
-KEYWORDS="~amd64"
-SLOT="0"
-
-RDEPEND="
- >=dev-python/fonttools-4.27.1[${PYTHON_USEDEP}]
- >=dev-python/ufoLib2-0.6.2[${PYTHON_USEDEP}]
- >=dev-python/openstep-plist-0.3.0[${PYTHON_USEDEP}]
-"
-DEPEND="
- ${RDEPEND}
- >=dev-python/setuptools-scm-6.0[${PYTHON_USEDEP}]
- dev-python/wheel[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/defcon[${PYTHON_USEDEP}]
- dev-python/ufoNormalizer[${PYTHON_USEDEP}]
- dev-python/ufo2ft[${PYTHON_USEDEP}]
- >=app-text/xmldiff-2.2[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
- export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}"
- distutils-r1_python_prepare_all
-}
^ permalink raw reply related [flat|nested] 19+ messages in thread
end of thread, other threads:[~2023-05-09 15:26 UTC | newest]
Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-06 0:36 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glyphsLib/ Alessandro Barbieri
-- strict thread matches above, loose matches on Subject: below --
2023-05-09 15:26 Anna Vyalkova
2023-05-04 2:02 Anna Vyalkova
2022-06-01 5:03 Anna Vyalkova
2022-05-30 23:04 Alessandro Barbieri
2022-05-30 23:04 Alessandro Barbieri
2022-03-26 9:23 Alessandro Barbieri
2022-03-24 14:23 Alessandro Barbieri
2022-03-18 9:55 Alessandro Barbieri
2022-03-17 19:29 Ronny Gutbrod
2022-03-17 1:42 Alessandro Barbieri
2021-10-03 22:16 Alessandro Barbieri
2021-06-19 21:53 Alessandro Barbieri
2021-06-14 23:09 Alessandro Barbieri
2021-06-14 2:27 Alessandro Barbieri
2021-05-05 7:32 Alessandro Barbieri
2021-03-28 9:55 Andrew Ammerlaan
2021-02-22 1:54 Alessandro Barbieri
2020-12-12 15:35 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox