FreeBSD Bugzilla – Attachment 193471 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 v3
patch (text/plain), 1.92 KB, created by
Nikolai Lifanov
on 2018-05-16 23:18:31 UTC
(
hide
)
Description:
patch v3
Filename:
MIME Type:
Creator:
Nikolai Lifanov
Created:
2018-05-16 23:18:31 UTC
Size:
1.92 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 470100) >+++ 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,14 @@ > ${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} \ >+ ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} > > CONFLICTS?= ansible1-* ansible23-* ansible24-* > >@@ -25,7 +34,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 +69,11 @@ > ${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 >+ ${RM} ${TEST_WRKSRC}/units/modules/net_tools/test_nmcli.py # not conditional/doesn't work with nose >+ ${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
Flags:
eadler
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 228268
:
193420
|
193424
| 193471 |
195296