wip/py-bc-python-hcl2: py-bc-python-hcl2-0.3.11 import to wip

This commit is contained in:
K.I.A.Derouiche 2020-12-07 14:09:48 +01:00
parent c60f892a61
commit 40760fee94
4 changed files with 55 additions and 0 deletions

4
py-bc-python-hcl2/DESCR Normal file
View File

@ -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.

View File

@ -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
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"

27
py-bc-python-hcl2/PLIST Normal file
View File

@ -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

View File

@ -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