diff --git a/science/py-arch/Makefile b/science/py-arch/Makefile index 96bd5d9fac40..20e4b5da9ce0 100644 --- a/science/py-arch/Makefile +++ b/science/py-arch/Makefile @@ -1,36 +1,36 @@ PORTNAME= arch -DISTVERSION= 6.1.0 +DISTVERSION= 6.3.0 CATEGORIES= science finance python # economics MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Autoregressive Conditional Heteroskedasticity (ARCH) models WWW= https://github.com/bashtage/arch LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md PY_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pandas>=1.1:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}property-cached>=1.6.4:devel/py-property-cached@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=1.5:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}statsmodels>=0.12:math/py-statsmodels@${PY_FLAVOR} BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} \ ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} USES= python USE_PYTHON= pep517 cython autoplist pytest # tests fail to run, see https://github.com/bashtage/arch/issues/668 TEST_WRKSRC= ${WRKSRC}/arch/tests TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} post-install: @${STRIP_CMD} \ ${STAGEDIR}${PYTHON_SITELIBDIR}/arch/bootstrap/_samplers${PYTHON_EXT_SUFFIX}.so \ ${STAGEDIR}${PYTHON_SITELIBDIR}/arch/univariate/recursions${PYTHON_EXT_SUFFIX}.so .include diff --git a/science/py-arch/distinfo b/science/py-arch/distinfo index 6da81194d402..22dd62680692 100644 --- a/science/py-arch/distinfo +++ b/science/py-arch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1687837929 -SHA256 (arch-6.1.0.tar.gz) = c398f1fd89e23911ca65f04b17a1cc67e87df14bb1a0478b5cd05dde772eb996 -SIZE (arch-6.1.0.tar.gz) = 3368476 +TIMESTAMP = 1704528706 +SHA256 (arch-6.3.0.tar.gz) = 6c56d8cb8a530723c68cb432bb9839490272c90614264d4ec241fe56b1fd96b7 +SIZE (arch-6.3.0.tar.gz) = 3736917 diff --git a/science/py-arch/files/patch-pyproject.toml b/science/py-arch/files/patch-pyproject.toml index 8de516330881..a1c3d77a2aa1 100644 --- a/science/py-arch/files/patch-pyproject.toml +++ b/science/py-arch/files/patch-pyproject.toml @@ -1,20 +1,13 @@ ---- pyproject.toml.orig 2023-05-26 17:31:58 UTC +--- pyproject.toml.orig 2023-09-27 08:13:24 UTC +++ pyproject.toml -@@ -2,8 +2,8 @@ +@@ -54,8 +54,8 @@ requires = [ requires = [ "setuptools>=61", "wheel", -- "setuptools_scm[toml]>=7,<8", +- "setuptools_scm[toml]>=8.0.3,<9", - "oldest-supported-numpy>=2022.11.19", + "setuptools_scm[toml]", + "numpy", - "numpy; python_version>='3.12'", - "cython>=0.29.34" # Works with 3.0.0b2 - ] -@@ -29,4 +29,4 @@ exclude = ''' - write_to = "arch/_version.py" + "cython>=0.29.34", # Works with 3.0.0b2 - [tool.ruff] --typing-modules = ["arch.typing"] -\ No newline at end of file -+typing-modules = ["arch.typing"] + ]