Bug 238533 - [NEW PORT] devel/py-aws-sam-translator: Transform AWS SAM templates into CloudFormation templates
Summary: [NEW PORT] devel/py-aws-sam-translator: Transform AWS SAM templates into Clou...
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:
Blocks: 238534
  Show dependency treegraph
 
Reported: 2019-06-13 04:06 UTC by Norikatsu Shigemura
Modified: 2019-06-15 13:38 UTC (History)
1 user (show)

See Also:


Attachments
py-aws-sam-translator's shell-archiver. (2.58 KB, text/plain)
2019-06-13 04:06 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:06:35 UTC
Created attachment 205023 [details]
py-aws-sam-translator's shell-archiver.

I made a new port py-aws-sam-translator, it's a transformer
AWS SAM templates into CloudFormation templates.

It's required cfn-lint a.k.a. AWS cloudformation linter.
I'll report cfn-lint, after this report.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-06-15 13:33:39 UTC
A commit references this bug:

Author: dbaio
Date: Sat Jun 15 13:33:28 UTC 2019
New revision: 504243
URL: https://svnweb.freebsd.org/changeset/ports/504243

Log:
  Add devel/py-aws-sam-translator

  AWS SAM Translator is a library that transform SAM templates into AWS
  CloudFormation templates.

  You can use SAM to define serverless applications in simple and clean syntax.

  WWW: https://pypi.org/project/aws-sam-translator/

  PR:		238533
  Submitted by:	nork@ninth-nine.com

Changes:
  head/devel/Makefile
  head/devel/py-aws-sam-translator/
  head/devel/py-aws-sam-translator/Makefile
  head/devel/py-aws-sam-translator/distinfo
  head/devel/py-aws-sam-translator/files/
  head/devel/py-aws-sam-translator/files/patch-requirements_base.txt
  head/devel/py-aws-sam-translator/pkg-descr
Comment 2 Danilo G. Baio freebsd_committer freebsd_triage 2019-06-15 13:38:33 UTC
Committed, thanks!