svn commit: r497973 - head/devel/py-statgrab

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Apr 5 16:56:42 UTC 2019


Author: amdmi3
Date: Fri Apr  5 16:56:41 2019
New Revision: 497973
URL: https://svnweb.freebsd.org/changeset/ports/497973

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

Modified:
  head/devel/py-statgrab/Makefile

Modified: head/devel/py-statgrab/Makefile
==============================================================================
--- head/devel/py-statgrab/Makefile	Fri Apr  5 16:55:24 2019	(r497972)
+++ head/devel/py-statgrab/Makefile	Fri Apr  5 16:56:41 2019	(r497973)
@@ -14,7 +14,7 @@ COMMENT=	Set of Python bindings for libstatgrab
 
 LIB_DEPENDS=	libstatgrab.so:devel/libstatgrab
 
-USES=		pkgconfig python
+USES=		pkgconfig python:-3.6
 USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list