add python-forecastio-1.4.0
This commit is contained in:
3
dev-python/python-forecastio/Manifest
Normal file
3
dev-python/python-forecastio/Manifest
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
DIST python-forecastio-1.4.0.tar.gz 7222 BLAKE2B 5977529c999269e81ec5a941c08a8fc3bf11ee24fd58c6598449e78f75f91afcd1dad76d368a9ce2b4ae8ea5067d1dcf05e1a37b9404f6d4a75cc21aa51dae44 SHA512 2a8599e1edd2787403042c1a001d214908c9621079ab41c74b543f708a2c52bc24d7132bbcd876aa9303bd1d5f176893034386ff9114c677f7f03de5740603de
|
||||||
|
EBUILD python-forecastio-1.4.0.ebuild 848 BLAKE2B d75851b65326145949d867adcf74e7feab41e7a6504792073f845f10ee9396cb844b6357b2bbbacedcfed6f2db5f8bb7b3583b64005aa5d8ac237b534ebfebff SHA512 266cd73a9d77cb3edbdec33911e333605755ad851431f823a045c28f225de2adc31057cad542abdfeb55eec8f56966cc8de786633c9f5b6bca0ead3c6b07a687
|
||||||
|
MISC metadata.xml 469 BLAKE2B 21eee49c17ce0ca6208b560163ce9acd98bb433ffc55569592d3c10c20e7a66cebaa39638d442a33014ee6a7b4afc682a3e607c14cc7656475a31c982e994769 SHA512 f68e6e7812aa5f2a621413d4a30507ab5c1be6ec77548c7bb4a38ba033e08c35ca7c3be8a8d9ae422fc6c900f7af5db98b45d12e2ed41fe8640b8f12a766731b
|
||||||
16
dev-python/python-forecastio/metadata.xml
Normal file
16
dev-python/python-forecastio/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">python-forecastio</remote-id>
|
||||||
|
<maintainer status="unknown">
|
||||||
|
<email>zeev.gil@gmail.com</email>
|
||||||
|
<name>Ze'ev Gilovitz</name>
|
||||||
|
</maintainer>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
||||||
31
dev-python/python-forecastio/python-forecastio-1.4.0.ebuild
Normal file
31
dev-python/python-forecastio/python-forecastio-1.4.0.ebuild
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
# Copyright 1999-2019 Gentoo Authors Andreas Billmeier b (at) edevau.net
|
||||||
|
# Distributed under the terms of the GNU General Public License v3.0
|
||||||
|
|
||||||
|
EAPI="7"
|
||||||
|
|
||||||
|
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||||
|
|
||||||
|
inherit distutils-r1
|
||||||
|
|
||||||
|
DESCRIPTION="A thin Python Wrapper for the Dark Sky (formerly Forecast.io) weather API"
|
||||||
|
HOMEPAGE="http://zeevgilovitz.com/python-forecast.io/ https://pypi.org/project/python-forecastio/"
|
||||||
|
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="BSD 2-clause"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||||
|
IUSE="test"
|
||||||
|
|
||||||
|
RDEPEND="dev-python/responses[${PYTHON_USEDEP}]
|
||||||
|
dev-python/coverage[${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