summaryrefslogtreecommitdiff
path: root/dev-python/PyMeeus/PyMeeus-0.5.12.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/PyMeeus/PyMeeus-0.5.12.ebuild')
-rw-r--r--dev-python/PyMeeus/PyMeeus-0.5.12.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-python/PyMeeus/PyMeeus-0.5.12.ebuild b/dev-python/PyMeeus/PyMeeus-0.5.12.ebuild
index 6cc1c78..03534af 100644
--- a/dev-python/PyMeeus/PyMeeus-0.5.12.ebuild
+++ b/dev-python/PyMeeus/PyMeeus-0.5.12.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
@@ -19,6 +19,10 @@ LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64"
+PATCHES=(
+ "${FILESDIR}/pytest-7.2.patch"
+)
+
DOCS=( README.rst )
distutils_enable_tests pytest