add geojson-client-0.4, geojson-2.5.0 and haversine-2.1.2

This commit is contained in:
Andreas Billmeier 2019-11-22 21:08:44 +01:00
parent 8440c49c3d
commit 69cccb68bf
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
10 changed files with 154 additions and 0 deletions

View File

@ -95,6 +95,7 @@
* add python-gc100-1.0.3_alpha0
* add gearbest-parser-1.0.7
* add geizhals-0.0.9
* add geojson-client-0.4, geojson-2.5.0 and haversine-2.1.2
2019-11-21 homeassistant-0.102.0
* bump homeassistant-0.102.0

View File

@ -0,0 +1,3 @@
DIST geojson-client-0.4.tar.gz 14612 BLAKE2B 4739e45604a4ac002522cc1228074e180612c0c4b71ad8e6fa9b73eb542a22bb0e5963f2b3a6d512210c7af73096e57a729f23652dab0244631f0e552c6073d0 SHA512 8485cb9b982822bfb82636766dc0c9678e54698f8e3f4b88e1598618f256109348d066b68125af30ca803a4f0a5ea21640b255159cd59582ada1b038107146b5
EBUILD geojson-client-0.4.ebuild 940 BLAKE2B 9c142f3549f5708466d2588d58421a2e80953c1df6d14f873223e6e5c08e5fb435af03395853581943af7b174bfa6437c83acb025650f8e16267cdbd0e1475bc SHA512 dc4c3f24ca40c457b56490e063dc3caf98938f96bbb27a345cb05a320e9c87e21e733afc343b0efa8fc9700b192607ee481ee45eb0e3890c709e7e9a3a6dc297
MISC metadata.xml 465 BLAKE2B fcc82ebe64bd5146bb0b7f83608c10f49cc650d6f0bfd19fb460c7335dab383e652a2e922e6e97e47a775ad75d64b9828bc7deea90b9ece4ab375f1aadebb07a SHA512 82ee90dbfbe894c234c5d603f7aec6f6f1d9bab1cef7d1429014aae9d0dfa88ef2305ec82982a199c79b9477057314f5d5201e4a7eff372a0984def7cc985479

View File

@ -0,0 +1,36 @@
# 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="A GeoJSON client library."
HOMEPAGE="https://github.com/exxamalte/python-geojson-client https://pypi.org/project/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/geojson-2.4.0[${PYTHON_USEDEP}]
>=dev-python/haversine-1.0.1[${PYTHON_USEDEP}]
>=dev-python/pytz-2018.04[${PYTHON_USEDEP}]
>=dev-python/requests-2.20.0[${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">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 geojson-2.5.0.tar.gz 23086 BLAKE2B 6f4f92e26d0e9a9d02b0b207de364069527ee27817d605130bde2798694a26fc4aeac5aa2208b9c5a19b4d82eefd7e9e3069628fa3e4a3b9af5c123577e679d1 SHA512 68d59a6c7d796549dba4e4e71219901c2d939c7f8f5794c1e6be7cadffb006ad99ac658e0159977b3ecc88cf5ef4f908d3837dddc54c70261291f8fa7b8ffbae
EBUILD geojson-2.5.0.ebuild 670 BLAKE2B e0deba08add11bb333d07b1d942e55ce75bfb60eca91695a06a516efa0c4d59a898d6192807cab096d0d45732ddeaa8dc2b3fb2e6aa1e50192ddb5d089072a48 SHA512 29c2b3dcba16df8f8b04ff7afc0dc20b13772092f21cb8cf3b054a1347199c336f3b690df7a29a2db24a97682074e21aad4c6acee25bf2fb0333b6aaaff56874
MISC metadata.xml 455 BLAKE2B 78b7c6ad00849152b3e9d0e20581e86b68a1a983d8edd6b0cccb7581e53dce5f1d31c6dc4c7e49d4628188739ae866a54b34b5d039f0ebc656cd5c08898d49cf SHA512 ddd8455d12eac9593cdfe7f22da7a971f7dc511c535a2ca483b04763481f5659970f2609c9209ffb51533ac493639a5384f14fff43cae4b7de9cee87555a7894

View File

@ -0,0 +1,30 @@
# 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
DESCRIPTION="Python bindings and utilities for GeoJSON"
HOMEPAGE="https://github.com/jazzband/geojson https://pypi.org/project/geojson/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""
DEPEND="${REDEPEND}
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
}

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">geojson</remote-id>
<maintainer status="unknown">
<email>ray@strongoutput.com</email>
<name>Ray Riga</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,3 @@
DIST haversine-2.1.2.tar.gz 3111 BLAKE2B ea5b511a9981cffaba31262ef97babfc39f230cd41fde250cdc5781133e637ddba850678a64b50dc33ce8f53cad3d2727cc9a9bae1286f1841b71bdac4865495 SHA512 3d01224377afc02edc1dcc14c46a6d8669a38584ad0eed5573e36cda29034a777786b3e5e45ad7881d856fcc4eaacc85a9ca3c80a2ba5a2bf273ec158a5bb33c
EBUILD haversine-2.1.2.ebuild 680 BLAKE2B 0a0878f5249b0eff9837359f82c67933d3eb8863446c87c834e66afa07381fc4d7dc44d00057c49fba180da81930bc97620285473a027ef078cd33f2f4aeac9e SHA512 78120b05c5e2dd36d6cc508015cca0dbd9a865820d76780bafeab5e76d6bf0e356d354c8d034527129d6c2025698365116a6bba435da0de732ffa3d52191269b
MISC metadata.xml 466 BLAKE2B 28580b3a35013b1f8cb52b5c5180c9af3cbf0887a8f5205442a14cf516df4e5523cb1057fb36077eed9e2ff264840e8c59b29369a1be18b82f99c620e45077a7 SHA512 fe93f69df83e1e5731765a9131c9d265bc0202aca55a70daafb8c5bb106f6c187f4aafccfcbeb614b42f5d099e2da21e86aa7fb4da0f34fc27fdbf4b894ab3d1

View File

@ -0,0 +1,30 @@
# 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
DESCRIPTION="Calculate the distance between 2 points on Earth."
HOMEPAGE="https://github.com/mapado/haversine https://pypi.org/project/haversine/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""
DEPEND="${REDEPEND}
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
}

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">haversine</remote-id>
<maintainer status="unknown">
<email>julien.deniau@mapado.com</email>
<name>Julien Deniau</name>
</maintainer>
</upstream>
</pkgmetadata>