dev-python/flipr-api: drop 1.5.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-10-26 00:37:59 +02:00
parent e1e9485558
commit 750f6a2067
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 37 deletions

View File

@ -606,11 +606,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 2101 Ebuilds in total, 2090 of them have in total 2117 (42 different) licenses assigned.
There are 2100 Ebuilds in total, 2089 of them have in total 2116 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1215|
|MIT|1214|
|Apache-2.0|474|
|GPL-3|128|
|BSD|111|

View File

@ -1,7 +1,5 @@
DIST flipr-api-1.5.0.tar.gz 7494 BLAKE2B 9ea13a2573c202f47a17de80f4a4e36079511320bd019490a21eaa425ab61da9575aa29a1dc9063cf586b5a3bc89a0757f8f36127f610bbab1b3f87ddb2706a9 SHA512 e1cacac11cef7b03c1da038c56f868b7dab09f8fb95868315a0f5d1c10337d0301faf1f9448f31067842949aeda56ea18b774cc20a6c6273bf88a001ecb7fd19
DIST flipr-api-1.5.1.gh.tar.gz 245164 BLAKE2B 75b232f03397e501eec8aee2205a148c862145f021093fa961e12228c2745b66b5fbe9c2501d425447030df951472631d3fdc3455eea58ea3e5357e1b3834434 SHA512 7b35bbb2267ce407dd275a2c61bf88724c3a85c3deae5b552cdd595180baf28e44ea6ff0115c7ee17809d9947bb1cbaf8a2c2c1c1148e2c0a2758a3328e3b626
DIST flipr-api-1.6.1.gh.tar.gz 245074 BLAKE2B 6feec05c067d9eaaa45a0324ed9c0397424781a56684afbebd7d35c455e856a9bad83cc26b40c116d75251e4ca953ec24e45b3fa2e68a907a0505ab6f711a7f7 SHA512 aa6b9cffa04f1c0145f829e1b80df35614ea1a45e13fd2f5e7a81d44ce0a4e76c2f6a3e3704bfcd653a95c95e21fbbfe9e83822eb4083fcf4fc915dfe30c3199
EBUILD flipr-api-1.5.0.ebuild 706 BLAKE2B 9fa1f931e5eb130a5c195587c04e93779a7155ca204d385eaea728365fc386c2c22cc6a6db9f5bcd7d5ffac31a26d5cf5504de15caba367fb88c57574db6b75d SHA512 0b398594e75ba81688f3df30a806f757cf177202185602a00db9305e736c2fd9e1dc2e56a3f0d93a7966e3e1dff16febc61bb8b63c4acf0c6de2cc4733c2b7a3
EBUILD flipr-api-1.5.1.ebuild 669 BLAKE2B ef22b4f940b6f8bc9c55029560f4b296be957007a49975d9d8f6d91c6af925db67baf0c3fc16c0bf6de4130b183f37d2abe5ab3e166550351002ff1b76495e14 SHA512 9a793f96a44ff932c6e74b271e290935fe05a9f232fa9bc09b0b0d6d07f92393a6a4781452a8813be8f58702f7d7d89b165057f2aa8d5f8656b08170001921b9
EBUILD flipr-api-1.6.1.ebuild 668 BLAKE2B b891724330fc66869e19687674beedacd4d83dd92a7fe88b10e04e84684c36b1c4f0fbdc9a71a7fe50713fe97b40162888b5708348ef8bb787946e12803ace23 SHA512 10a5db6c982cfcd9854404f858616e5a193f776ebb526c21c5c25ce0290a24fe95974b67520e2e787d9f34f19e0b30965bd59ef41ce656841376aa94025e7c14
MISC metadata.xml 385 BLAKE2B e31fbd9684b7adabe5f604b9cc0e69ed63ce60a8ae0bfba76da29d6226b9c48120d0b62746ca73bab9e09ed8414f16c25ecf84ee8a1fab42c361b59958bfb968 SHA512 e2b2bd8b63fa6421cebb770045ff139f877d0e029f3b00fe866140c7b82d055ca2526ca52f59a97d86e3c77c40a9523fbe164ea89c6eea91e91a967b6c50bc6c

View File

@ -1,33 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=poetry
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Python client for flipr API."
HOMEPAGE="https://github.com/cnico/flipr-api https://pypi.org/project/flipr-api/"
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}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest