git: 8874bfd464ff - main - devel/py-argcomplete: Update to 2.1.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Apr 2023 17:35:56 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=8874bfd464ffce7e3107a3e920f33ef42fb6e309 commit 8874bfd464ffce7e3107a3e920f33ef42fb6e309 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-05 17:15:50 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-05 17:30:14 +0000 devel/py-argcomplete: Update to 2.1.2 - Update WWW and clean up pkg-descr Changes: https://github.com/kislyuk/argcomplete/releases --- devel/py-argcomplete/Makefile | 7 ++++--- devel/py-argcomplete/distinfo | 6 +++--- devel/py-argcomplete/pkg-descr | 2 -- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/devel/py-argcomplete/Makefile b/devel/py-argcomplete/Makefile index 32daa0bf30e4..5543c553a98c 100644 --- a/devel/py-argcomplete/Makefile +++ b/devel/py-argcomplete/Makefile @@ -1,18 +1,19 @@ PORTNAME= argcomplete -PORTVERSION= 2.0.0 +PORTVERSION= 2.1.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Bash tab completion for argparse -WWW= https://pypi.org/project/argcomplete/ +WWW= https://github.com/kislyuk/argcomplete LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.rst TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}flake8>=0:devel/py-flake8@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mypy>=0:devel/py-mypy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pexpect>=0:misc/py-pexpect@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} @@ -24,7 +25,7 @@ NO_ARCH= yes .include <bsd.port.pre.mk> .if ${PYTHON_REL} < 30800 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0.23<5:devel/py-importlib-metadata@${PY_FLAVOR} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0.23<6:devel/py-importlib-metadata@${PY_FLAVOR} .endif .include <bsd.port.post.mk> diff --git a/devel/py-argcomplete/distinfo b/devel/py-argcomplete/distinfo index 02b0c4d2f48e..2521f7461cc3 100644 --- a/devel/py-argcomplete/distinfo +++ b/devel/py-argcomplete/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1643971040 -SHA256 (argcomplete-2.0.0.tar.gz) = 6372ad78c89d662035101418ae253668445b391755cfe94ea52f1b9d22425b20 -SIZE (argcomplete-2.0.0.tar.gz) = 54164 +TIMESTAMP = 1679498644 +SHA256 (argcomplete-2.1.2.tar.gz) = fc82ef070c607b1559b5c720529d63b54d9dcf2dcfc2632b10e6372314a34457 +SIZE (argcomplete-2.1.2.tar.gz) = 54114 diff --git a/devel/py-argcomplete/pkg-descr b/devel/py-argcomplete/pkg-descr index 6162b93edce3..5cbe5c0ca0a0 100644 --- a/devel/py-argcomplete/pkg-descr +++ b/devel/py-argcomplete/pkg-descr @@ -10,5 +10,3 @@ Argcomplete is particularly useful if your program has lots of options or subparsers, and if your program can dynamically suggest completions for your argument/option values (for example, if the user is browsing resources over the network). - -See also: https://github.com/kislyuk/argcomplete