add vigilancemeteo
This commit is contained in:
parent
08ac91fb18
commit
7bb0ced1b3
3
dev-python/vigilancemeteo/Manifest
Normal file
3
dev-python/vigilancemeteo/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST vigilancemeteo-3.0.0.tar.gz 20388 BLAKE2B a0445a8303ed5c4efe8d200191c920f4a7c698d5efc948dc5fa0d7fc3668ff3a6cddd17917ab994e1cf9783bce36619af4d43b4de532a241be33568b77e9f24c SHA512 79a77f28f5ab088a52516143dbae0345e38635bd48d3caacdd900505e82a444b5d4649eb9b8e4d460888e2850f4680a8f5e4748de5b3075e17195d7a4e18d886
|
||||
EBUILD vigilancemeteo-3.0.0.ebuild 769 BLAKE2B 3d5f09dc447cb9f87265e72a4d1eef71365a64b3cd8f3c5867546b643d315c0069015f17cff644b2125676f0a4c9e9793cbb79be9a7ca1a94f48b11ed82e1a6b SHA512 9ac79056e9a31e80324c8998a03e86a40c57ac99d354434eca2f3b612ce6c8bb2bbf2eb00d1ad36214eabfa083eb21ade642b69fc4555501fa612de43513a919
|
||||
MISC metadata.xml 464 BLAKE2B 03cb3623798c51a94afa8e952c142504c3429429d3d830d2280fb6d6b0c8754c18d46e61aaf22f383d310c8409d7b5db4af55762670cb8a80290107ec75a92f8 SHA512 d4b407ada2a4a59e2b5bf2a73b10738367ecd1f59b4b641e0598b244c59452e3c62fcfd079551761757c5e7b4e690bfa978dd273ae4dd7281673450ea2f18b2d
|
16
dev-python/vigilancemeteo/metadata.xml
Normal file
16
dev-python/vigilancemeteo/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">vigilancemeteo</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>oncleben31@gmail.com</email>
|
||||
<name>Oncleben31</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
30
dev-python/vigilancemeteo/vigilancemeteo-3.0.0.ebuild
Normal file
30
dev-python/vigilancemeteo/vigilancemeteo-3.0.0.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 API python to get active weather alerts fromhttp://vigilance.meteofrance.com/"
|
||||
HOMEPAGE="https://github.com/oncleben31/vigilancemeteo https://pypi.org/project/vigilancemeteo/"
|
||||
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=""
|
||||
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