From fd483a38efe9bd3ab98bf2ed26fc0a1f1cd289cc Mon Sep 17 00:00:00 2001 From: Marcin Deranek Date: Mon, 3 Jun 2024 23:23:13 +0200 Subject: dev-python/PyMeeus Add python 3.12 support --- dev-python/PyMeeus/PyMeeus-0.5.12.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'dev-python/PyMeeus/PyMeeus-0.5.12.ebuild') 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 -- cgit v1.2.3