mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
- Fix build when DEFAULT_VERSIONS=python=3.*
- Fix shebang - Bump PORTREVISION for package change With hat: python
This commit is contained in:
parent
b644ea1a6c
commit
0b3d53429d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375063
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= gflags
|
||||
PORTVERSION= 2.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -14,9 +14,12 @@ COMMENT= Commandline flags module for Python
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
USES= python:2
|
||||
USE_PYTHON= distutils
|
||||
PYDISTUTILS_PKGNAME= python_gflags
|
||||
USES= python:2 shebangfix
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
SHEBANG_FILES= gflags2man.py
|
||||
python_OLD_CMD= ${SETENV} python
|
||||
python_CMD= ${PYTHON_CMD}
|
||||
|
||||
PROJECTHOST= python-gflags
|
||||
|
||||
|
@ -1,7 +0,0 @@
|
||||
bin/gflags2man.py
|
||||
%%PYTHON_SITELIBDIR%%/gflags.py
|
||||
%%PYTHON_SITELIBDIR%%/gflags.pyc
|
||||
%%PYTHON_SITELIBDIR%%/gflags.pyo
|
||||
%%PYTHON_SITELIBDIR%%/gflags_validators.py
|
||||
%%PYTHON_SITELIBDIR%%/gflags_validators.pyc
|
||||
%%PYTHON_SITELIBDIR%%/gflags_validators.pyo
|
Loading…
Reference in New Issue
Block a user