Port details |
- py-cfn-lint AWS CloudFormation Linter
- 0.87.11 devel =2 0.87.6_1Version of this port present on the latest quarterly branch.
- Maintainer: nork@FreeBSD.org
- Port Added: 2019-06-15 13:39:42
- Last Update: 2024-10-28 07:24:24
- Commit Hash: ad477ee
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python textproc
- License: MIT
- WWW:
- https://pypi.org/project/cfn-lint/
- Description:
- Validate CloudFormation yaml/json templates against the CloudFormation spec and
additional checks. Includes checking valid values for resource properties and
best practices.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}cfn-lint>0:devel/py-cfn-lint@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-cfn-lint/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-cfn-lint
- pkg install py311-cfn-lint
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-cfn-lint listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-cfn-lint
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1730072131
SHA256 (cfn_lint-0.87.11.tar.gz) = 7c5111300f5447cd2424f3ef226e1c59f34a99a116a385c28f5cbde317ac700b
SIZE (cfn_lint-0.87.11.tar.gz) = 4319591
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-aws-sam-translator>=1.91.0 : devel/py-aws-sam-translator@py311
- py311-jschema-to-python>=1.2.3 : devel/py-jschema-to-python@py311
- py311-jsonpatch>0 : devel/py-jsonpatch@py311
- py311-jsonschema>=3.0<5 : devel/py-jsonschema@py311
- py311-junit-xml>=1.9 : textproc/py-junit-xml@py311
- py311-networkx>=2.4,2<4,2 : math/py-networkx@py311
- py311-pyyaml>5.4 : devel/py-pyyaml@py311
- py311-regex>=2021.7.1 : textproc/py-regex@py311
- py311-sarif-om>=1.0.4 : devel/py-sarif-om@py311
- py311-sympy>=1.0.0 : math/py-sympy@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-cfn-lint
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.87.11 28 Oct 2024 07:24:24 |
Norikatsu Shigemura (nork) |
devel/py-cfn-lint: Update to 0.87.11
I'll update cfn-lint v0 series to v1 next time.
SEE ALSO: https://aws.amazon.com/jp/blogs/devops/aws-cloudformation-linter-v1/
Approved by: hrs (mentor, blanket) |
0.87.6_1 07 Jul 2024 08:05:33 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change |
0.87.6 20 Jun 2024 00:36:58 |
Norikatsu Shigemura (nork) |
devel/py-cfn-lint: Update to 0.87.6
Approved by: hrs (mentor) |
0.83.7 12 May 2024 21:39:44 |
Yuri Victorovich (yuri) |
devel/py-cfn-lint: Fix build by correcting epoch in the dependency
Reported by: fallout |
0.83.7 08 Jan 2024 13:56:41 |
Norikatsu Shigemura (nork) |
devel/py-cfn-lint: Update to 0.83.7
ChangeLogs: https://github.com/aws-cloudformation/cfn-lint/compare/v0.77.5...v0.83.7
Approved by: hrs (mentor) |
0.77.5 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
0.77.5 11 May 2023 10:06:53 |
Norikatsu Shigemura (nork) |
devel/py-cfn-lint: Add make test target
Approved by: hrs (mentor) |
0.77.5 11 May 2023 10:06:52 |
Norikatsu Shigemura (nork) |
devel/py-cfn-lint: Update to 0.77.5
Approved by: hrs (mentor) |
0.74.3_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
0.74.3 17 Mar 2023 14:29:33 |
Norikatsu Shigemura (nork) |
devel/py-cfn-lint: Update to 0.74.3
Changelog: https://github.com/aws-cloudformation/cfn-lint/compare/v0.72.5...v0.74.3
PR: 269046
Approved by: hrs (mentor) |
0.72.5 23 Feb 2023 08:56:34 |
Norikatsu Shigemura (nork) |
devel/py-cfn-lint: Change MAINTAINERship to myself
Approved by: hrs (mentor) |
0.72.5 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
0.72.5 22 Dec 2022 09:05:23 |
Li-Wen Hsu (lwhsu) Author: Norikatsu Shigemura |
devel/py-cfn-lint: Update to 0.72.5
https://github.com/aws-cloudformation/cfn-lint/releases/tag/v0.72.5
PR: 268433 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.61.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.61.0 10 Jun 2022 19:25:18 |
Nuno Teixeira (eduardo) Author: Norikatsu Shigemura |
devel/py-cfn-lint: Update to 0.61.0
ChangeLog: https://github.com/aws-cloudformation/cfn-lint/releases/tag/v0.61.0
PR: 264601 |
0.60.1 10 Jun 2022 17:47:11 |
Nuno Teixeira (eduardo) Author: Norikatsu Shigemura |
devel/py-cfn-lint: Update to 0.60.1
ChangeLog: https://github.com/aws-cloudformation/cfn-lint/releases/tag/v0.60.1
PR: 264374 |
0.54.2 29 Jan 2022 10:44:18 |
Tobias Kortkamp (tobik) |
cleanup: Python 3.6 is unsupported now
Reported by: portscan |
0.54.2 19 Oct 2021 01:37:17 |
Yasuhiro Kimura (yasu) Author: Norikatsu Shigemura |
devel/py-cfn-lint: Update to 0.54.2
* Switch to DISTVERSION
* Reformat Makefile with portfmt
PR: 258854
Approved by: ygy (mentor)
Differential Revision: https://reviews.freebsd.org/D32544 |
0.53.0 21 Sep 2021 03:22:24 |
Wen Heping (wen) |
devel/py-cfn-lint: Update to 0.53.0
Update DEPENDS
Limit python version to 3.6-3.9
PR: 258144
Reported by: nork@ninth-nine.com(maintainer) |
0.27.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.27.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.27.1 14 Jul 2020 07:59:28 |
antoine |
Unbreak bulk -a |
0.27.1 22 Jan 2020 18:29:47 |
tcberner |
devel/py-cfn-lint: Update to 0.27.1
PR: 243505
Submitted by: nork@ninth-nine.com (maintainer) |
0.26.1_1 03 Jan 2020 07:42:46 |
tobik |
devel/py-cfn-lint: Merge the two py27_RUN_DEPENDS
pathlib2 is needed for Python <= 3.4 according to setup.py
- Pet portlint and fix whitespace while here
Reported by: mat, portscan |
0.26.1 21 Dec 2019 11:57:40 |
joneum |
Update to 0.26.1
PR: 242697
Submitted by: nork@ninth-nine.com (maintainer)
Sponsored by: Netzkommune GmbH |
0.24.4 05 Nov 2019 10:21:14 |
kai |
devel/py-cfn-lint: Update to 0.24.4
Changelog:
https://github.com/aws-cloudformation/cfn-python-lint/releases/tag/v0.24.4
PR: 241455
Submitted by: nork@ninth-nine.com (maintainer) |
0.23.5 02 Sep 2019 13:24:42 |
swills |
devel/py-cfn-lint: update to 0.23.5
PR: 240268
Submitted by: nork@ninth-nine.com (maintainer) |
0.22.4 31 Jul 2019 20:20:35 |
kai |
devel/py-cfn-lint: Update to 0.22.4
Changelogs:
https://github.com/aws-cloudformation/cfn-python-lint/releases/tag/v0.22.4
https://github.com/aws-cloudformation/cfn-python-lint/releases/tag/v0.22.3
https://github.com/aws-cloudformation/cfn-python-lint/releases/tag/v0.22.2
PR: 239522
Submitted by: nork@ninth-nine.com (maintainer) |
0.22.1 21 Jul 2019 14:07:06 |
kai |
devel/py-cfn-lint: Update to 0.22.1
* Remove no longer required patch for setup.py that has been merged by
upstream.
* Fix runtime issues when Python 2.7 is used by replacing devel/py-pathlib
with devel/py-pathlib2 while I'm here.
Changelog:
https://github.com/aws-cloudformation/cfn-python-lint/releases/tag/v0.22.1
PR: 239057
Submitted by: nork@ninth-nine.com (maintainer) |
0.21.5 15 Jun 2019 13:36:54 |
dbaio |
Add devel/py-cfn-lint: AWS CloudFormation Linter
Validate CloudFormation yaml/json templates against the CloudFormation spec and
additional checks. Includes checking valid values for resource properties and
best practices.
WWW: https://pypi.org/project/cfn-lint/
PR: 238534
Submitted by: nork@ninth-nine.com |