diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-11-01 18:55:14 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-11-01 18:55:14 +0000 |
| commit | 054cf8144e42f15629c6921de998ff8557b81a6e (patch) | |
| tree | 125cabbb1472f24a208e60fa3248b4f050eba8c6 /dev-python/patsy | |
| parent | 2091a0f79162c6500fde6d334babf73042804b16 (diff) | |
| download | baldeagleos-repo-054cf8144e42f15629c6921de998ff8557b81a6e.tar.gz baldeagleos-repo-054cf8144e42f15629c6921de998ff8557b81a6e.tar.xz baldeagleos-repo-054cf8144e42f15629c6921de998ff8557b81a6e.zip | |
Adding metadata
Diffstat (limited to 'dev-python/patsy')
| -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 7c0729b0ffbd..47720df21163 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_{8,9,10,11,12} ) DISTUTILS_USE_PEP517=setuptools +# py3.12: https://github.com/pydata/patsy/issues/196 +PYTHON_COMPAT=( python3_{8,9,10,11,12} ) + 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 |
