FreeBSD Bugzilla – Attachment 193424 Details for
Bug 228268
sysutils/ansible: Fix multiple Python version (and flavor) support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch v2
ansible-issue-228268.patch (text/plain), 1.76 KB, created by
Kubilay Kocak
on 2018-05-15 11:15:10 UTC
(
hide
)
Description:
patch v2
Filename:
MIME Type:
Creator:
Kubilay Kocak
Created:
2018-05-15 11:15:10 UTC
Size:
1.76 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 469609) >+++ Makefile (working copy) >@@ -2,9 +2,10 @@ > > PORTNAME= ansible > PORTVERSION?= 2.5.2 >-PORTREVISION?= 1 >+PORTREVISION?= 2 > CATEGORIES= sysutils python > MASTER_SITES= http://releases.ansible.com/ansible/ >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > > MAINTAINER= lifanov@FreeBSD.org > COMMENT= Radically simple IT automation >@@ -18,6 +19,13 @@ > ${PYTHON_PKGNAMEPREFIX}paramiko>0:security/py-paramiko@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} >+TEST_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}pytest-mock>0:devel/py-pytest-mock@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}passlib>0:security/py-passlib@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} > > CONFLICTS?= ansible1-* ansible23-* ansible24-* > >@@ -25,7 +33,7 @@ > > NO_ARCH= yes > USES?= cpe python >-USE_PYTHON= autoplist distutils noflavors >+USE_PYTHON= distutils autoplist concurrent > CPE_VENDOR= ansibleworks > > SUB_FILES= pkg-message >@@ -60,4 +68,10 @@ > ${INSTALL_DATA} ${WRKSRC}/examples/ansible.cfg ${STAGEDIR}${EXAMPLESDIR} > ${INSTALL_DATA} ${WRKSRC}/examples/hosts ${STAGEDIR}${EXAMPLESDIR} > >+TEST_WRKSRC=${WRKSRC}/test >+ >+do-test: >+# ${PYTHON_CMD} ${TEST_WRKSRC}/runner/ansible-test sanity --python ${PYTHON_VER} -v >+ ${PYTHON_CMD} ${TEST_WRKSRC}/runner/ansible-test units --python ${PYTHON_VER} -v >+ > .include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 228268
:
193420
|
193424
|
193471
|
195296