svn commit: r524645 - head/devel/py-construct

Emanuel Haupt ehaupt at FreeBSD.org
Thu Jan 30 14:51:55 UTC 2020


Author: ehaupt
Date: Thu Jan 30 14:51:54 2020
New Revision: 524645
URL: https://svnweb.freebsd.org/changeset/ports/524645

Log:
  This port requires python 3.6 or later.
  
  Notified by:	pkg-fallout

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

Modified: head/devel/py-construct/Makefile
==============================================================================
--- head/devel/py-construct/Makefile	Thu Jan 30 14:45:47 2020	(r524644)
+++ head/devel/py-construct/Makefile	Thu Jan 30 14:51:54 2020	(r524645)
@@ -15,7 +15,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 NO_ARCH=	yes
-USES=		python
+USES=		python:3.6+
 USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>

Modified: head/devel/py-construct/distinfo
==============================================================================
--- head/devel/py-construct/distinfo	Thu Jan 30 14:45:47 2020	(r524644)
+++ head/devel/py-construct/distinfo	Thu Jan 30 14:51:54 2020	(r524645)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1580305140
+TIMESTAMP = 1580395709
 SHA256 (construct-2.10.56.tar.gz) = 97ba13edcd98546f10f7555af41c8ce7ae9d8221525ec4062c03f9adbf940661
 SIZE (construct-2.10.56.tar.gz) = 54823


More information about the svn-ports-all mailing list