svn commit: r497967 - head/www/py-http-parser

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Apr 5 15:29:39 UTC 2019


Author: amdmi3
Date: Fri Apr  5 15:29:38 2019
New Revision: 497967
URL: https://svnweb.freebsd.org/changeset/ports/497967

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

Modified:
  head/www/py-http-parser/Makefile

Modified: head/www/py-http-parser/Makefile
==============================================================================
--- head/www/py-http-parser/Makefile	Fri Apr  5 15:26:49 2019	(r497966)
+++ head/www/py-http-parser/Makefile	Fri Apr  5 15:29:38 2019	(r497967)
@@ -13,7 +13,7 @@ COMMENT=	HTTP request/response parser for python in C
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		python
+USES=		python:-3.6
 USE_PYTHON=	autoplist distutils
 
 post-install:


More information about the svn-ports-all mailing list