aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-31 03:07:22 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-31 03:07:22 +0000
commitbbeb572d1f67316823d99ec94dd6eca376652154 (patch)
tree6b42fad9bc97b6f500fbc15bbce0166ca10260fd
parent5913a405d6a75498ffa755d899053ce1eb795484 (diff)
downloadports-bbeb572d1f67316823d99ec94dd6eca376652154.tar.gz
ports-bbeb572d1f67316823d99ec94dd6eca376652154.zip
net/py-smart-open: Update to 7.0.3
- Convert to USE_PYTHON=pep517 Changes: https://github.com/piskvorky/smart_open/releases
-rw-r--r--net/py-smart-open/Makefile7
-rw-r--r--net/py-smart-open/distinfo6
2 files changed, 7 insertions, 6 deletions
diff --git a/net/py-smart-open/Makefile b/net/py-smart-open/Makefile
index ab37d030a5bd..e2eba614efc3 100644
--- a/net/py-smart-open/Makefile
+++ b/net/py-smart-open/Makefile
@@ -1,5 +1,5 @@
PORTNAME= smart-open
-PORTVERSION= 7.0.1
+PORTVERSION= 7.0.3
CATEGORIES= net python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,15 +12,16 @@ WWW= https://github.com/piskvorky/smart_open
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wrapt>=0:devel/py-wrapt@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paramiko>=0:security/py-paramiko@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pytest-benchmark>=0:devel/py-pytest-benchmark@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-rerunfailures>=0:devel/py-pytest-rerunfailures@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}responses>=0:devel/py-responses@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
diff --git a/net/py-smart-open/distinfo b/net/py-smart-open/distinfo
index dfc930dd71e9..eaa27038269f 100644
--- a/net/py-smart-open/distinfo
+++ b/net/py-smart-open/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1709390702
-SHA256 (smart_open-7.0.1.tar.gz) = c03d00e49483d8e5375720d4d6c1402107f23584bf96505db0b4e17f92339e56
-SIZE (smart_open-7.0.1.tar.gz) = 70456
+TIMESTAMP = 1711466206
+SHA256 (smart_open-7.0.3.tar.gz) = dfea0d6815798f843fd2f4dbeb2ddf2d4a2304ece749c5251a97ac5f2dcb1a8e
+SIZE (smart_open-7.0.3.tar.gz) = 70903