diff --git a/dev-python/sanic-routing/Manifest b/dev-python/sanic-routing/Manifest deleted file mode 100644 index 7d2e7ed5e8..0000000000 --- a/dev-python/sanic-routing/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST sanic-routing-0.7.0.tar.gz 23633 BLAKE2B df5a3d122b00d958e1bd262b56e7000aa404a1aa28eaf599d50e826bdb7d9cb94c85843047b3ee9924686ad21d06082956f921e78b6b0e5bf9f20ae0d925b165 SHA512 de7e31c5f464becd3bb36cf6e9b00c2419e54771a406cc02eac6b22dbdd4c60380db52c76e1cddf28dd8387bca185e1f8156b963dbf995a9329ccd9ad25a9627 -DIST sanic-routing-0.7.1.tar.gz 24882 BLAKE2B 4b603e280210208b000cd6c0feec74bfed759cc2e4833d6408720f8cd6799ae09bf50faf8f4c738e68625c8d7bc80636f0111cca759cfaa9b018ca61b1b6208b SHA512 8871ea7efae7957f26001f9645397a74527a418dbd562e9bef831fdba4ed1998d7ffda8b4bdb6c3c26841ecef97aaad6134de64ae517c6ce7fab8ece8b78368b diff --git a/dev-python/sanic-routing/metadata.xml b/dev-python/sanic-routing/metadata.xml deleted file mode 100644 index ed7fc245bc..0000000000 --- a/dev-python/sanic-routing/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - sanic-org/sanic-routing - - diff --git a/dev-python/sanic-routing/sanic-routing-0.7.0.ebuild b/dev-python/sanic-routing/sanic-routing-0.7.0.ebuild deleted file mode 100644 index 8bb2c6ee8e..0000000000 --- a/dev-python/sanic-routing/sanic-routing-0.7.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" - -PYTHON_COMPAT=( python3_{8..9} ) - -inherit distutils-r1 - -DESCRIPTION="Internal handler routing for Sanic" -HOMEPAGE=" - https://pypi.python.org/pypi/sanic-routing - https://github.com/sanic-org/sanic-routing -" -SRC_URI="https://github.com/sanic-org/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="" -DEPEND=" - ${RDEPEND} - test? ( - dev-python/pytest-asyncio[${PYTHON_USEDEP}] - dev-python/sanic[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest diff --git a/dev-python/sanic-routing/sanic-routing-0.7.1.ebuild b/dev-python/sanic-routing/sanic-routing-0.7.1.ebuild deleted file mode 100644 index 370f04b2ef..0000000000 --- a/dev-python/sanic-routing/sanic-routing-0.7.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" - -PYTHON_COMPAT=( python3_{8..9} ) - -inherit distutils-r1 - -DESCRIPTION="Internal handler routing for Sanic" -HOMEPAGE=" - https://pypi.python.org/pypi/sanic-routing - https://github.com/sanic-org/sanic-routing -" -SRC_URI="https://github.com/sanic-org/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=" - test? ( - dev-python/pytest-asyncio[${PYTHON_USEDEP}] - dev-python/sanic[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest