summaryrefslogtreecommitdiff
path: root/dev-python/repoze-lru/repoze-lru-0.7-r3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/repoze-lru/repoze-lru-0.7-r3.ebuild')
-rw-r--r--dev-python/repoze-lru/repoze-lru-0.7-r3.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/repoze-lru/repoze-lru-0.7-r3.ebuild b/dev-python/repoze-lru/repoze-lru-0.7-r3.ebuild
index 0fed4e8ddcb6..07f5c05f0d44 100644
--- a/dev-python/repoze-lru/repoze-lru-0.7-r3.ebuild
+++ b/dev-python/repoze-lru/repoze-lru-0.7-r3.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1
@@ -12,12 +12,15 @@ MY_PN=${PN/-/.}
MY_P=${MY_PN}-${PV}
DESCRIPTION="A tiny LRU cache implementation and decorator"
-HOMEPAGE="http://www.repoze.org"
+HOMEPAGE="
+ https://github.com/repoze/repoze.lru/
+ https://pypi.org/project/repoze.lru/
+"
SRC_URI="
https://github.com/repoze/repoze.lru/archive/${PV}.tar.gz
-> ${P}.gh.tar.gz
"
-S="${WORKDIR}/${MY_P}"
+S=${WORKDIR}/${MY_P}
LICENSE="repoze"
SLOT="0"