dev-python/flipr-api: add 1.5.1

Closes: #2715
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-27 10:07:52 +01:00
parent 4868bb5717
commit 0adb32ade3
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 31 additions and 4 deletions

View File

@ -617,11 +617,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
There are 1662 Ebuilds in total, 1651 of them have in total 1670 (42 different) licenses assigned.
There are 1663 Ebuilds in total, 1652 of them have in total 1671 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|949|
|MIT|950|
|Apache-2.0|360|
|GPL-3|110|
|BSD|94|

View File

@ -1,3 +1,5 @@
DIST flipr-api-1.5.0.tar.gz 7494 BLAKE2B 9ea13a2573c202f47a17de80f4a4e36079511320bd019490a21eaa425ab61da9575aa29a1dc9063cf586b5a3bc89a0757f8f36127f610bbab1b3f87ddb2706a9 SHA512 e1cacac11cef7b03c1da038c56f868b7dab09f8fb95868315a0f5d1c10337d0301faf1f9448f31067842949aeda56ea18b774cc20a6c6273bf88a001ecb7fd19
EBUILD flipr-api-1.5.0.ebuild 706 BLAKE2B 4a9d4ac29566d9b64d0dcac0b93dd24e0a93ceb2bbd7ded24c87b3a586deae8a30331e2dc51b2e20a2b2755e872631eeb6bfcbb42fff1771825473632e6b2799 SHA512 1323c3bc664174436eaf3df4be07fa2c293be316ac198e99ef72dfa4a3409634f2ecd7bd25b84eb3c9fb2938645c6b230787a9ac351fc2162538f14f0b711462
DIST flipr-api-1.5.1.gh.tar.gz 245164 BLAKE2B 75b232f03397e501eec8aee2205a148c862145f021093fa961e12228c2745b66b5fbe9c2501d425447030df951472631d3fdc3455eea58ea3e5357e1b3834434 SHA512 7b35bbb2267ce407dd275a2c61bf88724c3a85c3deae5b552cdd595180baf28e44ea6ff0115c7ee17809d9947bb1cbaf8a2c2c1c1148e2c0a2758a3328e3b626
EBUILD flipr-api-1.5.0.ebuild 706 BLAKE2B 47300038a542a45e74316843609c81373972e06a2f86d71e4f476880b1c858ef162d5369cf62dde3a75c9aaa8ca36f90ef33da47086b9eaeb7941db5f38997c3 SHA512 538a92b7eaf3dd69cead75fdf918567844f7350d2019e9827fdc80ba12b79bbe8630902d6525b544a4dd52e7f0229fee4720d1c40faef1fda47c9a183711ac46
EBUILD flipr-api-1.5.1.ebuild 669 BLAKE2B 508dd30deea6cfd19d3ea357ad29ca210e432e25ecf070ba35acf4c56176a240ef783bae4e91dc481fe78482aba1ede6fd5949f58db6877b64eafb97ae2ed889 SHA512 940b13712d2d57e4cf2c0866c34ff967ed17bc3b23f5edbbe0ac5d2ff3b7937a4963c2429650e1c711483f76fe83049272e2165f12cc1fef92ae83d1b37e5ae1
MISC metadata.xml 385 BLAKE2B e31fbd9684b7adabe5f604b9cc0e69ed63ce60a8ae0bfba76da29d6226b9c48120d0b62746ca73bab9e09ed8414f16c25ecf84ee8a1fab42c361b59958bfb968 SHA512 e2b2bd8b63fa6421cebb770045ff139f877d0e029f3b00fe866140c7b82d055ca2526ca52f59a97d86e3c77c40a9523fbe164ea89c6eea91e91a967b6c50bc6c

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

View File

@ -0,0 +1,25 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1
DESCRIPTION="Python client for flipr API."
HOMEPAGE="https://github.com/cnico/flipr-api https://pypi.org/project/flipr-api/"
SRC_URI="https://github.com/cnico/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND=">=dev-python/requests-2.25.0[${PYTHON_USEDEP}]
>=dev-python/python-dateutil-2.7.0[${PYTHON_USEDEP}]"
distutils_enable_tests pytest