diff --git a/dev-python/openapi3/Manifest b/dev-python/openapi3/Manifest deleted file mode 100644 index a3f27e544c..0000000000 --- a/dev-python/openapi3/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST openapi3-1.8.2.tar.gz 23237 BLAKE2B 63a520f1ba5ab0074240b90f9ad308d2bcd76b465cb138ccd71e8e510266831f3fb112eed31e85e3ff1c94c56d1ebd30e97a40c2f9599eb049907ce3374b758d SHA512 d69d527a57c5d0192c646fa4d9ff4cca887af7a35b247e2d7d5d8a2ac74931285160591ecee1989917345247b57396595186fe81987b5bdefa9aa4fc88ef8725 diff --git a/dev-python/openapi3/metadata.xml b/dev-python/openapi3/metadata.xml deleted file mode 100644 index b0af68e225..0000000000 --- a/dev-python/openapi3/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - ceamac@gentoo.org - - - openapi3 - Dorthu/openapi3 - - diff --git a/dev-python/openapi3/openapi3-1.8.2.ebuild b/dev-python/openapi3/openapi3-1.8.2.ebuild deleted file mode 100644 index 2c4eafab82..0000000000 --- a/dev-python/openapi3/openapi3-1.8.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Python OpenAPI 3 Specification client and validator" -HOMEPAGE=" - https://pypi.org/project/openapi3/ - https://github.com/Dorthu/openapi3 -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] -"