svn commit: r521309 - head/devel/py-argcomplete

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 29 12:54:05 UTC 2019


Author: sunpoet
Date: Sun Dec 29 12:54:04 2019
New Revision: 521309
URL: https://svnweb.freebsd.org/changeset/ports/521309

Log:
  Update to 1.11.0
  
  Changes:	https://github.com/kislyuk/argcomplete/releases

Modified:
  head/devel/py-argcomplete/Makefile
  head/devel/py-argcomplete/distinfo

Modified: head/devel/py-argcomplete/Makefile
==============================================================================
--- head/devel/py-argcomplete/Makefile	Sun Dec 29 12:53:43 2019	(r521308)
+++ head/devel/py-argcomplete/Makefile	Sun Dec 29 12:54:04 2019	(r521309)
@@ -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>

Modified: head/devel/py-argcomplete/distinfo
==============================================================================
--- head/devel/py-argcomplete/distinfo	Sun Dec 29 12:53:43 2019	(r521308)
+++ head/devel/py-argcomplete/distinfo	Sun Dec 29 12:54:04 2019	(r521309)
@@ -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


More information about the svn-ports-all mailing list