summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-06-03 19:34:32 +0200
committerMichał Górny <mgorny@gentoo.org>2023-06-03 19:45:43 +0200
commit59a5376bfb25c7e961fde2e0017fcf3fb7d3f846 (patch)
tree57898b3a8c4efacf008d038280aa01cec2647c4f
parentdev-python/psycopg: Enable py3.12 on :2 (diff)
downloadgentoo-59a5376bfb25c7e961fde2e0017fcf3fb7d3f846.tar.gz
gentoo-59a5376bfb25c7e961fde2e0017fcf3fb7d3f846.tar.bz2
gentoo-59a5376bfb25c7e961fde2e0017fcf3fb7d3f846.zip
dev-python/pylatexenc: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pylatexenc/pylatexenc-2.10.ebuild12
1 files changed, 9 insertions, 3 deletions
diff --git a/dev-python/pylatexenc/pylatexenc-2.10.ebuild b/dev-python/pylatexenc/pylatexenc-2.10.ebuild
index 3e5108842686..fec506fd6008 100644
--- a/dev-python/pylatexenc/pylatexenc-2.10.ebuild
+++ b/dev-python/pylatexenc/pylatexenc-2.10.ebuild
@@ -4,13 +4,19 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
DESCRIPTION="Simple LaTeX parser providing latex-to-unicode and unicode-to-latex conversion"
-HOMEPAGE="https://github.com/phfaist/pylatexenc"
-SRC_URI="https://github.com/phfaist/pylatexenc/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+HOMEPAGE="
+ https://github.com/phfaist/pylatexenc/
+ https://pypi.org/project/pylatexenc/
+"
+SRC_URI="
+ https://github.com/phfaist/pylatexenc/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
LICENSE="MIT"
SLOT="0"