wip/py-beniget: import py-beniget 0.3.0

This commit is contained in:
K.I.A.Derouiche 2020-10-25 11:40:20 +01:00
parent d955db8dfd
commit 23ce914e20
4 changed files with 40 additions and 0 deletions

3
py-beniget/DESCR Normal file
View File

@ -0,0 +1,3 @@
Beniget is a collection of Compile-time analyse on Python
Abstract Syntax Tree(AST). It's a building block to write
static analyzer or compiler for Python

19
py-beniget/Makefile Normal file
View File

@ -0,0 +1,19 @@
# $NetBSD$
VERS= 0.3.0
DISTNAME= beniget-${VERS}
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/${DISTNAME:S/${VERS}//}/}
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://github.com/serge-sans-paille/beniget/
COMMENT= Extract semantic information about static Python code
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-gast>=0.2.2:../../wip/py-gast
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

12
py-beniget/PLIST Normal file
View File

@ -0,0 +1,12 @@
@comment $NetBSD$
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/beniget/__init__.py
${PYSITELIB}/beniget/__init__.pyc
${PYSITELIB}/beniget/__init__.pyo
${PYSITELIB}/beniget/beniget.py
${PYSITELIB}/beniget/beniget.pyc
${PYSITELIB}/beniget/beniget.pyo

6
py-beniget/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (beniget-0.3.0.tar.gz) = 47f6907e637f583af67d1709ece7c71582f19f16
RMD160 (beniget-0.3.0.tar.gz) = ecc0c86c4f042376214e5480d453adfb1cb94aae
SHA512 (beniget-0.3.0.tar.gz) = bb01d0512445da4a9e1232985bfd3b31167ed5f1feb833e5683d5bd1f84e273073c58ec596f2b27a4769926b12fd83a4034aeb6a5102916c2c6854ddf12dea9f
Size (beniget-0.3.0.tar.gz) = 16148 bytes