pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel py-beniget: added version 0.4.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/fee8e698f3ed
branches: trunk
changeset: 459225:fee8e698f3ed
user: adam <adam%pkgsrc.org@localhost>
date: Fri Oct 01 19:53:00 2021 +0000
description:
py-beniget: added version 0.4.1
A static analyzer for Python2 and Python3 code.
Beniget provides a static over-approximation of the global and local
definitions inside Python Module/Class/Function. It can also compute def-use
chains from each definition.
diffstat:
devel/Makefile | 5 ++++-
devel/py-beniget/DESCR | 5 +++++
devel/py-beniget/Makefile | 18 ++++++++++++++++++
devel/py-beniget/PLIST | 12 ++++++++++++
devel/py-beniget/distinfo | 6 ++++++
5 files changed, 45 insertions(+), 1 deletions(-)
diffs (90 lines):
diff -r f84c24b987f3 -r fee8e698f3ed devel/Makefile
--- a/devel/Makefile Fri Oct 01 19:52:08 2021 +0000
+++ b/devel/Makefile Fri Oct 01 19:53:00 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3498 2021/09/20 03:08:07 mef Exp $
+# $NetBSD: Makefile,v 1.3499 2021/10/01 19:53:00 adam Exp $
#
COMMENT= Development utilities
@@ -2165,6 +2165,7 @@
SUBDIR+= py-args
SUBDIR+= py-astor
SUBDIR+= py-astroid
+SUBDIR+= py-astunparse
SUBDIR+= py-async-timeout
SUBDIR+= py-async_generator
SUBDIR+= py-at-spi
@@ -2183,6 +2184,7 @@
SUBDIR+= py-backports_abc
SUBDIR+= py-bcolz
SUBDIR+= py-behave
+SUBDIR+= py-beniget
SUBDIR+= py-binaryornot
SUBDIR+= py-bintrees
SUBDIR+= py-bitarray
@@ -2312,6 +2314,7 @@
SUBDIR+= py-futures
SUBDIR+= py-fuzzywuzzy
SUBDIR+= py-game
+SUBDIR+= py-gast
SUBDIR+= py-gcovr
SUBDIR+= py-generate
SUBDIR+= py-gflags
diff -r f84c24b987f3 -r fee8e698f3ed devel/py-beniget/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-beniget/DESCR Fri Oct 01 19:53:00 2021 +0000
@@ -0,0 +1,5 @@
+A static analyzer for Python2 and Python3 code.
+
+Beniget provides a static over-approximation of the global and local
+definitions inside Python Module/Class/Function. It can also compute def-use
+chains from each definition.
diff -r f84c24b987f3 -r fee8e698f3ed devel/py-beniget/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-beniget/Makefile Fri Oct 01 19:53:00 2021 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2021/10/01 19:53:00 adam Exp $
+
+DISTNAME= beniget-0.4.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=b/beniget/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/serge-sans-paille/beniget
+COMMENT= Extract semantic information about static Python code
+LICENSE= modified-bsd
+
+DEPENDS+= ${PYPKGPREFIX}-gast>=0.5.0:../../devel/py-gast
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f84c24b987f3 -r fee8e698f3ed devel/py-beniget/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-beniget/PLIST Fri Oct 01 19:53:00 2021 +0000
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1 2021/10/01 19:53:00 adam Exp $
+${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 -r f84c24b987f3 -r fee8e698f3ed devel/py-beniget/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-beniget/distinfo Fri Oct 01 19:53:00 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/10/01 19:53:00 adam Exp $
+
+SHA1 (beniget-0.4.1.tar.gz) = 0167f16d17fbd61b91e620bca07e4ec7054ce51d
+RMD160 (beniget-0.4.1.tar.gz) = 4628ed559827ecee405a71ca646e5a04af7542ee
+SHA512 (beniget-0.4.1.tar.gz) = c002dec769b070cf02038ce232edb905b66df7095b8ff1030ecae1b3810ebae7c1b9b0c38dd1c651b27afe538f01cfff0e54145c09c8e3318963af6a7c1588eb
+Size (beniget-0.4.1.tar.gz) = 16277 bytes
Home |
Main Index |
Thread Index |
Old Index