add pytomorrowio-0.1.0
This commit is contained in:
3
dev-python/pytomorrowio/Manifest
Normal file
3
dev-python/pytomorrowio/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST pytomorrowio-0.1.0.tar.gz 14371 BLAKE2B cde8167acb08e8122a75a1c2fe479b449bcfe4c3241a85981a171f2ca792726a30b25453c9e0ae8f83091dee7a3f75e22be6d95772623629d703462a978457b9 SHA512 04458c113d39a69b6db82df671f98c86361076db6179d77382463c1db7cee7952cbda77f6b00e300a6546767e8c7c5f0612868196ea0cf3d75c8b3849ce8ef02
|
||||
EBUILD pytomorrowio-0.1.0.ebuild 781 BLAKE2B 0d069a15d2eafced9dbf49b59cea72bc6bd6bf65a0b3fb4745ff49207d27ecc94393ea619a43214bdc7082860322364ec7d2102194d3b2a88defb51c6697b92f SHA512 25b1bce80aeaada25da48090f166f12991e117d98071737373ccae53a29d95bd42acc4f524dd96386ec32c19f30d328e280838f996608e32114812ae209962a5
|
||||
MISC metadata.xml 474 BLAKE2B 42517c237661dbecd2ac6092a9efa4752c7d1b52e1ebe4415caf57f65a05142dc80311fbe75e13a14c1bfccfb18a32977421eb3d08b5317a3225c04b091ed26c SHA512 950080704db41efb8a9b519d3ede3d4a3afd43d05ed02ac40c34b20c2664aaa14efac21a61d6b8f305df31c5e4732fb7b909c2692aef0bbda625cc9780e12f46
|
||||
15
dev-python/pytomorrowio/metadata.xml
Normal file
15
dev-python/pytomorrowio/metadata.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?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>
|
||||
<upstream>
|
||||
<remote-id type="pypi">pytomorrowio</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>7243222+raman325@users.noreply.github.com</email>
|
||||
<name>raman325</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
33
dev-python/pytomorrowio/pytomorrowio-0.1.0.ebuild
Normal file
33
dev-python/pytomorrowio/pytomorrowio-0.1.0.ebuild
Normal file
@@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Async Python3.7+ package to access the Tomorrow.io API"
|
||||
HOMEPAGE="https://github.com/raman325/pytomorrowio https://pypi.org/project/pytomorrowio/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
RDEPEND=">=dev-python/aiohttp-3.6.2[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
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