Bug 238534 - [NEW PORT] devel/py-cfn-lint: AWS CloudFront Linter
Summary: [NEW PORT] devel/py-cfn-lint: AWS CloudFront Linter
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Danilo G. Baio
URL:
Keywords:
Depends on: 238533
Blocks:
  Show dependency treegraph
 
Reported: 2019-06-13 04:10 UTC by Norikatsu Shigemura
Modified: 2019-06-15 13:40 UTC (History)
1 user (show)

See Also:


Attachments
cfn-lint shell-archiver. (2.16 KB, text/plain)
2019-06-13 04:10 UTC, Norikatsu Shigemura
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Norikatsu Shigemura 2019-06-13 04:10:45 UTC
Created attachment 205024 [details]
cfn-lint shell-archiver.

I made a new port cfn-lint, it's a linter for AWS CloudFormation
templates.

It's requested devel/py-aws-sam-translator, so please add
it before this.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-06-15 13:37:45 UTC
A commit references this bug:

Author: dbaio
Date: Sat Jun 15 13:36:55 UTC 2019
New revision: 504244
URL: https://svnweb.freebsd.org/changeset/ports/504244

Log:
  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

Changes:
  head/devel/Makefile
  head/devel/py-cfn-lint/
  head/devel/py-cfn-lint/Makefile
  head/devel/py-cfn-lint/distinfo
  head/devel/py-cfn-lint/files/
  head/devel/py-cfn-lint/files/patch-setup.py
  head/devel/py-cfn-lint/pkg-descr
Comment 2 Danilo G. Baio freebsd_committer freebsd_triage 2019-06-15 13:40:17 UTC
Committed with minor changes. (py- name; move to PyPI)

Thank you!