add aio-geojson-client-0.11 and aio-geojson-geonetnz-quakes-0.11

This commit is contained in:
2019-11-22 21:29:44 +01:00
parent f3f4e0e429
commit b4e57cdc8f
7 changed files with 109 additions and 0 deletions

View File

@@ -97,6 +97,7 @@
* add geizhals-0.0.9
* add geojson-client-0.4, geojson-2.5.0 and haversine-2.1.2
* add georss-client-0.9 and georss-generic-client-0.2
* add aio-geojson-client-0.11 and aio-geojson-geonetnz-quakes-0.11
2019-11-21 homeassistant-0.102.0
* bump homeassistant-0.102.0

View File

@@ -0,0 +1,3 @@
DIST aio-geojson-client-0.11.tar.gz 10660 BLAKE2B 84dd273693bb4722dd8cab38255a55ceedb278d2703b5cb521b1c30292fe35a0fc120cc8dfad564b7b9f040eb8af2119cb4720b00a5b68de038b02de46ee8c2b SHA512 d0ed9187c70f87e1d4b85eefe6480203dbc725cd1905e7879d7c68cbfe86c93dccbcc65eba9fad4bfe059d8ce8f02702d055386af395343d2862e9b89bb12ffe
EBUILD aio-geojson-client-0.11.ebuild 901 BLAKE2B 3a77f3529d08dab399bc135cdaac20d7efbca59735230f33929d6ed5bdd9087c09b1a94c0058a3d063d3f4ba4197e2e1a0cbeea6ed5859596770ffca72e62e0b SHA512 d6404dd271cc0db01e9cccea3578a453595184f6529ba6bf2aa9fdfadf4ed837db59e71fe815e885853d7bcd68b981a83dd76bced474cdc8ac8a053fd2969372
MISC metadata.xml 469 BLAKE2B bc55b32f01a4393cda9de82b16951ab43f5ea3b83f2aee633ea1f929540a7e58f2fc5700217bb55991748aba3489eda886732a453fb9a7376550b67f3b0bd6d5 SHA512 f94094b9504fa80e076ae48021e93498723923cd8bdd1877babd1ca02bf107636372bcaf5c6907335f021155ba2ef32541c3115822c7150b8cb6916e5d5cd8d9

View File

@@ -0,0 +1,35 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
MY_PN=${PN//-/_}
DESCRIPTION="An async GeoJSON client library."
HOMEPAGE="https://github.com/exxamalte/python-aio-geojson-client https://pypi.org/project/aio-geojson-client/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
>=dev-python/geojson-2.4.0[${PYTHON_USEDEP}]
>=dev-python/haversine-1.0.1[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
S="${WORKDIR}/${MY_PN}-${PV}"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<herd>python</herd>
<upstream>
<remote-id type="pypi">aio-geojson-client</remote-id>
<maintainer status="unknown">
<email>coding@subspace.de</email>
<name>Malte Franken</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,3 @@
DIST aio-geojson-geonetnz-quakes-0.11.tar.gz 5961 BLAKE2B 927a03aeddaf053cd818ce28fd33e88487965cdb7feb918f2dab0fd0f1f284f1e24339fa983d3e9b4fd19e17de8979cfab31d8287a0651fe400fdfa95fa51196 SHA512 9f58ed061392dcb7480ca9e88afcf828e20422388f5b4e43fa853568188508f44d69619d8ca727fc395c22505d11f75da2e6fd79cde3402910490ee879459783
EBUILD aio-geojson-geonetnz-quakes-0.11.ebuild 960 BLAKE2B b301dee35dfdc2cbf06a132d93f63ffd1afdaddb8c2cfb5e88b09abd386392db0744babf22f3e65ea3bdf73fcdafde66469fcbf9cf1dc7cd41e81dfdfad67087 SHA512 b1d7e4df2a0470240194739886d4927db7c135795eeffa642fa36d50c24e4c74c0210cc9da8d0b58a0e3894a5166655624473b6fd641f5c3ea0f5e10417ae2a6
MISC metadata.xml 478 BLAKE2B 25338bbbaff7839392cb599c05569e6e4555f71b6f07afb1580cea1b1b8dcfc220c5999e243a45385151cc4239ff9f897b5d29330619ae54eb31573dd690119a SHA512 61672be18f88a4920688a5949488ed212718171064d31e1d530fef304f664b47922566172f27cdef1a00d8b7a641b5aaa937f3e57126a2d58692aab9fd1520ff

View File

@@ -0,0 +1,35 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
MY_PN=${PN//-/_}
DESCRIPTION="An async GeoJSON client library for GeoNet NZ Quakes feed."
HOMEPAGE="https://github.com/exxamalte/python-aio-geojson-geonetnz-quakes https://pypi.org/project/aio-geojson-geonetnz-quakes/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/aiohttp-3.5.4[${PYTHON_USEDEP}]
>=dev-python/pytz-2019.01[${PYTHON_USEDEP}]
>=dev-python/aio-geojson-client-0.11[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
S="${WORKDIR}/${MY_PN}-${PV}"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<herd>python</herd>
<upstream>
<remote-id type="pypi">aio-geojson-geonetnz-quakes</remote-id>
<maintainer status="unknown">
<email>coding@subspace.de</email>
<name>Malte Franken</name>
</maintainer>
</upstream>
</pkgmetadata>