Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 2026 04:57:30 +0000
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: 2916ba7911aa - main - www/py-requests-unixsocket: Update to 0.4.1
Message-ID:  <6a15283a.3b687.5e39eb71@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

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

commit 2916ba7911aa3d0fcebb20553bcc87ea507375b4
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-05-26 04:56:14 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-05-26 04:56:14 +0000

    www/py-requests-unixsocket: Update to 0.4.1
    
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/msabramo/requests-unixsocket/releases
    PR:             295160
    Approved by:    maintainer (timeout, 16 days)
---
 www/py-requests-unixsocket/Makefile                   | 14 +++++++-------
 www/py-requests-unixsocket/distinfo                   |  6 +++---
 www/py-requests-unixsocket/files/patch-pyproject.toml | 10 ++++++++++
 3 files changed, 20 insertions(+), 10 deletions(-)

diff --git a/www/py-requests-unixsocket/Makefile b/www/py-requests-unixsocket/Makefile
index d7640d08bfa4..e063c0af9eab 100644
--- a/www/py-requests-unixsocket/Makefile
+++ b/www/py-requests-unixsocket/Makefile
@@ -1,9 +1,9 @@
 PORTNAME=	requests-unixsocket
-PORTVERSION=	0.2.0
-PORTREVISION=	1
+PORTVERSION=	0.4.1
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	requests_unixsocket-${PORTVERSION}
 
 MAINTAINER=	uros@gruber.si
 COMMENT=	Use requests to talk HTTP via a UNIX domain socket
@@ -11,13 +11,13 @@ WWW=		https://github.com/msabramo/requests-unixsocket
 
 LICENSE=	APACHE20
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
-
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=1.2.0:www/py-requests@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8:devel/py-setuptools-scm@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=1.1:www/py-requests@${PY_FLAVOR}
 
 USES=		python shebangfix
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
diff --git a/www/py-requests-unixsocket/distinfo b/www/py-requests-unixsocket/distinfo
index 0cbe8af55e5c..06390439f6d3 100644
--- a/www/py-requests-unixsocket/distinfo
+++ b/www/py-requests-unixsocket/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1603915796
-SHA256 (requests-unixsocket-0.2.0.tar.gz) = 9e5c1a20afc3cf786197ae59c79bcdb0e7565f218f27df5f891307ee8817c1ea
-SIZE (requests-unixsocket-0.2.0.tar.gz) = 13303
+TIMESTAMP = 1777394784
+SHA256 (requests_unixsocket-0.4.1.tar.gz) = b2596158c356ecee68d27ba469a52211230ac6fb0cde8b66afb19f0ed47a1995
+SIZE (requests_unixsocket-0.4.1.tar.gz) = 23476
diff --git a/www/py-requests-unixsocket/files/patch-pyproject.toml b/www/py-requests-unixsocket/files/patch-pyproject.toml
new file mode 100644
index 000000000000..b7c30b0a8fa2
--- /dev/null
+++ b/www/py-requests-unixsocket/files/patch-pyproject.toml
@@ -0,0 +1,10 @@
+--- pyproject.toml.orig	2025-03-07 18:10:11 UTC
++++ pyproject.toml
+@@ -1,6 +1,6 @@ requires = [
+ [build-system]
+ requires = [
+-  "setuptools >= 64",
++  "setuptools >= 61",
+   "setuptools_scm >= 8",
+ ]
+ build-backend = "setuptools.build_meta"


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a15283a.3b687.5e39eb71>