summaryrefslogtreecommitdiff
path: root/dev-python/PyMeeus/PyMeeus-0.5.12.ebuild
diff options
context:
space:
mode:
authorMarcin Deranek <marcin.deranek@slonko.net>2024-06-03 23:23:13 +0200
committerMarcin Deranek <marcin.deranek@slonko.net>2024-06-03 23:35:31 +0200
commitfd483a38efe9bd3ab98bf2ed26fc0a1f1cd289cc (patch)
tree3f427ecfe71e2c88dd28927959fbca8bbe71e508 /dev-python/PyMeeus/PyMeeus-0.5.12.ebuild
parent5554e6373cb6b8f42a3a55f32947725c386d4a35 (diff)
downloadportage-fd483a38efe9bd3ab98bf2ed26fc0a1f1cd289cc.tar.gz
portage-fd483a38efe9bd3ab98bf2ed26fc0a1f1cd289cc.tar.bz2
portage-fd483a38efe9bd3ab98bf2ed26fc0a1f1cd289cc.zip
dev-python/PyMeeus Add python 3.12 support
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