pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Oct  1 19:53:01 UTC 2021

Modified Files:
        pkgsrc/devel: Makefile
Added Files:
        pkgsrc/devel/py-beniget: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.3498 -r1.3499 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-beniget/DESCR \
    pkgsrc/devel/py-beniget/Makefile pkgsrc/devel/py-beniget/PLIST \
    pkgsrc/devel/py-beniget/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.3498 pkgsrc/devel/Makefile:1.3499
--- pkgsrc/devel/Makefile:1.3498        Mon Sep 20 03:08:07 2021
+++ pkgsrc/devel/Makefile       Fri Oct  1 19:53:00 2021
@@ -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-argparse
 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.shutil_get_termina
 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-future
 SUBDIR+=       py-futures
 SUBDIR+=       py-fuzzywuzzy
 SUBDIR+=       py-game
+SUBDIR+=       py-gast
 SUBDIR+=       py-gcovr
 SUBDIR+=       py-generate
 SUBDIR+=       py-gflags

Added files:

Index: pkgsrc/devel/py-beniget/DESCR
diff -u /dev/null pkgsrc/devel/py-beniget/DESCR:1.1
--- /dev/null   Fri Oct  1 19:53:01 2021
+++ pkgsrc/devel/py-beniget/DESCR       Fri Oct  1 19:53:00 2021
@@ -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.
Index: pkgsrc/devel/py-beniget/Makefile
diff -u /dev/null pkgsrc/devel/py-beniget/Makefile:1.1
--- /dev/null   Fri Oct  1 19:53:01 2021
+++ pkgsrc/devel/py-beniget/Makefile    Fri Oct  1 19:53:00 2021
@@ -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"
Index: pkgsrc/devel/py-beniget/PLIST
diff -u /dev/null pkgsrc/devel/py-beniget/PLIST:1.1
--- /dev/null   Fri Oct  1 19:53:01 2021
+++ pkgsrc/devel/py-beniget/PLIST       Fri Oct  1 19:53:00 2021
@@ -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
Index: pkgsrc/devel/py-beniget/distinfo
diff -u /dev/null pkgsrc/devel/py-beniget/distinfo:1.1
--- /dev/null   Fri Oct  1 19:53:01 2021
+++ pkgsrc/devel/py-beniget/distinfo    Fri Oct  1 19:53:00 2021
@@ -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