Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Mar 2024 03:40:51 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bbeb572d1f67 - main - net/py-smart-open: Update to 7.0.3
Message-ID:  <202403310340.42V3epVT089414@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bbeb572d1f67316823d99ec94dd6eca376652154

commit bbeb572d1f67316823d99ec94dd6eca376652154
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-31 03:07:22 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-31 03:07:22 +0000

    net/py-smart-open: Update to 7.0.3
    
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/piskvorky/smart_open/releases
---
 net/py-smart-open/Makefile | 7 ++++---
 net/py-smart-open/distinfo | 6 +++---
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403310340.42V3epVT089414>