summaryrefslogtreecommitdiff
path: root/dev-python/mistune
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2024-03-05 21:30:29 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2024-03-05 22:14:13 +0000
commit441068df1b4ede02587fab2d77a932835f610be3 (patch)
tree82f04589ddd328a69840540436d4a9ecf1b2b314 /dev-python/mistune
parentdev-python/dateparser: add 1.2.0, drop 1.1.1 (diff)
downloadportage-441068df1b4ede02587fab2d77a932835f610be3.tar.xz
dev-python/mistune: update SRC_URI
Diffstat (limited to 'dev-python/mistune')
-rw-r--r--dev-python/mistune/mistune-0.8.4-r1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/mistune/mistune-0.8.4-r1.ebuild b/dev-python/mistune/mistune-0.8.4-r1.ebuild
index 9ab6d547..557ffd0a 100644
--- a/dev-python/mistune/mistune-0.8.4-r1.ebuild
+++ b/dev-python/mistune/mistune-0.8.4-r1.ebuild
@@ -3,14 +3,13 @@
EAPI=8
+PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="The fastest markdown parser in pure Python"
HOMEPAGE="https://pypi.org/project/mistune/ https://github.com/lepture/mistune"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="BSD"