pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/py-beniget: import py-beniget 0.3.0
Module Name: pkgsrc-wip
Committed By: K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By: jihbed
Date: Sun Oct 25 11:40:20 2020 +0100
Changeset: 23ce914e2098ab0eaa261438975e85c5d451495d
Added Files:
py-beniget/DESCR
py-beniget/Makefile
py-beniget/PLIST
py-beniget/distinfo
Log Message:
wip/py-beniget: import py-beniget 0.3.0
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=23ce914e2098ab0eaa261438975e85c5d451495d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-beniget/DESCR | 3 +++
py-beniget/Makefile | 19 +++++++++++++++++++
py-beniget/PLIST | 12 ++++++++++++
py-beniget/distinfo | 6 ++++++
4 files changed, 40 insertions(+)
diffs:
diff --git a/py-beniget/DESCR b/py-beniget/DESCR
new file mode 100644
index 0000000000..bdc6658945
--- /dev/null
+++ b/py-beniget/DESCR
@@ -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
diff --git a/py-beniget/Makefile b/py-beniget/Makefile
new file mode 100644
index 0000000000..188bc3847b
--- /dev/null
+++ b/py-beniget/Makefile
@@ -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@localhost
+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"
diff --git a/py-beniget/PLIST b/py-beniget/PLIST
new file mode 100644
index 0000000000..eaef6ca638
--- /dev/null
+++ b/py-beniget/PLIST
@@ -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
diff --git a/py-beniget/distinfo b/py-beniget/distinfo
new file mode 100644
index 0000000000..f38c527a12
--- /dev/null
+++ b/py-beniget/distinfo
@@ -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
Home |
Main Index |
Thread Index |
Old Index