Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2024 00:01:42 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: 77d1ab6d862b - main - devel/py-path: Update to 16.11.0
Message-ID:  <202404060001.43601gX4076398@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=77d1ab6d862ba0e51d1541ffb5bf5bb4ef39f365

commit 77d1ab6d862ba0e51d1541ffb5bf5bb4ef39f365
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-05 23:57:51 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-05 23:57:51 +0000

    devel/py-path: Update to 16.11.0
    
    - Remove PY_SETUPTOOLS: py-setuptools should be used rather than PY_SETUPTOOLS
    
    Changes:        https://github.com/jaraco/path/blob/main/NEWS.rst
---
 devel/py-path/Makefile | 4 ++--
 devel/py-path/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/devel/py-path/Makefile b/devel/py-path/Makefile
index 5e140ebcc10c..61f1266c4cfe 100644
--- a/devel/py-path/Makefile
+++ b/devel/py-path/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	path
-PORTVERSION=	16.10.0
+PORTVERSION=	16.11.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +11,7 @@ WWW=		https://github.com/jaraco/path
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PY_SETUPTOOLS} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=56:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4.1:devel/py-setuptools-scm@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 
diff --git a/devel/py-path/distinfo b/devel/py-path/distinfo
index 9a6bd9d98572..748de213d8f3 100644
--- a/devel/py-path/distinfo
+++ b/devel/py-path/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1708449260
-SHA256 (path-16.10.0.tar.gz) = b32b22b76fe810a8ded6d136268cc8b6698ae7c47c29b94a9ea12623f3051e46
-SIZE (path-16.10.0.tar.gz) = 49271
+TIMESTAMP = 1712330599
+SHA256 (path-16.11.0.tar.gz) = b4bba7fd041f5c2f1d3968f1d50d555ff58b1d518148fa3b92e0ccf75574e7d3
+SIZE (path-16.11.0.tar.gz) = 49580



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