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
+}

Reply via email to