commit: 36d2685a336481d0de685d9aa0598a937ccff48d Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Tue Mar 15 02:46:30 2022 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Tue Mar 15 02:46:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=36d2685a
dev-python/sanic-routing: treeclean Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> dev-python/sanic-routing/Manifest | 2 -- dev-python/sanic-routing/metadata.xml | 8 ------ .../sanic-routing/sanic-routing-0.7.0.ebuild | 30 ---------------------- .../sanic-routing/sanic-routing-0.7.1.ebuild | 28 -------------------- 4 files changed, 68 deletions(-) diff --git a/dev-python/sanic-routing/Manifest b/dev-python/sanic-routing/Manifest deleted file mode 100644 index 7d2e7ed5e..000000000 --- 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 ed7fc245b..000000000 --- a/dev-python/sanic-routing/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">sanic-org/sanic-routing</remote-id> - </upstream> -</pkgmetadata> 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 8bb2c6ee8..000000000 --- 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 370f04b2e..000000000 --- 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