summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-22 10:26:51 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-22 10:40:53 +0200
commit9f108e2f8689debb82bbea1cce2b1f73b2f5baac (patch)
treedd416565bfa6ad679687387443c8e0f72d011444 /dev-python/repoze-lru
parentgui-libs/display-manager-init: r4 revbump with multiple fixes. (diff)
downloadgentoo-9f108e2f8689debb82bbea1cce2b1f73b2f5baac.tar.gz
gentoo-9f108e2f8689debb82bbea1cce2b1f73b2f5baac.tar.bz2
gentoo-9f108e2f8689debb82bbea1cce2b1f73b2f5baac.zip
dev-python/repoze-lru: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/repoze-lru')
-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"