Skip to content

Commit

Permalink
devel/py-cfn-lint: Update to 0.54.2
Browse files Browse the repository at this point in the history
* Switch to DISTVERSION
* Reformat Makefile with portfmt

PR:		258854
Approved by:	ygy (mentor)
Differential Revision:	https://reviews.freebsd.org/D32544
  • Loading branch information
nanorkyo authored and Yasuhiro Kimura committed Oct 19, 2021
1 parent f11241a commit e2f1240
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions devel/py-cfn-lint/Makefile
@@ -1,5 +1,5 @@
PORTNAME= cfn-lint
PORTVERSION= 0.53.0
DISTVERSION= 0.54.2
CATEGORIES= devel python textproc
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -10,13 +10,13 @@ COMMENT= AWS CloudFormation Linter
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>5.4:devel/py-yaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.11:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}aws-sam-translator>=1.38.0:devel/py-aws-sam-translator@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aws-sam-translator>=1.38.0:devel/py-aws-sam-translator@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jsonpatch>0:devel/py-jsonpatch@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jsonschema>=3.2:devel/py-jsonschema@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}junit-xml>=1.9:textproc/py-junit-xml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}networkx>=2.4:math/py-networkx@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}junit-xml>=1.9:textproc/py-junit-xml@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}six>=1.11:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>5.4:devel/py-yaml@${PY_FLAVOR}

py36_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}importlib-resources>=1.4:devel/py-importlib-resources@${PY_FLAVOR}

Expand Down
6 changes: 3 additions & 3 deletions devel/py-cfn-lint/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1632014694
SHA256 (cfn-lint-0.53.0.tar.gz) = b7f5964842f7a44c5af9c61d64308dc4bcb718cf5de5428781d5564e9663463d
SIZE (cfn-lint-0.53.0.tar.gz) = 6594211
TIMESTAMP = 1633139083
SHA256 (cfn-lint-0.54.2.tar.gz) = 82a2cc7d6fa3bbdc303bf1eb87f92ba6b3c552d8aef31918b47b69648ce262d3
SIZE (cfn-lint-0.54.2.tar.gz) = 6744343

0 comments on commit e2f1240

Please sign in to comment.