dev-python/patsy: Bump to 1.0.3

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-08-30 04:02:55 +02:00
parent 1552d472a0
commit fc39a5b06c
2 changed files with 33 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST patsy-1.0.2.tar.gz 399942 BLAKE2B b0a08d9ac21ffc660e2cc26762c22cfff8ccce86527331ec3ca29c1a126113ab070346407c38a71226f8e923b532c6e3304c9a3fbb05493b79b216c2a0572015 SHA512 2a1d785359e8de364378785dcd00c882ec85b93e1075822b5399466ef7b4b71626725fd43a0fb01ad472aef5488ba0906ef4b5156b59c8a53846040d85866d35
DIST patsy-1.0.3.tar.gz 399992 BLAKE2B a53de128257f5b020c79de131b9d812f2d04f2e716aab05ef351f5337fb89b9f00dbc3d03dcfe3b0fd3e9a422ac41f1d881333f6e2ae7131c59e37f2471d1c3e SHA512 e07e4aa27a6e78a2a0248e7d7834fd400fbea459ffe48120e639ccf0b924fd36daba349b914539ffba10de800ae3489408e104b002d229d2e3634fb0bd906ca9

View File

@@ -0,0 +1,32 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1 pypi
DESCRIPTION="Python module to describe statistical models and design matrices"
HOMEPAGE="
https://patsy.readthedocs.io/en/latest/index.html
https://github.com/pydata/patsy/
https://pypi.org/project/patsy/
"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
RDEPEND="
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/packaging[${PYTHON_USEDEP}]
!hppa? (
dev-python/scipy[${PYTHON_USEDEP}]
)
"
EPYTEST_PLUGINS=()
EPYTEST_XDIST=1
distutils_enable_tests pytest