[gentoo-commits] repo/proj/guru:master commit in: dev-python/glyphsLib/

2022-06-01 Thread Andrew Ammerlaan
commit: bfb2c84a0e216716236d0c072aa0c748b7ac4e00
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Wed Jun  1 04:06:58 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Jun  1 05:02:47 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bfb2c84a

dev-python/glyphsLib: enable py3.10

Signed-off-by: Anna (cybertailor) Vyalkova  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"



[gentoo-commits] repo/proj/guru:master commit in: dev-python/glyphsLib/

2022-03-26 Thread Andrew Ammerlaan
commit: 3448f25e39d79e81ce8c1f17a6cbf3b74c6b1f89
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Mar 26 07:53:57 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sat Mar 26 07:53:57 2022 +
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  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}]
)
 "



[gentoo-commits] repo/proj/guru:master commit in: dev-python/glyphsLib/

2022-03-25 Thread Ronny Gutbrod
commit: f0ead206b23902ff7a4fc349e5f2f12703fef909
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu Mar 24 14:23:00 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Thu Mar 24 14:23:39 2022 +
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  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 '/\/d' -i setup.cfg
distutils-r1_python_prepare_all
 }



[gentoo-commits] repo/proj/guru:master commit in: dev-python/glyphsLib/

2022-03-23 Thread Ronny Gutbrod
commit: de8da4b5e4cb20d745d47d6d03ffa49fa0e5bf91
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Mar 18 09:54:42 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Fri Mar 18 09:54:42 2022 +
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  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 '/\/d' -i setup.cfg
distutils-r1_python_prepare_all
 }



[gentoo-commits] repo/proj/guru:master commit in: dev-python/glyphsLib/

2022-03-18 Thread Arthur Zamarin
commit: 718e086098a3c5d7ae425ea010b6f81b7f0dcb5a
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Thu Mar 17 18:30:19 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Mar 17 19:27:54 2022 +
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  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"



[gentoo-commits] repo/proj/guru:master commit in: dev-python/glyphsLib/

2021-06-19 Thread Theo Anderson
commit: 9964a255cc3d67d2be0deea0f123d196ecf87309
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jun 19 21:10:36 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sat Jun 19 21:53:04 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9964a255

dev-python/glyphsLib: enable py3.9

Signed-off-by: Alessandro Barbieri  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"



[gentoo-commits] repo/proj/guru:master commit in: dev-python/glyphsLib/

2021-06-15 Thread Andrew Ammerlaan
commit: e371ac8951f9210b4916626f5b64ed21e9d828e7
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Jun 14 22:49:06 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon Jun 14 23:09:42 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e371ac89

dev-python/glyphsLib: drop 5.3.0

Signed-off-by: Alessandro Barbieri  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..0
--- 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 '/\/d' -i setup.cfg
-   distutils-r1_python_prepare_all
-}



[gentoo-commits] repo/proj/guru:master commit in: dev-python/glyphsLib/

2021-05-05 Thread Andrew Ammerlaan
commit: 750a4d055b9b7cf3414c4db9f870130763ea3dda
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed May  5 07:24:33 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Wed May  5 07:32:52 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=750a4d05

dev-python/glyphsLib: comaintainers welcome

Signed-off-by: Alessandro Barbieri  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 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

+   co-maintainers welcome
lssndrbarbi...@gmail.com
Alessandro Barbieri




[gentoo-commits] repo/proj/guru:master commit in: dev-python/glyphsLib/

2021-02-24 Thread Andrew Ammerlaan
commit: c251badbddfcfbe7880daaae4c2a7122167397c1
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Feb 22 01:43:37 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Feb 22 01:43:37 2021 +
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  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 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
-
 
-   
+   
+   lssndrbarbi...@gmail.com
+   Alessandro Barbieri
+   
+   
+This Python 3.6+ library provides a bridge from Glyphs source files (.glyphs) 
to UFOs and Designspace files via defcon and designspaceLib.
+   
+   
+   
https://github.com/googlefonts/glyphsLib/issues
+   
+   jame...@google.com
+   James Godfrey-Kittle
+   
+   googlefonts/glyphsLib
+   glyphsLib
+