svn commit: r430059 - head/www/py-pyocclient

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Dec 30 19:23:14 UTC 2016


Author: sunpoet
Date: Fri Dec 30 19:23:11 2016
New Revision: 430059
URL: https://svnweb.freebsd.org/changeset/ports/430059

Log:
  - Use USES=python:2.7
  - Add NO_ARCH [1]
  
  Approved by:	portmgr (blanket) [1]
  With hat:	python

Modified:
  head/www/py-pyocclient/Makefile

Modified: head/www/py-pyocclient/Makefile
==============================================================================
--- head/www/py-pyocclient/Makefile	Fri Dec 30 19:23:06 2016	(r430058)
+++ head/www/py-pyocclient/Makefile	Fri Dec 30 19:23:11 2016	(r430059)
@@ -14,13 +14,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=2.0.1:www/py-requests
 
-USES=		python
+NO_ARCH=	yes
+USES=		python:2.7
 USE_PYTHON=	autoplist distutils
 
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} >= 3000
-BROKEN=		pyocclient only supports Python 2.x at the moment
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list