add georss-ign-sismologia-client-0.2

This commit is contained in:
Andreas Billmeier 2019-11-23 10:41:50 +01:00
parent 432efbf683
commit 535cd8c90d
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 54 additions and 0 deletions

View File

@ -1,4 +1,5 @@
2019-11-22
* add georss-ign-sismologia-client-0.2
* add (old) iglo-1.2.5
* add pypca-0.0.6 (only current release in tar.gz)
* add rfk101py-0.0.1

View File

@ -0,0 +1,3 @@
DIST georss-ign-sismologia-client-0.2.tar.gz 5278 BLAKE2B b55116e87e28312f8ea0b8bb029bfe123a9f4e5545235f9223ad6e3f5bd6225b4ac17a659c0a9e472bcf4c2456bbc4eac2db994e1bbe32ad61b3d296b5df9359 SHA512 e47b8ae53a52537818f0a6bd29529be84908846d73d5ebcd7ddbbc122e25775684afd2786ec17785f16fafb9a05406bdbfc90f0a919d4e00ad6120b97875fffe
EBUILD georss-ign-sismologia-client-0.2.ebuild 908 BLAKE2B 76e43323d612bd01c1981aff7492b32e12e58cb7271838e570f1d58912b7390f47cddf18974ff242b4d3ae3375ed666898992f08935ebf143fefa3d27d5c0b4a SHA512 895512874b1ae9976d716e49db57e63eb9a772d8cbb4cebd6bad0517013609015f82fbcec4352fabff3f1c47b38cfa3fe10775fd9ac102c369ac7157c35705dd
MISC metadata.xml 479 BLAKE2B 10e6495353f80a585dee3dd87866fb8703cf315fa48780f399398b12c333e857ce4744c33d49bd0fd14d06afb866304ab84c966d8dfa056097869a208a8c0d7f SHA512 6200aa106a7b765781f9b1d051e376018013d9cc899306bad769f7790560c29944c8fd0b9314dc2495be4f6cb47aaa9d83c54e4daa688745c768d266de6ff29b

View File

@ -0,0 +1,34 @@
# 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 GeoRSS client library for the IGN Sismologia feed."
HOMEPAGE="https://github.com/exxamalte/python-georss-ign-sismologia-client https://pypi.org/project/georss-ign-sismologia-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/dateparser-0.7.0[${PYTHON_USEDEP}]
>=dev-python/georss-client-0.9[${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">georss-ign-sismologia-client</remote-id>
<maintainer status="unknown">
<email>coding@subspace.de</email>
<name>Malte Franken</name>
</maintainer>
</upstream>
</pkgmetadata>