mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
math/py-modin: Update to 0.33.1
Changes: https://github.com/modin-project/modin/releases
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
PORTNAME= modin
|
||||
PORTVERSION= 0.32.0
|
||||
PORTVERSION= 0.33.1
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLA
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fsspec>=2022.11.0:filesystems/py-fsspec@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}numpy>=1.22.4,1:math/py-numpy@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}packaging>=21.0:devel/py-packaging@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pandas>=2,1<2.3,1:math/py-pandas@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pandas>=2.2,1<2.3,1:math/py-pandas@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}psutil>=5.8.0:sysutils/py-psutil@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1726080919
|
||||
SHA256 (modin-0.32.0.tar.gz) = 9f68557add5e92617d006eb98bfd93d298e7d4d9932a0cd48a5e38ee4f30a134
|
||||
SIZE (modin-0.32.0.tar.gz) = 842563
|
||||
TIMESTAMP = 1748495829
|
||||
SHA256 (modin-0.33.1.tar.gz) = 852f2a65c346f9d17261e56ecc2e6652ddddeb9e648aecfff42e1007878d42b6
|
||||
SIZE (modin-0.33.1.tar.gz) = 885097
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
--- setup.py.orig 2024-09-11 12:58:49 UTC
|
||||
+++ setup.py
|
||||
@@ -52,7 +52,7 @@ setup(
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
install_requires=[
|
||||
- "pandas>=2.2,<2.3",
|
||||
+ "pandas>=2,<2.3",
|
||||
"packaging>=21.0",
|
||||
"numpy>=1.22.4",
|
||||
"fsspec>=2022.11.0",
|
||||
Reference in New Issue
Block a user