From owner-svn-ports-head@FreeBSD.ORG Sun Sep 28 18:43:56 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EDBA79E5; Sun, 28 Sep 2014 18:43:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D9E27840; Sun, 28 Sep 2014 18:43:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SIhtc8096082; Sun, 28 Sep 2014 18:43:55 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SIhtg3096081; Sun, 28 Sep 2014 18:43:55 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201409281843.s8SIhtg3096081@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sun, 28 Sep 2014 18:43:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369489 - head/net/py-pysphere X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 18:43:56 -0000 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