Skip to content

Commit

Permalink
sysutils/py-ansible-lint: update to 6.15.0
Browse files Browse the repository at this point in the history
Switch build system to USE_PYTHON=pep517

Changes:	https://github.com/ansible/ansible-lint/releases/tag/v6.15.0
  • Loading branch information
infracaninophile committed Apr 22, 2023
1 parent 6ebeb80 commit 23a1dc2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 14 deletions.
11 changes: 3 additions & 8 deletions sysutils/py-ansible-lint/Makefile
@@ -1,5 +1,5 @@
PORTNAME= ansible-lint
PORTVERSION= 6.14.6
PORTVERSION= 6.15.0
CATEGORIES= sysutils python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -23,12 +23,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ansible-core>=2.12.0:sysutils/py-ansible-cor
${PYTHON_PKGNAMEPREFIX}yaml>=5.4.1:devel/py-yaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yamllint>=1.30.0:devel/py-yamllint@${PY_FLAVOR}
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=63.0.0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools_scm>=6.4.2:devel/py-setuptools_scm@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}setuptools_scm7>=7.0.5:devel/py-setuptools_scm7@${PY_FLAVOR}

TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage_enable_subprocess>0:devel/py-coverage_enable_subprocess@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}coverage>-6.4.4:devel/py-coverage@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}flake8>0:devel/py-flake8@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}flake8-future-annotations>0:devel/py-flake8-future-annotations@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mypy>0:devel/py-mypy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}netaddr>0:net/py-netaddr@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} \
Expand All @@ -41,11 +39,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage_enable_subprocess>0:devel/py-cover
${PYTHON_PKGNAMEPREFIX}types-PyYAML>0:devel/py-types-PyYAML@${PY_FLAVOR}

USES= python:3.9+
USE_PYTHON= autoplist concurrent distutils pytest
USE_PYTHON= autoplist concurrent pep517 pytest

NO_ARCH= yes

post-patch:
@${CP} ${FILESDIR}/setup.py ${WRKSRC}/

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions sysutils/py-ansible-lint/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1681395644
SHA256 (ansible-lint-6.14.6.tar.gz) = 2a364458ae46c8edc3d6b5a78ac573dc1a49eec64c856c85a2cb205ea3d38a2e
SIZE (ansible-lint-6.14.6.tar.gz) = 475624
TIMESTAMP = 1682150603
SHA256 (ansible-lint-6.15.0.tar.gz) = 4ce790cf0006760ba01d8b946d80303702fc7454bd19c6b3079dd98d40517e6f
SIZE (ansible-lint-6.15.0.tar.gz) = 478067
3 changes: 0 additions & 3 deletions sysutils/py-ansible-lint/files/setup.py

This file was deleted.

0 comments on commit 23a1dc2

Please sign in to comment.