pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/py-bc-python-hcl2: py-bc-python-hcl2-0.3.11 import to wip
Module Name: pkgsrc-wip
Committed By: K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By: jihbed
Date: Mon Dec 7 14:09:48 2020 +0100
Changeset: 40760fee9462182c7147a5553dae00158e2d422d
Added Files:
py-bc-python-hcl2/DESCR
py-bc-python-hcl2/Makefile
py-bc-python-hcl2/PLIST
py-bc-python-hcl2/distinfo
Log Message:
wip/py-bc-python-hcl2: py-bc-python-hcl2-0.3.11 import to wip
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=40760fee9462182c7147a5553dae00158e2d422d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-bc-python-hcl2/DESCR | 4 ++++
py-bc-python-hcl2/Makefile | 18 ++++++++++++++++++
py-bc-python-hcl2/PLIST | 27 +++++++++++++++++++++++++++
py-bc-python-hcl2/distinfo | 6 ++++++
4 files changed, 55 insertions(+)
diffs:
diff --git a/py-bc-python-hcl2/DESCR b/py-bc-python-hcl2/DESCR
new file mode 100644
index 0000000000..1961f91938
--- /dev/null
+++ b/py-bc-python-hcl2/DESCR
@@ -0,0 +1,4 @@
+A parser for HCL2 written in Python using Lark.
+This parser only supports HCL2 and isn't backwards
+compatible with HCL v1. It can be used to parse any
+HCL2 config file such as Terraform.
diff --git a/py-bc-python-hcl2/Makefile b/py-bc-python-hcl2/Makefile
new file mode 100644
index 0000000000..4333589636
--- /dev/null
+++ b/py-bc-python-hcl2/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME= bc-python-hcl2-0.3.11
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= category python
+MASTER_SITES= ${MASTER_SITE_PYPI:=b/bc-python-hcl2/}
+
+MAINTAINER= kamelderouiche%yahoo.com@localhost
+HOMEPAGE= https://github.com/amplify-education/python-hcl2
+COMMENT= Parser for HCL2
+LICENSE= mit
+
+DEPENDS+= ${PYPKGPREFIX}-lark-parser>=0.7.8:../../wip/py-lark-parser
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-bc-python-hcl2/PLIST b/py-bc-python-hcl2/PLIST
new file mode 100644
index 0000000000..65b57a52cb
--- /dev/null
+++ b/py-bc-python-hcl2/PLIST
@@ -0,0 +1,27 @@
+@comment $NetBSD$
+bin/hcl2tojson
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/hcl2/__init__.py
+${PYSITELIB}/hcl2/__init__.pyc
+${PYSITELIB}/hcl2/__init__.pyo
+${PYSITELIB}/hcl2/api.py
+${PYSITELIB}/hcl2/api.pyc
+${PYSITELIB}/hcl2/api.pyo
+${PYSITELIB}/hcl2/hcl2.lark
+${PYSITELIB}/hcl2/lark_parser.py
+${PYSITELIB}/hcl2/lark_parser.pyc
+${PYSITELIB}/hcl2/lark_parser.pyo
+${PYSITELIB}/hcl2/parser.py
+${PYSITELIB}/hcl2/parser.pyc
+${PYSITELIB}/hcl2/parser.pyo
+${PYSITELIB}/hcl2/transformer.py
+${PYSITELIB}/hcl2/transformer.pyc
+${PYSITELIB}/hcl2/transformer.pyo
+${PYSITELIB}/hcl2/version.py
+${PYSITELIB}/hcl2/version.pyc
+${PYSITELIB}/hcl2/version.pyo
diff --git a/py-bc-python-hcl2/distinfo b/py-bc-python-hcl2/distinfo
new file mode 100644
index 0000000000..d14a21a2e3
--- /dev/null
+++ b/py-bc-python-hcl2/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (bc-python-hcl2-0.3.11.tar.gz) = 5e27eb376214e217024867e0fb4d8addb2fe3c4e
+RMD160 (bc-python-hcl2-0.3.11.tar.gz) = bd650ca2522f9e4b46b337454fff23cde5916bc2
+SHA512 (bc-python-hcl2-0.3.11.tar.gz) = 4245aed94012108767d2c14e7c1345c32335642a0bc74bc60bc38cfe0b6649fd8f2a98be6094a196529a82facaca3df026566bccd928efd7b85961e27fb8cf2a
+Size (bc-python-hcl2-0.3.11.tar.gz) = 46442 bytes
Home |
Main Index |
Thread Index |
Old Index