diff --git a/dev-python/sanic-routing/Manifest b/dev-python/sanic-routing/Manifest new file mode 100644 index 0000000000..2a45ff5804 --- /dev/null +++ b/dev-python/sanic-routing/Manifest @@ -0,0 +1 @@ +DIST sanic-routing-0.6.2.tar.gz 14854 BLAKE2B c268244b18531b220eacaa4aa5d6b23612e9f3a27774df65c35b12645bcc18916142c304c07e59a64c950f1f1e7c8e0c34c9c605b1478293e22708c20ba3bc36 SHA512 8bbbae9424bd4e39c8549f70263f9a4847b5f81441152e671e7b8976372b4eecabfde90428bd4eb220f4a44e39239c63f3f2bf429b30ab0f649c80549966a65f diff --git a/dev-python/sanic-routing/metadata.xml b/dev-python/sanic-routing/metadata.xml new file mode 100644 index 0000000000..059ada3850 --- /dev/null +++ b/dev-python/sanic-routing/metadata.xml @@ -0,0 +1,11 @@ + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + sanic-org/sanic-routing + + diff --git a/dev-python/sanic-routing/sanic-routing-0.6.2.ebuild b/dev-python/sanic-routing/sanic-routing-0.6.2.ebuild new file mode 100644 index 0000000000..7306101e8b --- /dev/null +++ b/dev-python/sanic-routing/sanic-routing-0.6.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +PYTHON_COMPAT=( python3_{7,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