Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Apr 2026 22:02:26 +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: 6e8b58d69ba5 - main - devel/py-configargparse: Update to 1.7.5
Message-ID:  <69e3ff72.3147f.28f81eb6@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=6e8b58d69ba517e2288908b6a6ec5f6f1d204e06

commit 6e8b58d69ba517e2288908b6a6ec5f6f1d204e06
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-18 21:23:27 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-18 21:51:45 +0000

    devel/py-configargparse: Update to 1.7.5
    
    Changes:        https://github.com/bw2/ConfigArgParse/releases
---
 devel/py-configargparse/Makefile             |  3 ++-
 devel/py-configargparse/distinfo             |  6 +++---
 devel/py-configargparse/files/patch-setup.py | 12 ++++++------
 3 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/devel/py-configargparse/Makefile b/devel/py-configargparse/Makefile
index e3b7e5a0fff8..48d632fb31c2 100644
--- a/devel/py-configargparse/Makefile
+++ b/devel/py-configargparse/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	configargparse
-PORTVERSION=	1.7.1
+PORTVERSION=	1.7.5
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,6 +12,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR}
diff --git a/devel/py-configargparse/distinfo b/devel/py-configargparse/distinfo
index 2c5489b30386..d97101335d0e 100644
--- a/devel/py-configargparse/distinfo
+++ b/devel/py-configargparse/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1748107910
-SHA256 (configargparse-1.7.1.tar.gz) = 79c2ddae836a1e5914b71d58e4b9adbd9f7779d4e6351a637b7d2d9b6c46d3d9
-SIZE (configargparse-1.7.1.tar.gz) = 43958
+TIMESTAMP = 1775587254
+SHA256 (configargparse-1.7.5.tar.gz) = e3f9a7bb6be34d66b2e3c4a2f58e3045f8dfae47b0dc039f87bcfaa0f193fb0f
+SIZE (configargparse-1.7.5.tar.gz) = 53548
diff --git a/devel/py-configargparse/files/patch-setup.py b/devel/py-configargparse/files/patch-setup.py
index b064b2bf50f3..b437e2fadedb 100644
--- a/devel/py-configargparse/files/patch-setup.py
+++ b/devel/py-configargparse/files/patch-setup.py
@@ -1,11 +1,11 @@
---- setup.py.orig	2025-05-23 14:22:48 UTC
+--- setup.py.orig	2026-03-11 02:19:21 UTC
 +++ setup.py
-@@ -81,7 +81,7 @@ setup(
+@@ -91,7 +91,7 @@ setup(
  
  
  setup(
--    name='ConfigArgParse',
+-    name="ConfigArgParse",
 +    name='configargparse',
-     version="1.7.1",
-     description='A drop-in replacement for argparse that allows options to '
-                 'also be set via config files and/or environment variables.',
+     use_scm_version={"version_scheme": "no-guess-dev"},
+     setup_requires=["setuptools_scm"],
+     description="A drop-in replacement for argparse that allows options to "


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e3ff72.3147f.28f81eb6>