Received: by mail.netbsd.org (Postfix, from userid 605) id 02FA184E5B; Fri, 4 Oct 2019 22:12:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7E44384D73 for ; Fri, 4 Oct 2019 22:12:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ki9ARah7MCn5 for ; Fri, 4 Oct 2019 22:11:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 65F6584C2B for ; Fri, 4 Oct 2019 22:11:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5FB27FBF4; Fri, 4 Oct 2019 22:11:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1570227119121590" MIME-Version: 1.0 Date: Fri, 4 Oct 2019 22:11:59 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/devel/py-guppy3 To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20191004221159.5FB27FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1570227119121590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Fri Oct 4 22:11:59 UTC 2019 Added Files: pkgsrc/devel/py-guppy3: DESCR Makefile PLIST distinfo Log Message: py-guppy3: add package version 3.0.6 Guppy3 is a programming environment providing object and heap memory sizing, profiling and analysis. It includes a prototypical specification language that can be used to formally specify aspects of Python programs and generate tests and documentation from a common source. Modules which constitute the environment: - Heapy: debugging and optimization regarding memory related issues in Python programs - GSL (Guppy Specification Language): describes aspects of a system, especially its API, in a way that can be automatically converted to tests as well as to documents - Guppy: umbrella package combining Heapy and GSL with support utilities such as the Glue module that keeps things together To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-guppy3/DESCR \ pkgsrc/devel/py-guppy3/Makefile pkgsrc/devel/py-guppy3/PLIST \ pkgsrc/devel/py-guppy3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1570227119121590 Content-Disposition: inline Content-Length: 11346 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/py-guppy3/DESCR diff -u /dev/null pkgsrc/devel/py-guppy3/DESCR:1.1 --- /dev/null Fri Oct 4 22:11:59 2019 +++ pkgsrc/devel/py-guppy3/DESCR Fri Oct 4 22:11:59 2019 @@ -0,0 +1,14 @@ +Guppy3 is a programming environment providing object and heap memory sizing, +profiling and analysis. It includes a prototypical specification language that +can be used to formally specify aspects of Python programs and generate tests +and documentation from a common source. + +Modules which constitute the environment: + +- Heapy: debugging and optimization regarding memory related issues in Python + programs +- GSL (Guppy Specification Language): describes aspects of a system, especially + its API, in a way that can be automatically converted to tests as well as to + documents +- Guppy: umbrella package combining Heapy and GSL with support utilities such as + the Glue module that keeps things together Index: pkgsrc/devel/py-guppy3/Makefile diff -u /dev/null pkgsrc/devel/py-guppy3/Makefile:1.1 --- /dev/null Fri Oct 4 22:11:59 2019 +++ pkgsrc/devel/py-guppy3/Makefile Fri Oct 4 22:11:59 2019 @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2019/10/04 22:11:59 gutteridge Exp $ + +DISTNAME= guppy3-3.0.6 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= devel python +MASTER_SITES= ${MASTER_SITE_PYPI:=g/guppy3/} + +MAINTAINER= gutteridge@NetBSD.org +HOMEPAGE= https://github.com/zhuyifei1999/guppy3 +COMMENT= Python programming environment and heap analysis toolset +LICENSE= mit + +PYTHON_VERSIONS_INCOMPATIBLE= 27 + +USE_LANGUAGES= c + +DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-guppy3/PLIST diff -u /dev/null pkgsrc/devel/py-guppy3/PLIST:1.1 --- /dev/null Fri Oct 4 22:11:59 2019 +++ pkgsrc/devel/py-guppy3/PLIST Fri Oct 4 22:11:59 2019 @@ -0,0 +1,229 @@ +@comment $NetBSD: PLIST,v 1.1 2019/10/04 22:11:59 gutteridge Exp $ +${PYSITELIB}/guppy/__init__.py +${PYSITELIB}/guppy/__init__.pyo +${PYSITELIB}/guppy/__init__.pyc +${PYSITELIB}/guppy/etc/Cat.py +${PYSITELIB}/guppy/etc/Code.py +${PYSITELIB}/guppy/etc/Descriptor.py +${PYSITELIB}/guppy/etc/FSA.py +${PYSITELIB}/guppy/etc/Glue.py +${PYSITELIB}/guppy/etc/Help.py +${PYSITELIB}/guppy/etc/IterPermute.py +${PYSITELIB}/guppy/etc/KanExtension.py +${PYSITELIB}/guppy/etc/KnuthBendix.py +${PYSITELIB}/guppy/etc/RE.py +${PYSITELIB}/guppy/etc/RE_Rect.py +${PYSITELIB}/guppy/etc/__init__.py +${PYSITELIB}/guppy/etc/Cat.pyo +${PYSITELIB}/guppy/etc/Cat.pyc +${PYSITELIB}/guppy/etc/Code.pyo +${PYSITELIB}/guppy/etc/Code.pyc +${PYSITELIB}/guppy/etc/Descriptor.pyo +${PYSITELIB}/guppy/etc/Descriptor.pyc +${PYSITELIB}/guppy/etc/FSA.pyo +${PYSITELIB}/guppy/etc/FSA.pyc +${PYSITELIB}/guppy/etc/Glue.pyo +${PYSITELIB}/guppy/etc/Glue.pyc +${PYSITELIB}/guppy/etc/Help.pyo +${PYSITELIB}/guppy/etc/Help.pyc +${PYSITELIB}/guppy/etc/IterPermute.pyo +${PYSITELIB}/guppy/etc/IterPermute.pyc +${PYSITELIB}/guppy/etc/KanExtension.pyo +${PYSITELIB}/guppy/etc/KanExtension.pyc +${PYSITELIB}/guppy/etc/KnuthBendix.pyo +${PYSITELIB}/guppy/etc/KnuthBendix.pyc +${PYSITELIB}/guppy/etc/RE.pyo +${PYSITELIB}/guppy/etc/RE.pyc +${PYSITELIB}/guppy/etc/RE_Rect.pyo +${PYSITELIB}/guppy/etc/RE_Rect.pyc +${PYSITELIB}/guppy/etc/__init__.pyo +${PYSITELIB}/guppy/etc/__init__.pyc +${PYSITELIB}/guppy/etc/cmd.pyo +${PYSITELIB}/guppy/etc/cmd.pyc +${PYSITELIB}/guppy/etc/etc.pyo +${PYSITELIB}/guppy/etc/etc.pyc +${PYSITELIB}/guppy/etc/textView.pyo +${PYSITELIB}/guppy/etc/textView.pyc +${PYSITELIB}/guppy/etc/tkcursors.pyo +${PYSITELIB}/guppy/etc/tkcursors.pyc +${PYSITELIB}/guppy/etc/xterm.pyo +${PYSITELIB}/guppy/etc/xterm.pyc +${PYSITELIB}/guppy/etc/cmd.py +${PYSITELIB}/guppy/etc/etc.py +${PYSITELIB}/guppy/etc/textView.py +${PYSITELIB}/guppy/etc/tkcursors.py +${PYSITELIB}/guppy/etc/xterm.py +${PYSITELIB}/guppy/gsl/Document.py +${PYSITELIB}/guppy/gsl/DottedTree.py +${PYSITELIB}/guppy/gsl/Exceptions.py +${PYSITELIB}/guppy/gsl/FileIO.py +${PYSITELIB}/guppy/gsl/Filer.py +${PYSITELIB}/guppy/gsl/Gsml.py +${PYSITELIB}/guppy/gsl/Help.py +${PYSITELIB}/guppy/gsl/Html.py +${PYSITELIB}/guppy/gsl/Latex.py +${PYSITELIB}/guppy/gsl/Main.py +${PYSITELIB}/guppy/gsl/SpecNodes.py +${PYSITELIB}/guppy/gsl/Tester.py +${PYSITELIB}/guppy/gsl/Text.py +${PYSITELIB}/guppy/gsl/XHTML.py +${PYSITELIB}/guppy/gsl/__init__.py +${PYSITELIB}/guppy/gsl/Document.pyo +${PYSITELIB}/guppy/gsl/Document.pyc +${PYSITELIB}/guppy/gsl/DottedTree.pyo +${PYSITELIB}/guppy/gsl/DottedTree.pyc +${PYSITELIB}/guppy/gsl/Exceptions.pyo +${PYSITELIB}/guppy/gsl/Exceptions.pyc +${PYSITELIB}/guppy/gsl/FileIO.pyo +${PYSITELIB}/guppy/gsl/FileIO.pyc +${PYSITELIB}/guppy/gsl/Filer.pyo +${PYSITELIB}/guppy/gsl/Filer.pyc +${PYSITELIB}/guppy/gsl/Gsml.pyo +${PYSITELIB}/guppy/gsl/Gsml.pyc +${PYSITELIB}/guppy/gsl/Help.pyo +${PYSITELIB}/guppy/gsl/Help.pyc +${PYSITELIB}/guppy/gsl/Html.pyo +${PYSITELIB}/guppy/gsl/Html.pyc +${PYSITELIB}/guppy/gsl/Latex.pyo +${PYSITELIB}/guppy/gsl/Latex.pyc +${PYSITELIB}/guppy/gsl/Main.pyo +${PYSITELIB}/guppy/gsl/Main.pyc +${PYSITELIB}/guppy/gsl/SpecNodes.pyo +${PYSITELIB}/guppy/gsl/SpecNodes.pyc +${PYSITELIB}/guppy/gsl/Tester.pyo +${PYSITELIB}/guppy/gsl/Tester.pyc +${PYSITELIB}/guppy/gsl/Text.pyo +${PYSITELIB}/guppy/gsl/Text.pyc +${PYSITELIB}/guppy/gsl/XHTML.pyo +${PYSITELIB}/guppy/gsl/XHTML.pyc +${PYSITELIB}/guppy/gsl/__init__.pyo +${PYSITELIB}/guppy/gsl/__init__.pyc +${PYSITELIB}/guppy/heapy/AbstractAlgebra.py +${PYSITELIB}/guppy/heapy/Classifiers.py +${PYSITELIB}/guppy/heapy/Console.py +${PYSITELIB}/guppy/heapy/Doc.py +${PYSITELIB}/guppy/heapy/ImpSet.py +${PYSITELIB}/guppy/heapy/Monitor.py +${PYSITELIB}/guppy/heapy/OutputHandling.py +${PYSITELIB}/guppy/heapy/Part.py +${PYSITELIB}/guppy/heapy/Path.py +${PYSITELIB}/guppy/heapy/Prof.py +${PYSITELIB}/guppy/heapy/RM.py +${PYSITELIB}/guppy/heapy/RefPat.py +${PYSITELIB}/guppy/heapy/Remote.py +${PYSITELIB}/guppy/heapy/RemoteConstants.py +${PYSITELIB}/guppy/heapy/Spec.py +${PYSITELIB}/guppy/heapy/Target.py +${PYSITELIB}/guppy/heapy/UniSet.py +${PYSITELIB}/guppy/heapy/Use.py +${PYSITELIB}/guppy/heapy/View.py +${PYSITELIB}/guppy/heapy/__init__.py +${PYSITELIB}/guppy/heapy/AbstractAlgebra.pyo +${PYSITELIB}/guppy/heapy/AbstractAlgebra.pyc +${PYSITELIB}/guppy/heapy/Classifiers.pyo +${PYSITELIB}/guppy/heapy/Classifiers.pyc +${PYSITELIB}/guppy/heapy/Console.pyo +${PYSITELIB}/guppy/heapy/Console.pyc +${PYSITELIB}/guppy/heapy/Doc.pyo +${PYSITELIB}/guppy/heapy/Doc.pyc +${PYSITELIB}/guppy/heapy/ImpSet.pyo +${PYSITELIB}/guppy/heapy/ImpSet.pyc +${PYSITELIB}/guppy/heapy/Monitor.pyo +${PYSITELIB}/guppy/heapy/Monitor.pyc +${PYSITELIB}/guppy/heapy/OutputHandling.pyo +${PYSITELIB}/guppy/heapy/OutputHandling.pyc +${PYSITELIB}/guppy/heapy/Part.pyo +${PYSITELIB}/guppy/heapy/Part.pyc +${PYSITELIB}/guppy/heapy/Path.pyo +${PYSITELIB}/guppy/heapy/Path.pyc +${PYSITELIB}/guppy/heapy/Prof.pyo +${PYSITELIB}/guppy/heapy/Prof.pyc +${PYSITELIB}/guppy/heapy/RM.pyo +${PYSITELIB}/guppy/heapy/RM.pyc +${PYSITELIB}/guppy/heapy/RefPat.pyo +${PYSITELIB}/guppy/heapy/RefPat.pyc +${PYSITELIB}/guppy/heapy/Remote.pyo +${PYSITELIB}/guppy/heapy/Remote.pyc +${PYSITELIB}/guppy/heapy/RemoteConstants.pyo +${PYSITELIB}/guppy/heapy/RemoteConstants.pyc +${PYSITELIB}/guppy/heapy/Spec.pyo +${PYSITELIB}/guppy/heapy/Spec.pyc +${PYSITELIB}/guppy/heapy/Target.pyo +${PYSITELIB}/guppy/heapy/Target.pyc +${PYSITELIB}/guppy/heapy/UniSet.pyo +${PYSITELIB}/guppy/heapy/UniSet.pyc +${PYSITELIB}/guppy/heapy/Use.pyo +${PYSITELIB}/guppy/heapy/Use.pyc +${PYSITELIB}/guppy/heapy/View.pyo +${PYSITELIB}/guppy/heapy/View.pyc +${PYSITELIB}/guppy/heapy/__init__.pyo +${PYSITELIB}/guppy/heapy/__init__.pyc +${PYSITELIB}/guppy/heapy/pbhelp.pyo +${PYSITELIB}/guppy/heapy/pbhelp.pyc +${PYSITELIB}/guppy/heapy/heapyc.so +${PYSITELIB}/guppy/heapy/pbhelp.py +${PYSITELIB}/guppy/heapy/test/__init__.py +${PYSITELIB}/guppy/heapy/test/__init__.pyo +${PYSITELIB}/guppy/heapy/test/__init__.pyc +${PYSITELIB}/guppy/heapy/test/support.pyo +${PYSITELIB}/guppy/heapy/test/support.pyc +${PYSITELIB}/guppy/heapy/test/test_Classifiers.pyo +${PYSITELIB}/guppy/heapy/test/test_Classifiers.pyc +${PYSITELIB}/guppy/heapy/test/test_ER.pyo +${PYSITELIB}/guppy/heapy/test/test_ER.pyc +${PYSITELIB}/guppy/heapy/test/test_OutputHandling.pyo +${PYSITELIB}/guppy/heapy/test/test_OutputHandling.pyc +${PYSITELIB}/guppy/heapy/test/test_Part.pyo +${PYSITELIB}/guppy/heapy/test/test_Part.pyc +${PYSITELIB}/guppy/heapy/test/test_Path.pyo +${PYSITELIB}/guppy/heapy/test/test_Path.pyc +${PYSITELIB}/guppy/heapy/test/test_RefPat.pyo +${PYSITELIB}/guppy/heapy/test/test_RefPat.pyc +${PYSITELIB}/guppy/heapy/test/test_RetaGraph.pyo +${PYSITELIB}/guppy/heapy/test/test_RetaGraph.pyc +${PYSITELIB}/guppy/heapy/test/test_Spec.pyo +${PYSITELIB}/guppy/heapy/test/test_Spec.pyc +${PYSITELIB}/guppy/heapy/test/test_UniSet.pyo +${PYSITELIB}/guppy/heapy/test/test_UniSet.pyc +${PYSITELIB}/guppy/heapy/test/test_View.pyo +${PYSITELIB}/guppy/heapy/test/test_View.pyc +${PYSITELIB}/guppy/heapy/test/test_all.pyo +${PYSITELIB}/guppy/heapy/test/test_all.pyc +${PYSITELIB}/guppy/heapy/test/test_dependencies.pyo +${PYSITELIB}/guppy/heapy/test/test_dependencies.pyc +${PYSITELIB}/guppy/heapy/test/test_gsl.pyo +${PYSITELIB}/guppy/heapy/test/test_gsl.pyc +${PYSITELIB}/guppy/heapy/test/test_heapyc.pyo +${PYSITELIB}/guppy/heapy/test/test_heapyc.pyc +${PYSITELIB}/guppy/heapy/test/test_menuleak.pyo +${PYSITELIB}/guppy/heapy/test/test_menuleak.pyc +${PYSITELIB}/guppy/heapy/test/test_sf.pyo +${PYSITELIB}/guppy/heapy/test/test_sf.pyc +${PYSITELIB}/guppy/heapy/test/support.py +${PYSITELIB}/guppy/heapy/test/test_Classifiers.py +${PYSITELIB}/guppy/heapy/test/test_ER.py +${PYSITELIB}/guppy/heapy/test/test_OutputHandling.py +${PYSITELIB}/guppy/heapy/test/test_Part.py +${PYSITELIB}/guppy/heapy/test/test_Path.py +${PYSITELIB}/guppy/heapy/test/test_RefPat.py +${PYSITELIB}/guppy/heapy/test/test_RetaGraph.py +${PYSITELIB}/guppy/heapy/test/test_Spec.py +${PYSITELIB}/guppy/heapy/test/test_UniSet.py +${PYSITELIB}/guppy/heapy/test/test_View.py +${PYSITELIB}/guppy/heapy/test/test_all.py +${PYSITELIB}/guppy/heapy/test/test_dependencies.py +${PYSITELIB}/guppy/heapy/test/test_gsl.py +${PYSITELIB}/guppy/heapy/test/test_heapyc.py +${PYSITELIB}/guppy/heapy/test/test_menuleak.py +${PYSITELIB}/guppy/heapy/test/test_sf.py +${PYSITELIB}/guppy/sets/__init__.py +${PYSITELIB}/guppy/sets/__init__.pyo +${PYSITELIB}/guppy/sets/__init__.pyc +${PYSITELIB}/guppy/sets/test.pyo +${PYSITELIB}/guppy/sets/test.pyc +${PYSITELIB}/guppy/sets/setsc.so +${PYSITELIB}/guppy/sets/test.py +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt Index: pkgsrc/devel/py-guppy3/distinfo diff -u /dev/null pkgsrc/devel/py-guppy3/distinfo:1.1 --- /dev/null Fri Oct 4 22:11:59 2019 +++ pkgsrc/devel/py-guppy3/distinfo Fri Oct 4 22:11:59 2019 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2019/10/04 22:11:59 gutteridge Exp $ + +SHA1 (guppy3-3.0.6.tar.gz) = 91a4ef5833e0899481645d43093d8904eb7f0f16 +RMD160 (guppy3-3.0.6.tar.gz) = a7e3e3b7e7ed6534a23a65c01ccc240c61767720 +SHA512 (guppy3-3.0.6.tar.gz) = e289d0a6097da685c2445ae0796f4ceded1587f6e9d1041fbdff6eddcf24f37569ebe9da6230b223486a565ebe4ecc4e6a84d53018659239b292347f41ee5106 +Size (guppy3-3.0.6.tar.gz) = 376648 bytes --_----------=_1570227119121590--