sysutils/py-ploy_ansible: Update to 1.4.1
Changelog: https://github.com/ployground/ploy_ansible/blob/1.4.1/HISTORY.rst
This commit is contained in:
parent
f2a4f752f6
commit
241e2de551
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=501958
2 changed files with 11 additions and 13 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ploy_ansible
|
||||
PORTVERSION= 1.3.1
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.4.1
|
||||
CATEGORIES= sysutils python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -14,21 +13,19 @@ COMMENT= Plugin to integrate Ansible with ploy
|
|||
LICENSE= GPLv3
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}ploy>=1.0.0:sysutils/py-ploy@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}ploy>=1.0.0,<2:sysutils/py-ploy@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}execnet>0:sysutils/py-execnet@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}ansible1<2.0:sysutils/ansible1@${PY_FLAVOR}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lazy>0:devel/py-lazy@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pytest-capturelog>0:devel/py-pytest-capturelog@${PY_FLAVOR}
|
||||
${PYTHON_PKGNAMEPREFIX}ansible1>=1.8.0,<2.0:sysutils/ansible1@${PY_FLAVOR}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
|
||||
|
||||
USES= python:-2.7
|
||||
USE_PYTHON= autoplist distutils
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
do-test:
|
||||
@cd ${WRKSRC} && \
|
||||
${RM} tox.ini && \
|
||||
${PYTHON_CMD} -m pytest -rsw ploy_ansible
|
||||
${RM} ${WRKSRC}/tox.ini # clobbers our pytest arguments
|
||||
@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (ploy_ansible-1.3.1.tar.gz) = c2aebc2cf1f015aa8a43b6982617b26e30f48e0a479073c7b0ddcdfe9dc46a1c
|
||||
SIZE (ploy_ansible-1.3.1.tar.gz) = 26521
|
||||
TIMESTAMP = 1558175364
|
||||
SHA256 (ploy_ansible-1.4.1.tar.gz) = 53298897e760c43b1f93eed4c2fcd4212a6d0321579ab6631d15a856f78b2c8c
|
||||
SIZE (ploy_ansible-1.4.1.tar.gz) = 25083
|
||||
|
|
Loading…
Reference in a new issue