commit: 7d738076c0db4d46c1efddfa78868f2383887358
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 12 11:47:41 2023 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Jan 12 11:47:41 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7d738076
dev-python/texext: add 0.6.7, drop 0.6.6
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/texext/{texext-0.6.6.ebuild => texext-0.6.7.ebuild} | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-python/texext/texext-0.6.6.ebuild
b/dev-python/texext/texext-0.6.7.ebuild
similarity index 79%
rename from dev-python/texext/texext-0.6.6.ebuild
rename to dev-python/texext/texext-0.6.7.ebuild
index 15d6a83d1..fdeb2350a 100644
--- a/dev-python/texext/texext-0.6.6.ebuild
+++ b/dev-python/texext/texext-0.6.7.ebuild
@@ -1,15 +1,15 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
+EAPI=8
+PYTHON_COMPAT=( python3_10 )
+DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Sphinx extensions for working with LaTeX math"
HOMEPAGE="https://github.com/matthew-brett/texext"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/matthew-brett/texext/archive/refs/tags/${PV}.tar.gz
-> ${P}.gh.tar.gz"
LICENSE="BSD"
SLOT="0"