svn commit: r371116 - head/www/py-clientform

Ruslan Makhmatkhanov rm at FreeBSD.org
Sat Oct 18 11:47:25 UTC 2014


Author: rm
Date: Sat Oct 18 11:47:24 2014
New Revision: 371116
URL: https://svnweb.freebsd.org/changeset/ports/371116
QAT: https://qat.redports.org/buildarchive/r371116/

Log:
  www/py-clientform: convert to USES=python
  
  - convert to USES=python
  - limit to python2:
    """
    Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "setup.py", line 13
      False, True = 0, 1
         ^
    SyntaxError: can't assign to keyword
    """
  
  Approved by:	portmgr (blanket)

Modified:
  head/www/py-clientform/Makefile

Modified: head/www/py-clientform/Makefile
==============================================================================
--- head/www/py-clientform/Makefile	Sat Oct 18 11:42:24 2014	(r371115)
+++ head/www/py-clientform/Makefile	Sat Oct 18 11:47:24 2014	(r371116)
@@ -13,10 +13,7 @@ DISTNAME=	ClientForm-${PORTVERSION}
 MAINTAINER=	lwhsu at FreeBSD.org
 COMMENT=	Client-side HTTP Form for Python
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
-PYDISTUTILS_PKGNAME=	ClientForm
-
+USES=		python:2
+USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list