add swisshydrodata-0.0.3
This commit is contained in:
3
dev-python/swisshydrodata/Manifest
Normal file
3
dev-python/swisshydrodata/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST swisshydrodata-0.0.3.tar.gz 2402 BLAKE2B fa11324f60ce97244472392530dc8349003e2b5523a113460bcd72fac3d8da9e38a55655debc4e02ed610e274d68720419afcc6f95baf438ea7036996e49d464 SHA512 4b1f99a0297a9d735600948d422ebe207c444b134b284b612e11b08f4f6e79092ebf33133e1281f09015e7e7c2d02e33c8df91d60fe313c519c225cf8e20784a
|
||||
EBUILD swisshydrodata-0.0.3.ebuild 751 BLAKE2B 4a6b5d80fccb5d7da50f74a2685749798ae0f11c261b81c9b3ef97dfc3829c956d109582507cf28b1ed33b752aa4ecf633413fa2ee41998e7dc7a6b0b3e01922 SHA512 21103d7e16342e708aa85d9050a8fe14c2e25549a2a6eb402d1de3b50c2dcc4499830f25f5064d3ab08fff16fdbe3832f068aae73231d7345c97b6c317f242ad
|
||||
MISC metadata.xml 452 BLAKE2B a4dd69ec44699f75f4f4591c94c612a5a6b4027b81ce1bae1104f7b13ca0bf84e0e93b6f49f46c0c93534dc6a96d73a840728679511fb8d4ca711795a7931db8 SHA512 259bafeea854785d97b4e663eaef9b88aa88318123737b9c76c8cd08f1c56e14894902fff956db0d268e79a21fbaf2af0a3090ae76d596956fe5ec16559785c6
|
||||
16
dev-python/swisshydrodata/metadata.xml
Normal file
16
dev-python/swisshydrodata/metadata.xml
Normal 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">swisshydrodata</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>bouni@owee.de</email>
|
||||
<name>Bouni</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
30
dev-python/swisshydrodata/swisshydrodata-0.0.3.ebuild
Normal file
30
dev-python/swisshydrodata/swisshydrodata-0.0.3.ebuild
Normal 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="A library to fetch data from the Swiss federal Office for Environment FEON"
|
||||
HOMEPAGE="https://github.com/bouni/swisshydrodata https://pypi.org/project/swisshydrodata/"
|
||||
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="dev-python/requests[${PYTHON_USEDEP}]"
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user