mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
dev-python/patsy: Add py3.12 note
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user