Date: Fri, 30 Dec 2016 19:23:11 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430059 - head/www/py-pyocclient Message-ID: <201612301923.uBUJNBle056284@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612301923.uBUJNBle056284>