summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-07-07 16:32:26 +0200
committerMichał Górny <mgorny@gentoo.org>2024-07-07 16:36:11 +0200
commit4691e475e16f8c9bfc288c75e8d0473819c2a602 (patch)
tree3974153c3d3d0f6db72a77124720b59e13572804 /dev-python/pygments-github-lexers
parentdev-python/flask-cors: Enable py3.13 (diff)
downloadgentoo-4691e475e16f8c9bfc288c75e8d0473819c2a602.tar.gz
gentoo-4691e475e16f8c9bfc288c75e8d0473819c2a602.tar.bz2
gentoo-4691e475e16f8c9bfc288c75e8d0473819c2a602.zip
dev-python/pygments-github-lexers: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pygments-github-lexers')
-rw-r--r--dev-python/pygments-github-lexers/pygments-github-lexers-0.0.5-r2.ebuild13
1 files changed, 10 insertions, 3 deletions
diff --git a/dev-python/pygments-github-lexers/pygments-github-lexers-0.0.5-r2.ebuild b/dev-python/pygments-github-lexers/pygments-github-lexers-0.0.5-r2.ebuild
index dba3d0327867..a484fb307b17 100644
--- a/dev-python/pygments-github-lexers/pygments-github-lexers-0.0.5-r2.ebuild
+++ b/dev-python/pygments-github-lexers/pygments-github-lexers-0.0.5-r2.ebuild
@@ -3,13 +3,20 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
DISTUTILS_USE_PEP517=setuptools
+
inherit distutils-r1
DESCRIPTION="Pygments Github custom lexers"
-HOMEPAGE="https://github.com/liluo/pygments-github-lexers"
-SRC_URI="https://github.com/liluo/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+HOMEPAGE="
+ https://github.com/liluo/pygments-github-lexers/
+ https://pypi.org/project/pygments-github-lexers/
+"
+SRC_URI="
+ https://github.com/liluo/${PN}/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
LICENSE="BSD-2"
SLOT="0"