Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2025 16:45:08 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: 8c12f1d46b13 - main - devel/py-argcomplete: Update to 3.5.3
Message-ID:  <202501021645.502Gj8FJ077513@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=8c12f1d46b139d0f1ba41878f54675b41a20cb6b

commit 8c12f1d46b139d0f1ba41878f54675b41a20cb6b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-01-02 16:43:10 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-01-02 16:43:10 +0000

    devel/py-argcomplete: Update to 3.5.3
    
    Changes:        https://github.com/kislyuk/argcomplete/releases
---
 devel/py-argcomplete/Makefile                   | 10 +++++-----
 devel/py-argcomplete/distinfo                   |  6 +++---
 devel/py-argcomplete/files/patch-pyproject.toml |  9 ---------
 3 files changed, 8 insertions(+), 17 deletions(-)

diff --git a/devel/py-argcomplete/Makefile b/devel/py-argcomplete/Makefile
index c4de80137213..879b34494a22 100644
--- a/devel/py-argcomplete/Makefile
+++ b/devel/py-argcomplete/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	argcomplete
-PORTVERSION=	3.5.2
+PORTVERSION=	3.5.3
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,9 +12,8 @@ WWW=		https://kislyuk.github.io/argcomplete/ \
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.rst
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6.2:devel/py-setuptools-scm@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
 TEST_DEPENDS=	bash:shells/bash \
 		${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}mypy>=0:devel/py-mypy@${PY_FLAVOR} \
@@ -27,7 +26,8 @@ USE_PYTHON=	autoplist concurrent pep517 unittest
 
 NO_ARCH=	yes
 
-SHEBANG_FILES=	test/prog
+SHEBANG_FILES=	argcomplete/scripts/*.py \
+		test/prog
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|%%PYTHON_CMD%%|${PYTHON_CMD}|' ${WRKSRC}/test/test.py
diff --git a/devel/py-argcomplete/distinfo b/devel/py-argcomplete/distinfo
index e69506a4be1e..8667cfd26ad5 100644
--- a/devel/py-argcomplete/distinfo
+++ b/devel/py-argcomplete/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1734888160
-SHA256 (argcomplete-3.5.2.tar.gz) = 23146ed7ac4403b70bd6026402468942ceba34a6732255b9edf5b7354f68a6bb
-SIZE (argcomplete-3.5.2.tar.gz) = 82341
+TIMESTAMP = 1735792363
+SHA256 (argcomplete-3.5.3.tar.gz) = c12bf50eded8aebb298c7b7da7a5ff3ee24dffd9f5281867dfe1424b58c55392
+SIZE (argcomplete-3.5.3.tar.gz) = 72999
diff --git a/devel/py-argcomplete/files/patch-pyproject.toml b/devel/py-argcomplete/files/patch-pyproject.toml
deleted file mode 100644
index 0a1fc37185cb..000000000000
--- a/devel/py-argcomplete/files/patch-pyproject.toml
+++ /dev/null
@@ -1,9 +0,0 @@
---- pyproject.toml.orig	2023-06-11 23:26:52 UTC
-+++ pyproject.toml
-@@ -1,5 +1,5 @@
- [build-system]
--requires = ["setuptools>=67.7.2", "setuptools_scm[toml]>=6.2"]
-+requires = ["setuptools>=61", "setuptools_scm[toml]>=6.2"]
- build-backend = "setuptools.build_meta"
- 
- [project]



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