Date: Sun, 28 Sep 2014 18:43:55 +0000 (UTC) From: Olli Hauer <ohauer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369489 - head/net/py-pysphere Message-ID: <201409281843.s8SIhtg3096081@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409281843.s8SIhtg3096081>