* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ufo2ft/files/, dev-python/ufo2ft/
@ 2020-12-18 19:26 Andrew Ammerlaan
2020-12-18 19:55 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
0 siblings, 1 reply; 2+ messages in thread
From: Andrew Ammerlaan @ 2020-12-18 19:26 UTC (permalink / raw
To: gentoo-commits
commit: 4bcba0aa5e001d86b41af86e3c5c34152e1cd316
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Dec 18 19:26:33 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Dec 18 19:26:33 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4bcba0aa
dev-python/ufo2ft: version bump 2.19.1
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/ufo2ft/Manifest | 2 +-
dev-python/ufo2ft/files/ufo2ft-exportedglyphs.diff | 20 --------------------
dev-python/ufo2ft/files/ufo2ft-heightfallback.diff | 11 -----------
.../{ufo2ft-2.13.0.ebuild => ufo2ft-2.19.1.ebuild} | 22 +++++++++-------------
4 files changed, 10 insertions(+), 45 deletions(-)
diff --git a/dev-python/ufo2ft/Manifest b/dev-python/ufo2ft/Manifest
index 99958e98..e2beaf53 100644
--- a/dev-python/ufo2ft/Manifest
+++ b/dev-python/ufo2ft/Manifest
@@ -1 +1 @@
-DIST ufo2ft-2.13.0.zip 243638 BLAKE2B dba3c08ede255fc62e1d69308d7bdcad907ab3de2a8de1462d7cf3733e05e6c457a334f556a754ca9e646ff70ad9f7bd5423896cb0f963f60cd01d3ac43d9e06 SHA512 a236d68073e42471cf9f5794b19cd12dfe885c91e2236216f7112b7a2264bce95313699f19482c4ac2dc65d75ee9bd83a0a773e9ea87f6ed6c9e30929960b7e4
+DIST ufo2ft-2.19.1.zip 313131 BLAKE2B a0972beb5a94ee3f1cb3dcf5cb6ecf210543afe752aed6bf008d5674d10077a4bdc93cc4c3d5bea33ca140584b1ac7400f4bdb19ce721512ccd92f915800840b SHA512 6a26bfb1a1598770e2c40855d8ed2de16f9f1b678df6d673cc205f7c03212ce894e475c77d92f3602eead6c5f8789000d5d51ded711be91d75a5a74954f31f84
diff --git a/dev-python/ufo2ft/files/ufo2ft-exportedglyphs.diff b/dev-python/ufo2ft/files/ufo2ft-exportedglyphs.diff
deleted file mode 100644
index cb5e5472..00000000
--- a/dev-python/ufo2ft/files/ufo2ft-exportedglyphs.diff
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/Lib/ufo2ft/filters/__init__.py
-+++ b/Lib/ufo2ft/filters/__init__.py
-@@ -9,6 +9,7 @@ import importlib
- from fontTools.misc.loggingTools import Timer
- from ufo2ft.util import _LazyFontName, _GlyphSet
- from ufo2ft.constants import FILTERS_KEY as UFO2FT_FILTERS_KEY # keep previous name
-+from glyphsLib.builder.constants import GLYPHLIB_PREFIX
-
-
- logger = logging.getLogger(__name__)
-@@ -205,7 +206,8 @@ class BaseFilter(object):
- if glyphName in modified:
- continue
- glyph = glyphSet[glyphName]
-- if include(glyph) and filter_(glyph):
-+ if glyph.lib.get(GLYPHLIB_PREFIX+'Export', True) and \
-+ include(glyph) and filter_(glyph):
- modified.add(glyphName)
-
- num = len(modified)
diff --git a/dev-python/ufo2ft/files/ufo2ft-heightfallback.diff b/dev-python/ufo2ft/files/ufo2ft-heightfallback.diff
deleted file mode 100644
index 53d7a001..00000000
--- a/dev-python/ufo2ft/files/ufo2ft-heightfallback.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/Lib/ufo2ft/fontInfoData.py
-+++ b/Lib/ufo2ft/fontInfoData.py
-@@ -251,6 +251,8 @@ staticFallbackData = dict(
- copyright=None,
- trademark=None,
- italicAngle=0,
-+ xHeight=0,
-+ capHeight=0,
- # not needed
- year=None,
- note=None,
diff --git a/dev-python/ufo2ft/ufo2ft-2.13.0.ebuild b/dev-python/ufo2ft/ufo2ft-2.19.1.ebuild
similarity index 89%
rename from dev-python/ufo2ft/ufo2ft-2.13.0.ebuild
rename to dev-python/ufo2ft/ufo2ft-2.19.1.ebuild
index 40e7a788..27f92f65 100644
--- a/dev-python/ufo2ft/ufo2ft-2.13.0.ebuild
+++ b/dev-python/ufo2ft/ufo2ft-2.19.1.ebuild
@@ -3,23 +3,21 @@
EAPI="7"
-PYTHON_COMPAT=( python3_7 )
+PYTHON_COMPAT=( python3_{7,8} )
inherit distutils-r1
+DESCRIPTION="A bridge from UFOs to FontTool objects"
+HOMEPAGE="https://github.com/googlefonts/ufo2ft"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip"
+
#26 failed tests
RESTRICT="test"
-KEYWORDS="~amd64"
-
-DESCRIPTION="A bridge from UFOs to FontTool objects"
-HOMEPAGE="https://github.com/googlefonts/ufo2ft"
LICENSE="MIT"
+KEYWORDS="~amd64"
SLOT="0"
-PATCHES=( "${FILESDIR}/${PN}-exportedglyphs.diff" )
-
RDEPEND="
>=dev-python/booleanOperations-0.9.0[${PYTHON_USEDEP}]
>=dev-python/compreffor-0.4.6[${PYTHON_USEDEP}]
@@ -29,15 +27,13 @@ RDEPEND="
>=dev-python/skia-pathops-0.2.0[${PYTHON_USEDEP}]
>=dev-python/ufoLib2-0.5.1[${PYTHON_USEDEP}]
"
-DEPEND="
- ${RDEPEND}
- test? (
- dev-python/glyphsLib[${PYTHON_USEDEP}]
- )
-"
+
BDEPEND="
app-arch/unzip
dev-python/setuptools_scm[${PYTHON_USEDEP}]
+ test? (
+ dev-python/glyphsLib[${PYTHON_USEDEP}]
+ )
"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/ufo2ft/files/, dev-python/ufo2ft/
2020-12-18 19:26 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ufo2ft/files/, dev-python/ufo2ft/ Andrew Ammerlaan
@ 2020-12-18 19:55 ` Andrew Ammerlaan
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2020-12-18 19:55 UTC (permalink / raw
To: gentoo-commits
commit: 4bcba0aa5e001d86b41af86e3c5c34152e1cd316
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Dec 18 19:26:33 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Dec 18 19:26:33 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4bcba0aa
dev-python/ufo2ft: version bump 2.19.1
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/ufo2ft/Manifest | 2 +-
dev-python/ufo2ft/files/ufo2ft-exportedglyphs.diff | 20 --------------------
dev-python/ufo2ft/files/ufo2ft-heightfallback.diff | 11 -----------
.../{ufo2ft-2.13.0.ebuild => ufo2ft-2.19.1.ebuild} | 22 +++++++++-------------
4 files changed, 10 insertions(+), 45 deletions(-)
diff --git a/dev-python/ufo2ft/Manifest b/dev-python/ufo2ft/Manifest
index 99958e98..e2beaf53 100644
--- a/dev-python/ufo2ft/Manifest
+++ b/dev-python/ufo2ft/Manifest
@@ -1 +1 @@
-DIST ufo2ft-2.13.0.zip 243638 BLAKE2B dba3c08ede255fc62e1d69308d7bdcad907ab3de2a8de1462d7cf3733e05e6c457a334f556a754ca9e646ff70ad9f7bd5423896cb0f963f60cd01d3ac43d9e06 SHA512 a236d68073e42471cf9f5794b19cd12dfe885c91e2236216f7112b7a2264bce95313699f19482c4ac2dc65d75ee9bd83a0a773e9ea87f6ed6c9e30929960b7e4
+DIST ufo2ft-2.19.1.zip 313131 BLAKE2B a0972beb5a94ee3f1cb3dcf5cb6ecf210543afe752aed6bf008d5674d10077a4bdc93cc4c3d5bea33ca140584b1ac7400f4bdb19ce721512ccd92f915800840b SHA512 6a26bfb1a1598770e2c40855d8ed2de16f9f1b678df6d673cc205f7c03212ce894e475c77d92f3602eead6c5f8789000d5d51ded711be91d75a5a74954f31f84
diff --git a/dev-python/ufo2ft/files/ufo2ft-exportedglyphs.diff b/dev-python/ufo2ft/files/ufo2ft-exportedglyphs.diff
deleted file mode 100644
index cb5e5472..00000000
--- a/dev-python/ufo2ft/files/ufo2ft-exportedglyphs.diff
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/Lib/ufo2ft/filters/__init__.py
-+++ b/Lib/ufo2ft/filters/__init__.py
-@@ -9,6 +9,7 @@ import importlib
- from fontTools.misc.loggingTools import Timer
- from ufo2ft.util import _LazyFontName, _GlyphSet
- from ufo2ft.constants import FILTERS_KEY as UFO2FT_FILTERS_KEY # keep previous name
-+from glyphsLib.builder.constants import GLYPHLIB_PREFIX
-
-
- logger = logging.getLogger(__name__)
-@@ -205,7 +206,8 @@ class BaseFilter(object):
- if glyphName in modified:
- continue
- glyph = glyphSet[glyphName]
-- if include(glyph) and filter_(glyph):
-+ if glyph.lib.get(GLYPHLIB_PREFIX+'Export', True) and \
-+ include(glyph) and filter_(glyph):
- modified.add(glyphName)
-
- num = len(modified)
diff --git a/dev-python/ufo2ft/files/ufo2ft-heightfallback.diff b/dev-python/ufo2ft/files/ufo2ft-heightfallback.diff
deleted file mode 100644
index 53d7a001..00000000
--- a/dev-python/ufo2ft/files/ufo2ft-heightfallback.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/Lib/ufo2ft/fontInfoData.py
-+++ b/Lib/ufo2ft/fontInfoData.py
-@@ -251,6 +251,8 @@ staticFallbackData = dict(
- copyright=None,
- trademark=None,
- italicAngle=0,
-+ xHeight=0,
-+ capHeight=0,
- # not needed
- year=None,
- note=None,
diff --git a/dev-python/ufo2ft/ufo2ft-2.13.0.ebuild b/dev-python/ufo2ft/ufo2ft-2.19.1.ebuild
similarity index 89%
rename from dev-python/ufo2ft/ufo2ft-2.13.0.ebuild
rename to dev-python/ufo2ft/ufo2ft-2.19.1.ebuild
index 40e7a788..27f92f65 100644
--- a/dev-python/ufo2ft/ufo2ft-2.13.0.ebuild
+++ b/dev-python/ufo2ft/ufo2ft-2.19.1.ebuild
@@ -3,23 +3,21 @@
EAPI="7"
-PYTHON_COMPAT=( python3_7 )
+PYTHON_COMPAT=( python3_{7,8} )
inherit distutils-r1
+DESCRIPTION="A bridge from UFOs to FontTool objects"
+HOMEPAGE="https://github.com/googlefonts/ufo2ft"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip"
+
#26 failed tests
RESTRICT="test"
-KEYWORDS="~amd64"
-
-DESCRIPTION="A bridge from UFOs to FontTool objects"
-HOMEPAGE="https://github.com/googlefonts/ufo2ft"
LICENSE="MIT"
+KEYWORDS="~amd64"
SLOT="0"
-PATCHES=( "${FILESDIR}/${PN}-exportedglyphs.diff" )
-
RDEPEND="
>=dev-python/booleanOperations-0.9.0[${PYTHON_USEDEP}]
>=dev-python/compreffor-0.4.6[${PYTHON_USEDEP}]
@@ -29,15 +27,13 @@ RDEPEND="
>=dev-python/skia-pathops-0.2.0[${PYTHON_USEDEP}]
>=dev-python/ufoLib2-0.5.1[${PYTHON_USEDEP}]
"
-DEPEND="
- ${RDEPEND}
- test? (
- dev-python/glyphsLib[${PYTHON_USEDEP}]
- )
-"
+
BDEPEND="
app-arch/unzip
dev-python/setuptools_scm[${PYTHON_USEDEP}]
+ test? (
+ dev-python/glyphsLib[${PYTHON_USEDEP}]
+ )
"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-12-18 19:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-18 19:26 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ufo2ft/files/, dev-python/ufo2ft/ Andrew Ammerlaan
2020-12-18 19:55 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox