aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-11-27 10:02:49 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-11-27 10:28:22 +0000
commit4330b18103a0fbdd5858f6a1dacf7a7bc496703b (patch)
tree61ea29bad6a45e2026534746c2140f62fbfccd61
parent0ee28838d0153f85f16217a5d08dc81742ab4717 (diff)
downloadports-4330b18103a0fbdd5858f6a1dacf7a7bc496703b.tar.gz
ports-4330b18103a0fbdd5858f6a1dacf7a7bc496703b.zip
science/py-geomet: Update to 1.1.0
- Convert to USE_PYTHON=pep517 Changes: https://github.com/geomet/geomet/releases
-rw-r--r--science/py-geomet/Makefile9
-rw-r--r--science/py-geomet/distinfo6
2 files changed, 8 insertions, 7 deletions
diff --git a/science/py-geomet/Makefile b/science/py-geomet/Makefile
index 40709e90e772..d1cb786cbdaf 100644
--- a/science/py-geomet/Makefile
+++ b/science/py-geomet/Makefile
@@ -1,5 +1,5 @@
PORTNAME= geomet
-PORTVERSION= 1.0.0
+PORTVERSION= 1.1.0
CATEGORIES= science python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -10,11 +10,12 @@ WWW= https://github.com/geomet/geomet
LICENSE= APACHE20
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
diff --git a/science/py-geomet/distinfo b/science/py-geomet/distinfo
index 85b46db9d0ae..f59bd2709e6e 100644
--- a/science/py-geomet/distinfo
+++ b/science/py-geomet/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1669057941
-SHA256 (geomet-1.0.0.tar.gz) = 0020a4426469934fb58f541cdc23f27c0c0fbbb3d003ee2cb76bb7ffa96a7506
-SIZE (geomet-1.0.0.tar.gz) = 25713
+TIMESTAMP = 1700759854
+SHA256 (geomet-1.1.0.tar.gz) = 51e92231a0ef6aaa63ac20c443377ba78a303fd2ecd179dc3567de79f3c11605
+SIZE (geomet-1.1.0.tar.gz) = 28732