diff options
| author | Shapovalov Alexey <aishapoval@mts.ru> | 2024-07-04 07:09:44 +0000 |
|---|---|---|
| committer | Gleb Popov <arrowd@FreeBSD.org> | 2024-08-17 20:44:39 +0000 |
| commit | a15a357dee73239696bba1d764b697d069025d2f (patch) | |
| tree | b33c1a02cbf910ab1d2b4d567db2486539e283c1 | |
| parent | 6f8772bed71abb54f1ba0ae5b0f8811ce7b7d222 (diff) | |
devel/py-argparse_addons: additional Python argparse types and actions
Sponsored by: Serenity Cybersecurity, LLC
| -rw-r--r-- | devel/Makefile | 1 | ||||
| -rwxr-xr-x | devel/py-argparse_addons/Makefile | 21 | ||||
| -rwxr-xr-x | devel/py-argparse_addons/distinfo | 3 | ||||
| -rwxr-xr-x | devel/py-argparse_addons/pkg-descr | 1 |
4 files changed, 26 insertions, 0 deletions
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 |
