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

This commit is contained in:
2019-11-22 21:08:44 +01:00
parent 8440c49c3d
commit 69cccb68bf
10 changed files with 154 additions and 0 deletions

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>