From 140163fb48b3e86bd3162e3a7466d57441135680 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Mon, 13 May 2024 20:11:33 -0400 Subject: [PATCH] dev-python/opentype-sanitizer: drop 9.0.0 Signed-off-by: Julien Roy --- dev-python/opentype-sanitizer/Manifest | 1 - .../opentype-sanitizer-9.0.0.ebuild | 32 ------------------- 2 files changed, 33 deletions(-) delete mode 100644 dev-python/opentype-sanitizer/opentype-sanitizer-9.0.0.ebuild diff --git a/dev-python/opentype-sanitizer/Manifest b/dev-python/opentype-sanitizer/Manifest index 1c00b5c3d3..cbf8aea967 100644 --- a/dev-python/opentype-sanitizer/Manifest +++ b/dev-python/opentype-sanitizer/Manifest @@ -1,2 +1 @@ -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.0.0.ebuild b/dev-python/opentype-sanitizer/opentype-sanitizer-9.0.0.ebuild deleted file mode 100644 index c4a67efcd0..0000000000 --- a/dev-python/opentype-sanitizer/opentype-sanitizer-9.0.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# 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-build/meson" - -distutils_enable_tests pytest