dev-python/here-routing: drop 0.1.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-11 18:36:00 +02:00 committed by Andreas Billmeier
parent dde190cac0
commit 9851dafad4
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 0 additions and 35 deletions

View File

@ -1,5 +1,3 @@
DIST here_routing-0.1.1.tar.gz 6591 BLAKE2B 193455b4d552746c84b480bf514ca8f881244ed093d8c5dd956814f4ab3c19c515bac8b71300cb0df4bcd798b3fed4c5c84659a888fafd3470b065556bcea0c9 SHA512 948024148899e65b1a36d6121de81ed18e361499481fc525818a4d0c3b44960f414ff08020fb2c2c5e885d87d2149651893495d993d8444422a65e41de7be7b6
DIST here_routing-0.2.0.tar.gz 6659 BLAKE2B e7cc1f849e90477928cb56d3acb8874eb80458346cb99b2baf821e5d63966019de5d7bfa57e8a041992c609940b84fb3b3d35d505473637ddb7381cac76dd579 SHA512 e2ca5c6424058c59532b23bfce3d7539a7feedca55199f8e742bfff8f988bdff5a783f17dcd27d918aa92ad1d007f5112088b88445263489f3dd4ca831913196
EBUILD here-routing-0.1.1.ebuild 759 BLAKE2B cb8eee53ccb3437d1fdeb83ca20ce6bf596e2746946d6b92bbf61db9c1d819c4e61d79b999f48146ef426313130cb17032a5ecd125169c1b2549d93ae575b8d3 SHA512 5a876e497aa8dca988c8ab6675fde0596587cf07fcb040b6bd1a56189dbf80a2a998c84a2316b735e7b3bed366a5af0030a53d20f47ec05da05e28341b8de2d6
EBUILD here-routing-0.2.0.ebuild 759 BLAKE2B cb8eee53ccb3437d1fdeb83ca20ce6bf596e2746946d6b92bbf61db9c1d819c4e61d79b999f48146ef426313130cb17032a5ecd125169c1b2549d93ae575b8d3 SHA512 5a876e497aa8dca988c8ab6675fde0596587cf07fcb040b6bd1a56189dbf80a2a998c84a2316b735e7b3bed366a5af0030a53d20f47ec05da05e28341b8de2d6
MISC metadata.xml 532 BLAKE2B 13718e40e1c0a3c98e4161b8e8e9611d360e0897fee285cf7bafc83c8f51c4e1c8e2c05d94512898a908ab1404495b2f83b80860c5447ece1b5a60e5059c2ef4 SHA512 2e029fe1d6b042ed4edb444636e07e71f4b2aa0791dea025292208fb2ccd4d3c84377da7c1e711549860c3c4831e605f1b02f0a502a30378e87ae6dfa0a3cdc3

View File

@ -1,33 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Asynchronous Python client for the HERE Routing V8 API"
HOMEPAGE="https://github.com/eifinger/here_routing https://pypi.org/project/here-routing/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.8.1[${PYTHON_USEDEP}]
>=dev-python/async-timeout-4.0.2[${PYTHON_USEDEP}]
>=dev-python/yarl-1.7.2[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest