svn commit: r369489 - head/net/py-pysphere
Olli Hauer
ohauer at FreeBSD.org
Sun Sep 28 18:43:56 UTC 2014
Author: ohauer
Date: Sun Sep 28 18:43:55 2014
New Revision: 369489
URL: http://svnweb.freebsd.org/changeset/ports/369489
QAT: https://qat.redports.org/buildarchive/r369489/
Log:
- use new python:2.7 notation
- use shebangfix
- bump PORTREVISION
Modified:
head/net/py-pysphere/Makefile
Modified: head/net/py-pysphere/Makefile
==============================================================================
--- head/net/py-pysphere/Makefile Sun Sep 28 18:40:48 2014 (r369488)
+++ head/net/py-pysphere/Makefile Sun Sep 28 18:43:55 2014 (r369489)
@@ -3,7 +3,7 @@
PORTNAME= pysphere
PORTVERSION= 0.1.8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net python
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,11 +11,17 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ohauer at FreeBSD.org
COMMENT= Python API for interaction with the vSphere Web Services SDK
-LICENSE= BSD
+LICENSE= BSD3CLAUSE
-USES= dos2unix zip
-USE_PYTHON= 2
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= dos2unix zip shebangfix python:2.7
+USE_PYTHON= distutils autoplist
+
+SHEBANG_LANG= python
+python_OLD_CMD= /usr/bin/env python
+python_CMD= ${PYTHON_CMD}
+SHEBANG_FILES= *.py \
+ pysphere/ZSI/*.py \
+ pysphere/ZSI/generate/*.py \
+ pysphere/ZSI/wstools/*.py
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list