Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Mar 2024 03:40:28 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: 7e8a6dcc1984 - main - devel/py-robotframework-pythonlibcore: Update to 4.4.0
Message-ID:  <202403310340.42V3eSZM087654@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=7e8a6dcc1984adb6a497c33c320b73a28c2a7d84

commit 7e8a6dcc1984adb6a497c33c320b73a28c2a7d84
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-31 03:06:45 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-31 03:06:45 +0000

    devel/py-robotframework-pythonlibcore: Update to 4.4.0
    
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/robotframework/PythonLibCore/releases
---
 devel/py-robotframework-pythonlibcore/Makefile | 7 +++++--
 devel/py-robotframework-pythonlibcore/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/devel/py-robotframework-pythonlibcore/Makefile b/devel/py-robotframework-pythonlibcore/Makefile
index d0702b13c1d3..f9a873b39e25 100644
--- a/devel/py-robotframework-pythonlibcore/Makefile
+++ b/devel/py-robotframework-pythonlibcore/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	robotframework-pythonlibcore
-PORTVERSION=	4.3.0
+PORTVERSION=	4.4.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,8 +11,11 @@ WWW=		https://github.com/robotframework/PythonLibCore
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+
 USES=		python
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
diff --git a/devel/py-robotframework-pythonlibcore/distinfo b/devel/py-robotframework-pythonlibcore/distinfo
index a55935ec234e..e49b9d335a93 100644
--- a/devel/py-robotframework-pythonlibcore/distinfo
+++ b/devel/py-robotframework-pythonlibcore/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1700759834
-SHA256 (robotframework-pythonlibcore-4.3.0.tar.gz) = 29aacdfc19aca812e9ace14cfb8cfd8a14298ed9fbddbeceef964c2c2e84d6c6
-SIZE (robotframework-pythonlibcore-4.3.0.tar.gz) = 11239
+TIMESTAMP = 1711466178
+SHA256 (robotframework-pythonlibcore-4.4.0.tar.gz) = de0eeabdae23f22d452a0a9f70531fb3e92e18eb7ac8a520fcfbd91cb85a84f7
+SIZE (robotframework-pythonlibcore-4.4.0.tar.gz) = 12733



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