From d08592a1a3ba295f282ab1ea7f231f2e3d2c0adf Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Tue, 17 Jan 2023 20:10:33 -0500 Subject: dev-python/axisregistry: drop 0.3.2 Signed-off-by: Julien Roy --- dev-python/axisregistry/Manifest | 1 - dev-python/axisregistry/axisregistry-0.3.2.ebuild | 38 ----------------------- 2 files changed, 39 deletions(-) delete mode 100644 dev-python/axisregistry/axisregistry-0.3.2.ebuild diff --git a/dev-python/axisregistry/Manifest b/dev-python/axisregistry/Manifest index 030b3bf92..13df3b8c5 100644 --- a/dev-python/axisregistry/Manifest +++ b/dev-python/axisregistry/Manifest @@ -1,2 +1 @@ DIST axisregistry-0.3.11.tar.gz 3501138 BLAKE2B d845a4c249d1270106e769499ef20cfde6fbcd4ba5d42481d113e8cf98f78a203ec0a0be8eec2dfcbbba3fa3ce5bb3a8fcce47744cb2c5cd68d46afcd9f9c330 SHA512 7d8454000de371579d5841786721f68fd6526f2d7e86c486a57d4e43686ac2ebbee9ec65708c80022de84baa6a2f89988bafd27085783ec8c93b3c11c21b70d3 -DIST axisregistry-0.3.2.tar.gz 3497066 BLAKE2B eefeb7c315afbdae46adf0c55c29d328cf32f8e6a59c3b0eb84ce4bf94a02a1725e80dfbc8ef6fc53500c8db497c0cd8d48fc43854a31d1437a86db5b2cfa42d SHA512 0e59e7c6a7d9acb78a9d5dd0ebffe38004c477866352b35d91394f1ae953f919f78c25604a60d83b7cb9e67b742cac35d2f0dfc1832f5c0827b7bd1a36bc8792 diff --git a/dev-python/axisregistry/axisregistry-0.3.2.ebuild b/dev-python/axisregistry/axisregistry-0.3.2.ebuild deleted file mode 100644 index 7042b8cb8..000000000 --- a/dev-python/axisregistry/axisregistry-0.3.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..11} ) -DISTUTILS_USE_PEP517=setuptools - -inherit distutils-r1 - -DESCRIPTION="A Python API to access data from the Google Fonts variable fonts Axis Registry" -HOMEPAGE=" - https://github.com/googlefonts/axisregistry - https://pypi.org/project/axisregistry/ -" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -KEYWORDS="~amd64" -SLOT="0" - -RDEPEND=" - dev-python/fonttools[${PYTHON_USEDEP}] - dev-python/protobuf-python[${PYTHON_USEDEP}] -" -DEPEND=" - ${RDEPEND} - >=dev-python/setuptools_scm-4[${PYTHON_USEDEP}] -" - -PATCHES=( "${FILESDIR}/${P}-remove-setuptools_scm-constraint.patch" ) - -distutils_enable_tests pytest - -python_prepare_all() { - export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}" - distutils-r1_python_prepare_all -} -- cgit v1.2.3-65-gdbad