add pynws-0.7.4
This commit is contained in:
parent
e40c2a971d
commit
3c0e6d2f95
3
dev-python/pynws/Manifest
Normal file
3
dev-python/pynws/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST pynws-0.7.4.tar.gz 5714 BLAKE2B 2085137d806fc491bdbc4a6c497f99b05662bf502559cc33d49f24d65c2ea6436cc1a34f91860d175334e44caa1e57896a5d3db3d4c5aca4f64b6789239ec10a SHA512 a9fa449a82dc3b6f09ecc77cea90f917d82655a0006ee03727d9ae19ab90a83ae46513fe19822a149b4709a87118f4a2c0365d1428eac221d75570b061207332
|
||||
EBUILD pynws-0.7.4.ebuild 744 BLAKE2B 8edf74c965e7796dcb5a4cc8817ee753c933e91d03b12adfa3bd2dfeb0e0dda0c07b247e84f9a9fe6d33d00405df5a35e6526025e8af705d6866ff078c029d48 SHA512 66572928e8d478782ec97b00e6b3e8377f226262c468440760a792d5a05a67c6fb2023c6c237a2e3a38250d34cfa555ee5ae6bd57e1bc3966923858d5b0b65c9
|
||||
MISC metadata.xml 461 BLAKE2B 0e9e310cf1cc012cd2e28fdfa501159930b491e71da48a6a218d8f0804aa1c36de576e7a33df902cff55710e415ec4ab295a32bfd3d6184854070966cb8cbaf1 SHA512 06a6b39601e3a8f3f31be85ef5d69a6c16f7ca45edd752852bb3a9e53ec44136f15ff2bef2bb98a1f85352d41ee0dff038f170ede8064d9e3985415db940c865
|
16
dev-python/pynws/metadata.xml
Normal file
16
dev-python/pynws/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">pynws</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>matthewflamm0@gmail.com</email>
|
||||
<name>Matthew Flamm</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
30
dev-python/pynws/pynws-0.7.4.ebuild
Normal file
30
dev-python/pynws/pynws-0.7.4.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# 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="Python library to retrieve observations and forecasts from NWS/NOAA"
|
||||
HOMEPAGE="https://github.com/MatthewFlamm/pynws https://pypi.org/project/pynws/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT License"
|
||||
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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user