commit:     164fa25fc182a368fa7ea4e61695cf179e824a5f
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Jun  8 04:00:28 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Jun  8 04:00:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=164fa25f

dev-python/opentype-sanitizer: add 9.1.0

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

 dev-python/opentype-sanitizer/Manifest             |  1 +
 .../opentype-sanitizer-9.1.0.ebuild                | 32 ++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/opentype-sanitizer/Manifest 
b/dev-python/opentype-sanitizer/Manifest
index 4dfa0ee03..1c00b5c3d 100644
--- a/dev-python/opentype-sanitizer/Manifest
+++ b/dev-python/opentype-sanitizer/Manifest
@@ -1 +1,2 @@
 DIST opentype-sanitizer-9.0.0.tar.gz 162061 BLAKE2B 
b52cfe504e079e93b5b207886a06c126d44677f43d3e51e892c8589cb7644d86f2179e530fa98dc52239701b2f44ea180739e06bbffcc0be28b820418c73085f
 SHA512 
0890b3c6d3e6aa4f1d4156354ce4fc191cbbb2390ffbec3e3feb3a046ab28f7b14f8c75d6c599cdc8fc8317286f79f87d036099179f5d5100ceeb99987f97b27
+DIST opentype-sanitizer-9.1.0.tar.gz 159945 BLAKE2B 
ae223dbca34bcad0ec656691be85b01b2d3beda5965b06e7c617742aa6a93f7d9adf4e6f3df9d454c29afbd24e4493580bb19dab1e76b7a218d942287d1b8408
 SHA512 
d995a1d30591726065d18b5c2eda817b01effe637ab2013c927238e75810ff215088801c4bcdd7dec43cfcf5043f3669ae2ed6502ded834c8f3c8cfe712354e9

diff --git a/dev-python/opentype-sanitizer/opentype-sanitizer-9.1.0.ebuild 
b/dev-python/opentype-sanitizer/opentype-sanitizer-9.1.0.ebuild
new file mode 100644
index 000000000..1646da604
--- /dev/null
+++ b/dev-python/opentype-sanitizer/opentype-sanitizer-9.1.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 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
+DISTUTILS_EXT=1
+PYPI_NO_NORMALIZE=1
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python wrapper for the OpenType Sanitizer"
+HOMEPAGE="
+       https://pypi.org/project/opentype-sanitizer/
+       https://github.com/googlefonts/ots-python
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+       app-arch/lz4:=
+       media-libs/woff2
+       sys-libs/zlib:=
+"
+DEPEND="${RDEPEND}
+       dev-cpp/gtest
+"
+BDEPEND="dev-util/meson"
+
+distutils_enable_tests pytest

Reply via email to