diff --git a/dev-python/aio-geojson-usgs-earthquakes/Manifest b/dev-python/aio-geojson-usgs-earthquakes/Manifest new file mode 100644 index 000000000..96a30d0ef --- /dev/null +++ b/dev-python/aio-geojson-usgs-earthquakes/Manifest @@ -0,0 +1,3 @@ +DIST aio-geojson-usgs-earthquakes-0.1.tar.gz 13574 BLAKE2B 8fdb5da21e45bb1668bc8534ea7d2fb228ec4d58bcd818931190ec4af253beb379640639eb32727d06f7accca611445c63dc94a77128d42a6399003c42b80d04 SHA512 27910665df03dd64c173e9d44ffe83aaaeea28c276d8cbd7a0ef89434e11cbb7a603f4a905d2e0071b594059b9b4cc996075b0a4f6af6409a3c2c864b0efc983 +EBUILD aio-geojson-usgs-earthquakes-0.1.ebuild 1043 BLAKE2B 8d2e01f8803e81716f26299c31c111f579ab65544cb4c2f6c728c4285bb6502bcfb9c28e4e3d67dbc48b46a31f2ded54bbbd03f962df34d9e2b36b15dbe76c0c SHA512 f09c8357b583c452222b77c17713bf140a9551dd202cfbe61a85b68c2c5a7b7f1d311f4b01154403014f2a2db42ae74fc061e46ebe19d3fd37ac92e836728bf4 +MISC metadata.xml 472 BLAKE2B d5ab92ac4b724564cecfc2117226d071adb00147716d9094b24f62d78e3e68e70dc2193aa83f6d0b94f9d32a90eff225c7739b3188ca58112d6adcf5ab4fba3b SHA512 453e4173d931bce23ac0129b323520f04bf1a2e5f0541ea1cd84d8f988f41e3d51099345b62df204b9c0b516742de7107a1c8049857cc41c72e5f0959ecd6832 diff --git a/dev-python/aio-geojson-usgs-earthquakes/aio-geojson-usgs-earthquakes-0.1.ebuild b/dev-python/aio-geojson-usgs-earthquakes/aio-geojson-usgs-earthquakes-0.1.ebuild new file mode 100644 index 000000000..bb25f73f1 --- /dev/null +++ b/dev-python/aio-geojson-usgs-earthquakes/aio-geojson-usgs-earthquakes-0.1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) + +inherit distutils-r1 + +DESCRIPTION="An async GeoJSON client library for the U.S. Geological Survey Earthquake Hazards Program." +HOMEPAGE="https://github.com/exxamalte/python-aio-geojson-usgs-earthquakes https://pypi.org/project/aio-geojson-usgs-earthquakes/" +MY_PN=${PN//-/_} +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${MY_PN}-${PV}" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="amd64 arm arm64 x86" +IUSE="test" +RESTRICT="!test? ( test )" + +DOCS="README.md" + +RDEPEND=">=dev-python/aio-geojson-client-0.17[${PYTHON_USEDEP}] + >=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}] + >=dev-python/pytz-2019.01[${PYTHON_USEDEP}]" +BDEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/nose[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] + )" + +python_test() { + nosetests --verbose || die + py.test -v -v || die +} + +distutils_enable_tests pytest diff --git a/dev-python/aio-geojson-usgs-earthquakes/metadata.xml b/dev-python/aio-geojson-usgs-earthquakes/metadata.xml new file mode 100644 index 000000000..28228214b --- /dev/null +++ b/dev-python/aio-geojson-usgs-earthquakes/metadata.xml @@ -0,0 +1,15 @@ + + + + + b@edevau.net + Andreas Billmeier + + + aio-geojson-usgs-earthquakes + + coding@subspace.de + Malte Franken + + +