Update to 1.11.0
Changes: https://github.com/kislyuk/argcomplete/releases
This commit is contained in:
parent
99a7cd0cc0
commit
fc969ecb64
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521309
2 changed files with 11 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= argcomplete
|
||||
PORTVERSION= 1.10.3
|
||||
PORTVERSION= 1.11.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -23,4 +23,10 @@ USE_PYTHON= autoplist concurrent distutils
|
|||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 3800
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0.23<2:devel/py-importlib-metadata@${PY_FLAVOR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1575908030
|
||||
SHA256 (argcomplete-1.10.3.tar.gz) = a37f522cf3b6a34abddfedb61c4546f60023b3799b22d1cd971eacdc0861530a
|
||||
SIZE (argcomplete-1.10.3.tar.gz) = 50173
|
||||
TIMESTAMP = 1577523886
|
||||
SHA256 (argcomplete-1.11.0.tar.gz) = 783d6a12c6c84a33653dc5bac4d6c0640ba64d1037c2662acd9dbe410c26056f
|
||||
SIZE (argcomplete-1.11.0.tar.gz) = 50555
|
||||
|
|
Loading…
Reference in a new issue