add meteofrance-0.3.4
This commit is contained in:
parent
8743469259
commit
415fb6d8c8
3
dev-python/meteofrance/Manifest
Normal file
3
dev-python/meteofrance/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST meteofrance-0.3.4.tar.gz 3188 BLAKE2B 013a018956b4b7dadce675602a5d0acefa06768d42564f0d45469e498a2e287d561b5ed8e3e997e191fa09463bda3d65fdbacf4f0bae6058a89e584390d0f84d SHA512 4d46045370bdafc7ad7fa605fc0bf6c7ab9269f769876231d5cdf55e123c090c923590805aaceb75a9d2804cf07db1f7c84f670e7bbcfa7052c11869e93e9617
|
||||
EBUILD meteofrance-0.3.4.ebuild 679 BLAKE2B 883ae62801d96212e278b002820b364f76c263bcaefff2c313263e71226593ad1ff5ba1449f2eb061b826dbc8f81153079a0431f7a6cd76cfa80356cfd6b2ce2 SHA512 417eab63749058eaad7faa500ba1edcff6c1e6086469bb59e585174faf5c3a8579cf85b5bfb6f1d06452254202a99fa536968647bb7fd0f4da42d6799b2bf23f
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
8
dev-python/meteofrance/metadata.xml
Normal file
8
dev-python/meteofrance/metadata.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
30
dev-python/meteofrance/meteofrance-0.3.4.ebuild
Normal file
30
dev-python/meteofrance/meteofrance-0.3.4.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v3.0
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Meteo-France weather forecast"
|
||||
HOMEPAGE="https://github.com/victorcerutti/meteofrance-py https://pypi.org/project/meteofrance/"
|
||||
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