Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Apr 2019 15:26:49 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r497966 - head/devel/py-pymtbl
Message-ID:  <201904051526.x35FQn3q058809@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Apr  5 15:26:49 2019
New Revision: 497966
URL: https://svnweb.freebsd.org/changeset/ports/497966

Log:
  - Document incompatibility with python 3.7+
  
  Approved by:	portmgr blanket

Modified:
  head/devel/py-pymtbl/Makefile

Modified: head/devel/py-pymtbl/Makefile
==============================================================================
--- head/devel/py-pymtbl/Makefile	Fri Apr  5 15:22:18 2019	(r497965)
+++ head/devel/py-pymtbl/Makefile	Fri Apr  5 15:26:49 2019	(r497966)
@@ -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 distutils
 
 SHEBANG_FILES=	examples/*.py examples/*/*.py



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