Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jan 2020 14:51:54 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r524645 - head/devel/py-construct
Message-ID:  <202001301451.00UEpsDY022892@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001301451.00UEpsDY022892>