git: 56c812775442 - main - databases/py-xrootd: Update to 5.7.2

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 25 Dec 2024 19:19:26 UTC
The branch main has been updated by sunpoet:

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

commit 56c812775442cde8770c2802a5be9ca569c92cf4
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-12-25 18:48:06 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-12-25 19:15:18 +0000

    databases/py-xrootd: Update to 5.7.2
    
    Changes:        https://github.com/xrootd/xrootd/releases
---
 databases/py-xrootd/Makefile             |  5 +++--
 databases/py-xrootd/distinfo             |  6 +++---
 databases/py-xrootd/files/patch-setup.py | 11 -----------
 3 files changed, 6 insertions(+), 16 deletions(-)

diff --git a/databases/py-xrootd/Makefile b/databases/py-xrootd/Makefile
index 96943a214609..4f5c74da07e2 100644
--- a/databases/py-xrootd/Makefile
+++ b/databases/py-xrootd/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	xrootd
-PORTVERSION=	5.7.1
+PORTVERSION=	5.7.2
 CATEGORIES=	databases python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,8 @@ WWW=		https://xrootd.slac.stanford.edu/ \
 LICENSE=	LGPL3+
 LICENSE_FILE=	${WRKSRC}/../../COPYING.LGPL
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 LIB_DEPENDS=	libXrdCl.so:databases/xrootd
 
diff --git a/databases/py-xrootd/distinfo b/databases/py-xrootd/distinfo
index 82c066dcf23f..aaf042da90f7 100644
--- a/databases/py-xrootd/distinfo
+++ b/databases/py-xrootd/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1725559677
-SHA256 (xrootd-5.7.1.tar.gz) = dac741afefdb459b675cf3c61523324d11200c5825b532416bfa67444de5d4a2
-SIZE (xrootd-5.7.1.tar.gz) = 6820155
+TIMESTAMP = 1734888148
+SHA256 (xrootd-5.7.2.tar.gz) = 2a4945ada83534d7149ee2953ca8c03bb8c274c0681f98b9ec6e4c02466c6bd9
+SIZE (xrootd-5.7.2.tar.gz) = 6829173
diff --git a/databases/py-xrootd/files/patch-setup.py b/databases/py-xrootd/files/patch-setup.py
deleted file mode 100644
index 6c1b4166b20c..000000000000
--- a/databases/py-xrootd/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig	2024-07-01 06:56:54 UTC
-+++ setup.py
-@@ -118,7 +118,7 @@ class CMakeBuild(build_ext):
-                 os.makedirs(self.build_temp)
- 
-             check_call([cmake, ext.src, '-B', self.build_temp] + cmake_args)
--            check_call([cmake, '--build', self.build_temp, '--parallel'])
-+            check_call([cmake, '--build', self.build_temp])
- 
- version = get_version()
-