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>
This commit is contained in:
Kubilay Kocak 2015-06-11 12:02:37 +00:00
parent a59094b353
commit bf7f06847e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389194
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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