Date: Sat, 18 Oct 2014 13:18:19 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371124 - in head/www: py-WebFlash py-WebTest py-aiohttp Message-ID: <201410181318.s9IDIJrw037845@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Sat Oct 18 13:18:19 2014 New Revision: 371124 URL: https://svnweb.freebsd.org/changeset/ports/371124 QAT: https://qat.redports.org/buildarchive/r371124/ Log: Convert to USES=python Approved by: portmgr (blanket) Deleted: head/www/py-WebTest/pkg-plist Modified: head/www/py-WebFlash/Makefile head/www/py-WebFlash/pkg-descr head/www/py-WebTest/Makefile head/www/py-aiohttp/Makefile Modified: head/www/py-WebFlash/Makefile ============================================================================== --- head/www/py-WebFlash/Makefile Sat Oct 18 13:17:26 2014 (r371123) +++ head/www/py-WebFlash/Makefile Sat Oct 18 13:18:19 2014 (r371124) @@ -11,8 +11,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wenheping@gmail.com COMMENT= Library to display flash messages in python web applications -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= autoplist distutils .include <bsd.port.mk> Modified: head/www/py-WebFlash/pkg-descr ============================================================================== --- head/www/py-WebFlash/pkg-descr Sat Oct 18 13:17:26 2014 (r371123) +++ head/www/py-WebFlash/pkg-descr Sat Oct 18 13:18:19 2014 (r371124) @@ -5,4 +5,4 @@ number has been stolen, ...). One import must provide is the ability to survive a redirect (ie: display the message in a page after being redirected from a form submission). -WWW: http://python-rum.org/wiki/WebFlash +WWW: http://python-rum.org/wiki/WebFlash Modified: head/www/py-WebTest/Makefile ============================================================================== --- head/www/py-WebTest/Makefile Sat Oct 18 13:17:26 2014 (r371123) +++ head/www/py-WebTest/Makefile Sat Oct 18 13:18:19 2014 (r371124) @@ -21,8 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six> ${PYTHON_PKGNAMEPREFIX}waitress>0:${PORTSDIR}/www/py-waitress \ ${PYTHON_PKGNAMEPREFIX}webob>=1.2:${PORTSDIR}/www/py-webob -USES= zip -USE_PYTHON= yes -USE_PYDISTUTILS= yes +USES= python zip +USE_PYTHON= autoplist distutils .include <bsd.port.mk> Modified: head/www/py-aiohttp/Makefile ============================================================================== --- head/www/py-aiohttp/Makefile Sat Oct 18 13:17:26 2014 (r371123) +++ head/www/py-aiohttp/Makefile Sat Oct 18 13:18:19 2014 (r371124) @@ -22,9 +22,8 @@ OPTIONS_DEFINE= TESTS TESTS_DESC= Install tools for test suite TESTS_BUILD_DEPENDS= ${TEST_DEPENDS} -USE_PYTHON= 3.3+ -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:3.3+ +USE_PYTHON= autoplist distutils .include <bsd.port.pre.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410181318.s9IDIJrw037845>