NOTICE: This package has been removed from pkgsrc

./wip/py-guppy, Guppy-PE -- A Python Programming Environment

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.1.9, Package name: py37-guppy-0.1.9, Maintainer: kamel.derouiche

Guppy-PE 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


Required to run:
[x11/py-Tk] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 3a51893f90c9d5394716eb1a22ea8263646399db
RMD160: d2868536ea505736711a25bdebd65bf28bd51f97
Filesize: 483.23 KB

Version history: (Expand)


CVS history: (Expand)


   2013-06-04 09:45:21 by Thomas Klausner | Files touched by this commit (30)
Log message:
Replace py-{curses,readline,Tk}/buildlink3.mk with DEPENDS.

There are no buildlink3-relevant files here, just a loadable module.
   2012-11-23 23:44:43 by othyro | Files touched by this commit (11)
Log message:
-EXTRACT_SUFX. .tar.gz is the default.
   2012-11-23 23:33:55 by othyro | Files touched by this commit (43)
Log message:
Mostly whitespace and blank line fixing. Some files also got minor
formatting corrections as well as other corrections.
   2012-10-07 13:54:33 by Aleksej Saushev | Files touched by this commit (55)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2010-08-17 14:12:34 by Kamel Derouiche | Files touched by this commit (4) | Imported package
Log message:
Import py26-guppy-0.1.9 as wip/py-guppy.

Guppy-PE 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