dev-python/ratelimit: remove outdated ratelimit
This commit is contained in:
parent
227cf564e0
commit
b36b9d114b
@ -547,11 +547,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 1502 Ebuilds in total, 1495 of them have in total 1506 (34 different) licenses assigned.
|
||||
There are 1501 Ebuilds in total, 1494 of them have in total 1505 (34 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|878|
|
||||
|MIT|877|
|
||||
|Apache-2.0|306|
|
||||
|GPL-3|91|
|
||||
|BSD|89|
|
||||
|
@ -1,3 +0,0 @@
|
||||
DIST ratelimit-2.2.1.tar.gz 12366 BLAKE2B 7c810bd111202ef6cd86a789627367665457eb2fd88f13d91b18c934210b72f8f4b0ca1ae0e26b502234c4bf3e74d1c6608260d51a022f9f733d10eb061de023 SHA512 a9a2347e9f9e152e5b1ffcf346cf750c5c52471aa2216b485d989edfc55686077990676a35e0125277313ad50a656a14ab72b7aac61b661e2fc4ec74611b5990
|
||||
EBUILD ratelimit-2.2.1.ebuild 670 BLAKE2B c309fe1773ed3c6a856f0b0398efeba21ba70b7eef7b56d3baf289076323295ea5e535b16a5a167785125e676da30563faccccf54667a63b9868c1d4b2623611 SHA512 13be0cdb5886d56531bb0d3409b12c1d497d4fbb82f6beb07b63e6dc33352e1745bc1c3b8aac8d0c1357a3f567297a07dc658c9c0d7c7ec2f45afc1a2373f9fa
|
||||
MISC metadata.xml 454 BLAKE2B 9c26e1bd2dccaa8fc3fe2a53f53cd85a322f8fa926ec245677aca7bf9160b8eb0385d69c7a981a1ec72b3ff85a7694a7411f03436f33404b4e1753a277d5c8a0 SHA512 3b14c82f2da0be0e83d957d6213e856180bcb161f1da4a842d768631a9d25da5a700f8ef80236c85a54848ee4ba9d080d6160d216bccfbcc7e481260beb32e04
|
@ -1,15 +0,0 @@
|
||||
<?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">ratelimit</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>me@tomasbasham.co.uk</email>
|
||||
<name>Tomas Basham</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,32 +0,0 @@
|
||||
# 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="An API rate limit decorator for Python"
|
||||
SRC_URI="https://github.com/tomasbasham/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
HOMEPAGE="https://github.com/tomasbasham/ratelimit"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
DEPEND="
|
||||
test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
# remove --cov args injection
|
||||
rm pytest.ini || die
|
||||
}
|
||||
|
||||
python_test() {
|
||||
pytest || die
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user