svn commit: r550565 - in head/devel/py-argcomplete: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Sep 29 18:17:57 UTC 2020


Author: sunpoet
Date: Tue Sep 29 18:17:53 2020
New Revision: 550565
URL: https://svnweb.freebsd.org/changeset/ports/550565

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

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

Modified: head/devel/py-argcomplete/Makefile
==============================================================================
--- head/devel/py-argcomplete/Makefile	Tue Sep 29 18:17:48 2020	(r550564)
+++ head/devel/py-argcomplete/Makefile	Tue Sep 29 18:17:53 2020	(r550565)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	argcomplete
-PORTVERSION=	1.12.0
+PORTVERSION=	1.12.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -26,7 +26,7 @@ NO_ARCH=	yes
 .include <bsd.port.pre.mk>
 
 .if ${PYTHON_REL} < 3800
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0.23:devel/py-importlib-metadata@${PY_FLAVOR}
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0.23<3:devel/py-importlib-metadata@${PY_FLAVOR}
 .endif
 
 .include <bsd.port.post.mk>

Modified: head/devel/py-argcomplete/distinfo
==============================================================================
--- head/devel/py-argcomplete/distinfo	Tue Sep 29 18:17:48 2020	(r550564)
+++ head/devel/py-argcomplete/distinfo	Tue Sep 29 18:17:53 2020	(r550565)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1595416581
-SHA256 (argcomplete-1.12.0.tar.gz) = 2fbe5ed09fd2c1d727d4199feca96569a5b50d44c71b16da9c742201f7cc295c
-SIZE (argcomplete-1.12.0.tar.gz) = 53625
+TIMESTAMP = 1601319694
+SHA256 (argcomplete-1.12.1.tar.gz) = 849c2444c35bb2175aea74100ca5f644c29bf716429399c0f2203bb5d9a8e4e6
+SIZE (argcomplete-1.12.1.tar.gz) = 53677


More information about the svn-ports-all mailing list