View | Details | Raw Unified | Return to bug 285680
Collapse All | Expand All

(-)devel/py-configargparse/Makefile (-2 / +1 lines)
Lines 1-6 Link Here
1
PORTNAME=	configargparse
1
PORTNAME=	configargparse
2
PORTVERSION=	1.5.3
2
PORTVERSION=	1.7
3
PORTREVISION=	1
4
CATEGORIES=	devel python
3
CATEGORIES=	devel python
5
MASTER_SITES=	PYPI
4
MASTER_SITES=	PYPI
6
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
(-)devel/py-configargparse/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1634111726
1
TIMESTAMP = 1743018591
2
SHA256 (ConfigArgParse-1.5.3.tar.gz) = 1b0b3cbf664ab59dada57123c81eff3d9737e0d11d8cf79e3d6eb10823f1739f
2
SHA256 (ConfigArgParse-1.7.tar.gz) = e7067471884de5478c58a511e529f0f9bd1c66bfef1dea90935438d6c23306d1
3
SIZE (ConfigArgParse-1.5.3.tar.gz) = 39175
3
SIZE (ConfigArgParse-1.7.tar.gz) = 43817
(-)devel/py-configargparse/files/patch-setup.py (-3 / +3 lines)
Lines 1-11 Link Here
1
--- setup.py.orig	2021-10-03 00:16:57 UTC
1
--- setup.py.orig	2025-03-26 19:51:42 UTC
2
+++ setup.py
2
+++ setup.py
3
@@ -80,7 +80,7 @@ setup(
3
@@ -81,7 +81,7 @@ setup(
4
 
4
 
5
 
5
 
6
 setup(
6
 setup(
7
-    name='ConfigArgParse',
7
-    name='ConfigArgParse',
8
+    name='configargparse',
8
+    name='configargparse',
9
     version="1.5.3",
9
     version="1.7",
10
     description='A drop-in replacement for argparse that allows options to '
10
     description='A drop-in replacement for argparse that allows options to '
11
                 'also be set via config files and/or environment variables.',
11
                 'also be set via config files and/or environment variables.',

Return to bug 285680