svn commit: r477352 - in head/sysutils: . py-ansible-lint
Matthew Seaman
matthew at FreeBSD.org
Thu Aug 16 15:52:12 UTC 2018
Author: matthew
Date: Thu Aug 16 15:52:10 2018
New Revision: 477352
URL: https://svnweb.freebsd.org/changeset/ports/477352
Log:
ansible-lint checks playbooks for practices and behaviour that could
potentially be improved.
WWW: https://github.com/willthames/ansible-lint
Added:
head/sysutils/py-ansible-lint/
head/sysutils/py-ansible-lint/Makefile (contents, props changed)
head/sysutils/py-ansible-lint/Makefile~ (contents, props changed)
head/sysutils/py-ansible-lint/distinfo (contents, props changed)
head/sysutils/py-ansible-lint/pkg-descr (contents, props changed)
head/sysutils/py-ansible-lint/pkg-descr~ (contents, props changed)
Modified:
head/sysutils/Makefile
Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile Thu Aug 16 15:44:52 2018 (r477351)
+++ head/sysutils/Makefile Thu Aug 16 15:52:10 2018 (r477352)
@@ -959,6 +959,7 @@
SUBDIR += pxattr
SUBDIR += py-XenAPI
SUBDIR += py-analyzemft
+ SUBDIR += py-ansible-lint
SUBDIR += py-bcfg2
SUBDIR += py-cdmi
SUBDIR += py-consul
Added: head/sysutils/py-ansible-lint/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/py-ansible-lint/Makefile Thu Aug 16 15:52:10 2018 (r477352)
@@ -0,0 +1,28 @@
+# $FreeBSD$
+
+PORTNAME= ansible-lint
+PORTVERSION= 3.4.23
+CATEGORIES= sysutils python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= mseaman at FreeBSD.org
+COMMENT= Checks playbooks for sub-optimal practices and behaviour
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flake8>0:devel/py-flake8@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pep8-naming>0:devel/py-pep8-naming@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+
+NO_ARCH= yes
+USES= python
+USE_PYTHON= autoplist concurrent distutils
+
+do-test:
+ @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m tox)
+
+.include <bsd.port.mk>
Added: head/sysutils/py-ansible-lint/Makefile~
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/py-ansible-lint/Makefile~ Thu Aug 16 15:52:10 2018 (r477352)
@@ -0,0 +1,29 @@
+# $FreeBSD$
+
+PORTNAME= ansible-lint
+PORTVERSION= 3.4.23
+CATEGORIES= sysutils python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= mseaman at FreeBSD.org
+COMMENT= Checks playbooks for sub-optimal practices and behaviour
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flake8>0:devel/py-flake8@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pep8-naming>0:devel/py-pep8-naming@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+
+NO_ARCH= yes
+USES= python
+USE_PYTHON= autoplist concurrent distutils
+
+do-test:
+ @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m tox)
+
+
+.include <bsd.port.mk>
Added: head/sysutils/py-ansible-lint/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/py-ansible-lint/distinfo Thu Aug 16 15:52:10 2018 (r477352)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1534433373
+SHA256 (ansible-lint-3.4.23.tar.gz) = 7686dad54aab9281562a5788415af1488b9af8a5acc99c042ecb9959b6ab7a57
+SIZE (ansible-lint-3.4.23.tar.gz) = 19359
Added: head/sysutils/py-ansible-lint/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/py-ansible-lint/pkg-descr Thu Aug 16 15:52:10 2018 (r477352)
@@ -0,0 +1,4 @@
+ansible-lint checks playbooks for practices and behaviour that could
+potentially be improved.
+
+WWW: https://github.com/willthames/ansible-lint
Added: head/sysutils/py-ansible-lint/pkg-descr~
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/py-ansible-lint/pkg-descr~ Thu Aug 16 15:52:10 2018 (r477352)
@@ -0,0 +1,5 @@
+ansible-lint checks playbooks for practices and behaviour that could
+potentially be improved.
+
+WWW: https://github.com/willthames/ansible-lint
+
More information about the svn-ports-all
mailing list