diff options
author | koobs <koobs@FreeBSD.org> | 2015-06-11 20:02:37 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2015-06-11 20:02:37 +0800 |
commit | f9300a07e91e86b66dc47c7340cd6a0a156477d2 (patch) | |
tree | 71c2d922f71abde68fed8ba25c4c03b69770e1b5 /sysutils/py-ploy_ansible | |
parent | c3d1610ae066b377b895cb0b92429444d6565374 (diff) | |
download | freebsd-ports-gnome-f9300a07e91e86b66dc47c7340cd6a0a156477d2.tar.gz freebsd-ports-gnome-f9300a07e91e86b66dc47c7340cd6a0a156477d2.tar.zst freebsd-ports-gnome-f9300a07e91e86b66dc47c7340cd6a0a156477d2.zip |
sysutils/py-ploy_ansible: Update to 1.3.0
- Update to 1.3.0 (for Ansible > 1.9.0 support) [1]
- Add setuptools as explicit (PEP-20) RUN_DEPENDS, as ploy_ansible
uses pkg_resources
Changes:
https://github.com/ployground/ploy_ansible/blob/1.3.0/HISTORY.rst
[1] https://github.com/ployground/ploy_ansible/pull/15
PR: 200785
Reported by: <mzs_47 yahoo co in>
Diffstat (limited to 'sysutils/py-ploy_ansible')
-rw-r--r-- | sysutils/py-ploy_ansible/Makefile | 3 | ||||
-rw-r--r-- | sysutils/py-ploy_ansible/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/py-ploy_ansible/Makefile b/sysutils/py-ploy_ansible/Makefile index 3ebc3a5bfa45..af47ed9b14a3 100644 --- a/sysutils/py-ploy_ansible/Makefile +++ b/sysutils/py-ploy_ansible/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ploy_ansible -DISTVERSION= 1.2.4 +PORTVERSION= 1.3.0 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +14,7 @@ LICENSE= GPLv3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ploy>=1.0.0:${PORTSDIR}/sysutils/py-ploy \ ${PYTHON_PKGNAMEPREFIX}execnet>0:${PORTSDIR}/sysutils/py-execnet \ + ${PYTHON_PKGNAMEPREFIX}setuptools${PYTHON_SUFFIX}>0:${PORTSDIR}/devel/py-setuptools${PYTHON_SUFFIX} \ ansible>=1.8.0:${PORTSDIR}/sysutils/ansible USES= python:-2.7 diff --git a/sysutils/py-ploy_ansible/distinfo b/sysutils/py-ploy_ansible/distinfo index b56a00c22488..93027336871b 100644 --- a/sysutils/py-ploy_ansible/distinfo +++ b/sysutils/py-ploy_ansible/distinfo @@ -1,2 +1,2 @@ -SHA256 (ploy_ansible-1.2.4.tar.gz) = e43c8d798c1395e391c598cf76cf67048208577130be4d844713c498bbea2986 -SIZE (ploy_ansible-1.2.4.tar.gz) = 24496 +SHA256 (ploy_ansible-1.3.0.tar.gz) = 8efeab1cccd4eedfd3bd7edbc350816119fcb5418da70dec8507ac3020991589 +SIZE (ploy_ansible-1.3.0.tar.gz) = 26260 |