summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-19 14:45:53 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-19 14:53:41 +0200
commitc501d1c8351bcf90b97d9b4be44a0c733fa50793 (patch)
treefbc223d7bb138edce58cf62a6ebc508d9762e13f /dev-python/rst-linker
parentdev-python/tree-sitter: Enable py3.11 (diff)
downloadgentoo-c501d1c8351bcf90b97d9b4be44a0c733fa50793.tar.gz
gentoo-c501d1c8351bcf90b97d9b4be44a0c733fa50793.tar.bz2
gentoo-c501d1c8351bcf90b97d9b4be44a0c733fa50793.zip
dev-python/rst-linker: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/rst-linker')
-rw-r--r--dev-python/rst-linker/rst-linker-2.3.0.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-python/rst-linker/rst-linker-2.3.0.ebuild b/dev-python/rst-linker/rst-linker-2.3.0.ebuild
index 566d326fa98f..80cbcd25e33b 100644
--- a/dev-python/rst-linker/rst-linker-2.3.0.ebuild
+++ b/dev-python/rst-linker/rst-linker-2.3.0.ebuild
@@ -4,13 +4,16 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
inherit distutils-r1
MY_PN="${PN/-/.}"
DESCRIPTION="Sphinx plugin to add links and timestamps to the changelog"
-HOMEPAGE="https://github.com/jaraco/rst.linker"
+HOMEPAGE="
+ https://github.com/jaraco/rst.linker/
+ https://pypi.org/project/rst.linker/
+"
SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"