diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-09-18 13:56:51 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-09-18 14:13:18 +0800 |
commit | 8db1f34d0135b52a86778807a3907a89d4793b81 (patch) | |
tree | ee4d3e8f4513618eefceecd5945164cb210fb7a7 | |
parent | math/py-jax: Update to 0.4.32 (diff) |
math/py-narwhals: Update to 1.7.0
- Add GitHub to MASTER_SITES
Changes: https://github.com/narwhals-dev/narwhals/releases
-rw-r--r-- | math/py-narwhals/Makefile | 5 | ||||
-rw-r--r-- | math/py-narwhals/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/math/py-narwhals/Makefile b/math/py-narwhals/Makefile index b094dbe5c5d9..129cd384f0c5 100644 --- a/math/py-narwhals/Makefile +++ b/math/py-narwhals/Makefile @@ -1,7 +1,8 @@ PORTNAME= narwhals -PORTVERSION= 1.6.4 +PORTVERSION= 1.7.0 CATEGORIES= math python -MASTER_SITES= PYPI +MASTER_SITES= PYPI \ + https://github.com/narwhals-dev/narwhals/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org diff --git a/math/py-narwhals/distinfo b/math/py-narwhals/distinfo index 918716e0b8a0..1f38f9fa8025 100644 --- a/math/py-narwhals/distinfo +++ b/math/py-narwhals/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1726081039 -SHA256 (narwhals-1.6.4.tar.gz) = e49f660660bfe9e0dc37164df53b147b13a4ee8ee3fe41c40c4e91f64cb50fff -SIZE (narwhals-1.6.4.tar.gz) = 135233 +TIMESTAMP = 1726487376 +SHA256 (narwhals-1.7.0.tar.gz) = 2d769c9dd23bd355632a813eb65d5cae6bad595c4058387acfb7fa86db50a0e9 +SIZE (narwhals-1.7.0.tar.gz) = 136969 |