mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- use new python:2.7 notation
- use shebangfix - bump PORTREVISION
This commit is contained in:
parent
75a79b79be
commit
d8b553dcfc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369489
1 changed files with 12 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= pysphere
|
PORTNAME= pysphere
|
||||||
PORTVERSION= 0.1.8
|
PORTVERSION= 0.1.8
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= net python
|
CATEGORIES= net python
|
||||||
MASTER_SITES= GOOGLE_CODE
|
MASTER_SITES= GOOGLE_CODE
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -11,11 +11,17 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
MAINTAINER= ohauer@FreeBSD.org
|
MAINTAINER= ohauer@FreeBSD.org
|
||||||
COMMENT= Python API for interaction with the vSphere Web Services SDK
|
COMMENT= Python API for interaction with the vSphere Web Services SDK
|
||||||
|
|
||||||
LICENSE= BSD
|
LICENSE= BSD3CLAUSE
|
||||||
|
|
||||||
USES= dos2unix zip
|
USES= dos2unix zip shebangfix python:2.7
|
||||||
USE_PYTHON= 2
|
USE_PYTHON= distutils autoplist
|
||||||
USE_PYDISTUTILS= yes
|
|
||||||
PYDISTUTILS_AUTOPLIST= yes
|
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>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue