Fix packaging on Python 3+ and unbreak this port

PR:		224029
Reported by:	Henrik Hudson <ports@thelanman.net>
Approved by:	portmgr (blanket)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-12-12 13:35:38 +00:00
parent 5a0605e31b
commit d187f2f62c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456165
2 changed files with 4 additions and 6 deletions

View File

@ -13,10 +13,6 @@ COMMENT= Distributed remote execution and configuration management system
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
py34_BROKEN= fails to package
py35_BROKEN= fails to package
py36_BROKEN= fails to package
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}MarkupSafe>0:textproc/py-MarkupSafe@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3@${FLAVOR} \

View File

@ -1,5 +1,7 @@
@sample %%ETCDIR%%/master.sample
@sample %%ETCDIR%%/minion.sample
%%PYTHON_SITELIBDIR%%/salt/_syspaths.py
%%PYTHON_SITELIBDIR%%/salt/_syspaths.pyc
%%PYTHON_SITELIBDIR%%/salt/_syspaths.pyo
%%PYTHON2%%%%PYTHON_SITELIBDIR%%/salt/_syspaths.pyc
%%PYTHON2%%%%PYTHON_SITELIBDIR%%/salt/_syspaths.pyo
%%PYTHON3%%%%PYTHON_SITELIBDIR%%/salt/__pycache__/_syspaths.cpython-%%PYTHON_SUFFIX%%.pyc
%%PYTHON3%%%%PYTHON_SITELIBDIR%%/salt/__pycache__/_syspaths.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%