diff options
Diffstat (limited to '')
-rw-r--r-- | devel/py-configargparse/Makefile | 3 | ||||
-rw-r--r-- | devel/py-configargparse/distinfo | 6 | ||||
-rw-r--r-- | devel/py-configargparse/files/patch-setup.py | 4 |
3 files changed, 6 insertions, 7 deletions
diff --git a/devel/py-configargparse/Makefile b/devel/py-configargparse/Makefile index b0a0a9c9c4dd..e3b7e5a0fff8 100644 --- a/devel/py-configargparse/Makefile +++ b/devel/py-configargparse/Makefile @@ -1,9 +1,8 @@ PORTNAME= configargparse -PORTVERSION= 1.7 +PORTVERSION= 1.7.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ConfigArgParse-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Drop-in replacement for argparse diff --git a/devel/py-configargparse/distinfo b/devel/py-configargparse/distinfo index c65209ff5580..2c5489b30386 100644 --- a/devel/py-configargparse/distinfo +++ b/devel/py-configargparse/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743018591 -SHA256 (ConfigArgParse-1.7.tar.gz) = e7067471884de5478c58a511e529f0f9bd1c66bfef1dea90935438d6c23306d1 -SIZE (ConfigArgParse-1.7.tar.gz) = 43817 +TIMESTAMP = 1748107910 +SHA256 (configargparse-1.7.1.tar.gz) = 79c2ddae836a1e5914b71d58e4b9adbd9f7779d4e6351a637b7d2d9b6c46d3d9 +SIZE (configargparse-1.7.1.tar.gz) = 43958 diff --git a/devel/py-configargparse/files/patch-setup.py b/devel/py-configargparse/files/patch-setup.py index 5380e71d7f0f..b064b2bf50f3 100644 --- a/devel/py-configargparse/files/patch-setup.py +++ b/devel/py-configargparse/files/patch-setup.py @@ -1,4 +1,4 @@ ---- setup.py.orig 2023-07-23 14:39:04 UTC +--- setup.py.orig 2025-05-23 14:22:48 UTC +++ setup.py @@ -81,7 +81,7 @@ setup( @@ -6,6 +6,6 @@ setup( - name='ConfigArgParse', + name='configargparse', - version="1.7", + 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.', |