summaryrefslogtreecommitdiff
path: root/dev-python/ratelimit
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-08-21 13:36:04 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-08-21 13:36:04 +0000
commit5758f192b6b54020841d9ed7a53edebe3eaa1a70 (patch)
tree7484848c2083be4f0d0db2370db0cd418ad8f781 /dev-python/ratelimit
parent0e35f4996347b5aa40f24a3aadf7878e54916cea (diff)
downloadbaldeagleos-repo-5758f192b6b54020841d9ed7a53edebe3eaa1a70.tar.gz
baldeagleos-repo-5758f192b6b54020841d9ed7a53edebe3eaa1a70.tar.xz
baldeagleos-repo-5758f192b6b54020841d9ed7a53edebe3eaa1a70.zip
Adding metadata
Diffstat (limited to 'dev-python/ratelimit')
-rw-r--r--dev-python/ratelimit/Manifest2
-rw-r--r--dev-python/ratelimit/metadata.xml1
-rw-r--r--dev-python/ratelimit/ratelimit-2.2.1.ebuild (renamed from dev-python/ratelimit/ratelimit-1.4.1.ebuild)15
3 files changed, 11 insertions, 7 deletions
diff --git a/dev-python/ratelimit/Manifest b/dev-python/ratelimit/Manifest
index 773574177c96..cc1a11905663 100644
--- a/dev-python/ratelimit/Manifest
+++ b/dev-python/ratelimit/Manifest
@@ -1 +1 @@
-DIST ratelimit-1.4.1.tar.gz 10700 BLAKE2B d2fc1b0695c6bdc7653862ca790e9f5ec87b25513a93ec058384f334b47d5080570e3511eb6680b934b345ef5562771a078fc4ced3ceed263a7aafd26af3bfdd SHA512 ab8a2cc95b852f91c614ba5a5a677d2b4b99d5f810ec8a11e69d97af58cef1f67457e1cf686a286073c85b39c2ebbeca0a459382e410c9e8eda12cecdda57f02
+DIST ratelimit-2.2.1.gh.tar.gz 12366 BLAKE2B 7c810bd111202ef6cd86a789627367665457eb2fd88f13d91b18c934210b72f8f4b0ca1ae0e26b502234c4bf3e74d1c6608260d51a022f9f733d10eb061de023 SHA512 a9a2347e9f9e152e5b1ffcf346cf750c5c52471aa2216b485d989edfc55686077990676a35e0125277313ad50a656a14ab72b7aac61b661e2fc4ec74611b5990
diff --git a/dev-python/ratelimit/metadata.xml b/dev-python/ratelimit/metadata.xml
index f8a9cd4b2d6d..f6c244f68693 100644
--- a/dev-python/ratelimit/metadata.xml
+++ b/dev-python/ratelimit/metadata.xml
@@ -18,4 +18,5 @@
<remote-id type="pypi">ratelimit</remote-id>
</upstream>
<origin>gentoo-staging</origin>
+ <stabilize-allarches/>
</pkgmetadata> \ No newline at end of file
diff --git a/dev-python/ratelimit/ratelimit-1.4.1.ebuild b/dev-python/ratelimit/ratelimit-2.2.1.ebuild
index 5c82747887bd..4a16a6bee352 100644
--- a/dev-python/ratelimit/ratelimit-1.4.1.ebuild
+++ b/dev-python/ratelimit/ratelimit-2.2.1.ebuild
@@ -1,14 +1,17 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8,9,10} )
+EAPI=8
+PYTHON_COMPAT=( python3_{6,7,8,9,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"
+SRC_URI="
+ https://github.com/tomasbasham/${PN}/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
LICENSE="MIT"
SLOT="0"
@@ -17,7 +20,7 @@ KEYWORDS="~amd64 ~x86"
distutils_enable_tests pytest
src_prepare() {
- default
- # remove --cov args injection
+ # remove --cov args injection
rm pytest.ini || die
+ distutils-r1_src_prepare
}