diff options
author | 2023-11-01 17:57:18 +0100 | |
---|---|---|
committer | 2023-11-01 18:09:10 +0100 | |
commit | 83c49f6e287c769e4679bfa4236a0f5f69078671 (patch) | |
tree | b5fb9e0c24746a969df91c625ef65144aa40c303 | |
parent | dev-python/taskgroup: Add a backport note (diff) | |
download | gentoo-83c49f6e287c769e4679bfa4236a0f5f69078671.tar.gz gentoo-83c49f6e287c769e4679bfa4236a0f5f69078671.tar.bz2 gentoo-83c49f6e287c769e4679bfa4236a0f5f69078671.zip |
dev-python/patsy: Add py3.12 note
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/patsy/patsy-0.5.3-r1.ebuild | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/dev-python/patsy/patsy-0.5.3-r1.ebuild b/dev-python/patsy/patsy-0.5.3-r1.ebuild index 26cd660d866f..7f8a8658c1bb 100644 --- a/dev-python/patsy/patsy-0.5.3-r1.ebuild +++ b/dev-python/patsy/patsy-0.5.3-r1.ebuild @@ -3,12 +3,18 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools +# py3.12: https://github.com/pydata/patsy/issues/196 +PYTHON_COMPAT=( python3_{10..11} ) + inherit distutils-r1 pypi DESCRIPTION="Python module to describe statistical models and design matrices" -HOMEPAGE="https://patsy.readthedocs.io/en/latest/index.html" +HOMEPAGE=" + https://patsy.readthedocs.io/en/latest/index.html + https://github.com/pydata/patsy/ + https://pypi.org/project/patsy/ +" LICENSE="BSD" SLOT="0" @@ -17,7 +23,9 @@ KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64- RDEPEND=" dev-python/numpy[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] - !hppa? ( dev-python/scipy[${PYTHON_USEDEP}] ) + !hppa? ( + dev-python/scipy[${PYTHON_USEDEP}] + ) " distutils_enable_tests pytest |