From 4387175f6b4a0d6a696cddfd00ad161d53fbc214 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Tue, 26 Mar 2024 08:16:36 +0000 Subject: Adding metadata --- dev-python/ots-python/Manifest | 1 - .../files/ots-python-8.1.4-ots-sanitize.patch | 21 --------------- dev-python/ots-python/metadata.xml | 13 ---------- dev-python/ots-python/ots-python-8.2.1.ebuild | 30 ---------------------- 4 files changed, 65 deletions(-) delete mode 100644 dev-python/ots-python/Manifest delete mode 100644 dev-python/ots-python/files/ots-python-8.1.4-ots-sanitize.patch delete mode 100644 dev-python/ots-python/metadata.xml delete mode 100644 dev-python/ots-python/ots-python-8.2.1.ebuild (limited to 'dev-python/ots-python') diff --git a/dev-python/ots-python/Manifest b/dev-python/ots-python/Manifest deleted file mode 100644 index 8634ad2acdd0..000000000000 --- a/dev-python/ots-python/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ots-python-8.2.1.tar.gz 10577 BLAKE2B d642bc539b422375388cdfc94fe7541d1bee102e8292bc6186ad25764461e19974786034788ed86268e4565b3b17db22ba50fc257c1dc18d2f1289658b66f7da SHA512 be48bb860c9a1147a79fc2819f361a500d28d6655c302110cdc9596d4be1e127f4137a13e2cebf6a600209ba5356229eb4f019bf9e993231c9ed25f96ea1a74b diff --git a/dev-python/ots-python/files/ots-python-8.1.4-ots-sanitize.patch b/dev-python/ots-python/files/ots-python-8.1.4-ots-sanitize.patch deleted file mode 100644 index 5eae00dbd8f4..000000000000 --- a/dev-python/ots-python/files/ots-python-8.1.4-ots-sanitize.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- a/setup.py -+++ b/setup.py -@@ -236,7 +236,6 @@ - platforms=["posix", "nt"], - package_dir={"": "src/python"}, - packages=find_packages("src/python"), -- ext_modules=[ots_sanitize], - zip_safe=False, - cmdclass=cmdclass, - setup_requires=["setuptools_scm"], ---- a/src/python/ots/__init__.py -+++ b/src/python/ots/__init__.py -@@ -3,7 +3,7 @@ - import sys - import os - --OTS_SANITIZE = os.path.join(os.path.dirname(__file__), "ots-sanitize") -+OTS_SANITIZE = "ots-sanitize" - - __all__ = ["sanitize", "OTSError", "CalledProcessError"] - diff --git a/dev-python/ots-python/metadata.xml b/dev-python/ots-python/metadata.xml deleted file mode 100644 index eda38e8a176d..000000000000 --- a/dev-python/ots-python/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - lssndrbarbieri@gmail.com - Alessandro Barbieri - co-maintainers welcome - - - https://github.com/googlefonts/ots-python/issues - - gentoo-guru-overlay - \ No newline at end of file diff --git a/dev-python/ots-python/ots-python-8.2.1.ebuild b/dev-python/ots-python/ots-python-8.2.1.ebuild deleted file mode 100644 index a1e8230b0f51..000000000000 --- a/dev-python/ots-python/ots-python-8.2.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8,9,10,11,12} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="A Python wrapper for OpenType Sanitizer" -HOMEPAGE=" - https://github.com/googlefonts/ots-python - https://pypi.org/project/opentype-sanitizer/ -" -SRC_URI="https://github.com/googlefonts/ots-python/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" -LICENSE="BSD" -SLOT="0" - -RDEPEND=">=dev-util/ots-${PV}" - -PATCHES=( "${FILESDIR}/${PN}-8.1.4-ots-sanitize.patch" ) - -distutils_enable_tests pytest - -src_prepare() { - export SETUPTOOLS_SCM_PRETEND_VERSION="${PV/_p/.post}" - mkdir -p src/c/ots || die - default -} -- cgit v1.3.1