git: a15a357dee73 - main - devel/py-argparse_addons: additional Python argparse types and actions

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Sat, 17 Aug 2024 20:44:52 UTC
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a15a357dee73239696bba1d764b697d069025d2f

commit a15a357dee73239696bba1d764b697d069025d2f
Author:     Shapovalov Alexey <aishapoval@mts.ru>
AuthorDate: 2024-07-04 07:09:44 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-08-17 20:44:39 +0000

    devel/py-argparse_addons: additional Python argparse types and actions
    
    Sponsored by:   Serenity Cybersecurity, LLC
---
 devel/Makefile                     |  1 +
 devel/py-argparse_addons/Makefile  | 21 +++++++++++++++++++++
 devel/py-argparse_addons/distinfo  |  3 +++
 devel/py-argparse_addons/pkg-descr |  1 +
 4 files changed, 26 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index adfbf321ac7d..59d662759203 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4353,6 +4353,7 @@
     SUBDIR += py-argcomplete
     SUBDIR += py-argh
     SUBDIR += py-argparse
+    SUBDIR += py-argparse_addons
     SUBDIR += py-args
     SUBDIR += py-ariadne
     SUBDIR += py-arpeggio
diff --git a/devel/py-argparse_addons/Makefile b/devel/py-argparse_addons/Makefile
new file mode 100755
index 000000000000..bdb69706208b
--- /dev/null
+++ b/devel/py-argparse_addons/Makefile
@@ -0,0 +1,21 @@
+PORTNAME=	argparse_addons
+PORTVERSION=	0.12.0
+CATEGORIES=	devel python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	awoonyaa@gmail.com
+COMMENT=	Additional Python argparse types and actions
+WWW=		https://github.com/eerimoq/argparse_addons
+
+LICENSE=	MIT
+
+BUILD_DEPENDS=	${PY_SETUPTOOLS} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist concurrent pep517
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-argparse_addons/distinfo b/devel/py-argparse_addons/distinfo
new file mode 100755
index 000000000000..c199fc20e47b
--- /dev/null
+++ b/devel/py-argparse_addons/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1703077853
+SHA256 (argparse_addons-0.12.0.tar.gz) = 6322a0dcd706887e76308d23136d5b86da0eab75a282dc6496701d1210b460af
+SIZE (argparse_addons-0.12.0.tar.gz) = 3780
diff --git a/devel/py-argparse_addons/pkg-descr b/devel/py-argparse_addons/pkg-descr
new file mode 100755
index 000000000000..595a0be21551
--- /dev/null
+++ b/devel/py-argparse_addons/pkg-descr
@@ -0,0 +1 @@
+Additional Python argparse types and actions