Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jan 2021 19:05:46 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r563515 - in head: devel/py-pymtbl net/py-pynmsg
Message-ID:  <202101311905.10VJ5kFO025821@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Jan 31 19:05:45 2021
New Revision: 563515
URL: https://svnweb.freebsd.org/changeset/ports/563515

Log:
  Remove python 2.7 support

Modified:
  head/devel/py-pymtbl/Makefile
  head/net/py-pynmsg/Makefile

Modified: head/devel/py-pymtbl/Makefile
==============================================================================
--- head/devel/py-pymtbl/Makefile	Sun Jan 31 19:01:15 2021	(r563514)
+++ head/devel/py-pymtbl/Makefile	Sun Jan 31 19:05:45 2021	(r563515)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
 LIB_DEPENDS=	libmtbl.so:devel/mtbl
 
-USES=		pkgconfig python shebangfix uniquefiles:dirs
+USES=		pkgconfig python:3.6+ shebangfix uniquefiles:dirs
 USE_PYTHON=	autoplist cython distutils
 
 SHEBANG_FILES=	examples/*.py examples/*/*.py

Modified: head/net/py-pynmsg/Makefile
==============================================================================
--- head/net/py-pynmsg/Makefile	Sun Jan 31 19:01:15 2021	(r563514)
+++ head/net/py-pynmsg/Makefile	Sun Jan 31 19:05:45 2021	(r563515)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
 LIB_DEPENDS=	libnmsg.so:net/nmsg
 
-USES=		pkgconfig python shebangfix uniquefiles:dirs
+USES=		pkgconfig python:3.6+ shebangfix uniquefiles:dirs
 USE_PYTHON=	autoplist cython distutils
 
 SHEBANG_FILES=	examples/*.py



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