Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Apr 2019 15:29:38 +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: r497967 - head/www/py-http-parser
Message-ID:  <201904051529.x35FTcHL058997@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



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