commit:     02cc2f092243f700e4cdd29944a104ca4a95e79e
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu May 18 05:13:29 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu May 18 05:13:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=02cc2f09

dev-python/opentype-sanitizer: new package, add 9.0.0

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

 dev-python/opentype-sanitizer/Manifest             |  1 +
 dev-python/opentype-sanitizer/metadata.xml         | 12 +++++++++
 .../opentype-sanitizer-9.0.0.ebuild                | 30 ++++++++++++++++++++++
 3 files changed, 43 insertions(+)

diff --git a/dev-python/opentype-sanitizer/Manifest 
b/dev-python/opentype-sanitizer/Manifest
new file mode 100644
index 000000000..4dfa0ee03
--- /dev/null
+++ b/dev-python/opentype-sanitizer/Manifest
@@ -0,0 +1 @@
+DIST opentype-sanitizer-9.0.0.tar.gz 162061 BLAKE2B 
b52cfe504e079e93b5b207886a06c126d44677f43d3e51e892c8589cb7644d86f2179e530fa98dc52239701b2f44ea180739e06bbffcc0be28b820418c73085f
 SHA512 
0890b3c6d3e6aa4f1d4156354ce4fc191cbbb2390ffbec3e3feb3a046ab28f7b14f8c75d6c599cdc8fc8317286f79f87d036099179f5d5100ceeb99987f97b27

diff --git a/dev-python/opentype-sanitizer/metadata.xml 
b/dev-python/opentype-sanitizer/metadata.xml
new file mode 100644
index 000000000..719fb6771
--- /dev/null
+++ b/dev-python/opentype-sanitizer/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>cyber+gen...@sysrq.in</email>
+               <name>Anna</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="pypi">opentype-sanitizer</remote-id>
+               <remote-id type="github">googlefonts/ots-python</remote-id>
+       </upstream>
+</pkgmetadata>

diff --git a/dev-python/opentype-sanitizer/opentype-sanitizer-9.0.0.ebuild 
b/dev-python/opentype-sanitizer/opentype-sanitizer-9.0.0.ebuild
new file mode 100644
index 000000000..00eeb2c0e
--- /dev/null
+++ b/dev-python/opentype-sanitizer/opentype-sanitizer-9.0.0.ebuild
@@ -0,0 +1,30 @@
+# 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"
+
+DEPEND="
+       app-arch/lz4:=
+       media-libs/woff2
+       sys-libs/zlib:=
+"
+RDEPEND="${DEPEND}"
+BDEPEND="dev-util/meson"
+
+distutils_enable_tests pytest

Reply via email to