add flipr-api-1.4.1

This commit is contained in:
Andreas Billmeier 2021-08-07 08:09:00 +02:00 committed by Andreas Billmeier
parent ee66634b88
commit 194e9453be
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 47 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST flipr-api-1.4.1.tar.gz 7126 BLAKE2B 6c1278646d6481939854c745c97b6721b825b69d5173fd36a28bbac8be408a66f67a61ff37b07f61895ba7dc3b341d3435485b57046768e2a0efad8f23eeacd2 SHA512 373901517c75a1a4b5bff3121e05d1cdf79a5e5e99b2c1f05dad65afd401d60f527e14d0bc22ab4de40a4143285dc9cd28379eb996cf849306e14e42a2bb850d
EBUILD flipr-api-1.4.1.ebuild 781 BLAKE2B f8423144304c05cbeef70f6cc1cacb26f839d8e254d8bf2ab581099aeb1b7c3e1bbc5709a102b68daf18797eebdb7e3431fed2045117f353c5ba57555c809dcc SHA512 92d18c4028f6fef6407b71b4bf590680c1c8da39ab75f3b49963fe60aac54350867112b259065e38d3a3cdee3dba4645333229b4a51da5cd03e9612bda1dfcf5
MISC metadata.xml 328 BLAKE2B 27aa090359075ec2d3613b35fa147c90d7b08a0d231e8a58a35dd2f4a5b5cab8f2c35078daac30c6575b93572c38b5b586dc122a19839d9faf8931310d65a15a SHA512 9a8a93a565b1869156187da4e3d1e2de0e622d2bc4e1b681bc0b90d85bccd40a74e37729af015beee870da9317dfc2121d5c9deb3f9af0bdc4da7134b888a9b1

View File

@ -0,0 +1,33 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Python client for flipr API."
HOMEPAGE="https://github.com/cnico/flipr-api https://pypi.org/project/flipr-api/"
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"
DOCS="README.rst"
RDEPEND=">=dev-python/requests-2.25.0[${PYTHON_USEDEP}]
>=dev-python/python-dateutil-2.7.0[${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
}

View File

@ -0,0 +1,11 @@
<?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">flipr-api</remote-id>
</upstream>
</pkgmetadata>