Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Apr 2019 15:22:18 +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: r497965 - head/net/py-pynmsg
Message-ID:  <201904051522.x35FMIN4058556@repo.freebsd.org>

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

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

Modified:
  head/net/py-pynmsg/Makefile

Modified: head/net/py-pynmsg/Makefile
==============================================================================
--- head/net/py-pynmsg/Makefile	Fri Apr  5 15:16:59 2019	(r497964)
+++ head/net/py-pynmsg/Makefile	Fri Apr  5 15:22:18 2019	(r497965)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 LIB_DEPENDS=	libnmsg.so:net/nmsg
 
 USE_PYTHON=	autoplist distutils
-USES=		pkgconfig python shebangfix uniquefiles:dirs
+USES=		pkgconfig python:-3.6 shebangfix uniquefiles:dirs
 
 SHEBANG_FILES=	examples/*.py
 



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