SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
26
devel/py-objgraph/Makefile
Normal file
26
devel/py-objgraph/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
COMMENT = draw Python object reference graphs
|
||||
|
||||
MODPY_EGG_VERSION = 3.6.0
|
||||
DISTNAME = objgraph-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = https://mg.pov.lt/objgraph/
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR = python3
|
||||
|
||||
MODULES = lang/python
|
||||
MODPY_PI = Yes
|
||||
MODPY_PYBUILD = setuptools
|
||||
MODPY_PYTEST_ARGS = tests.py
|
||||
|
||||
RUN_DEPENDS = math/py-graphviz${MODPY_FLAVOR}
|
||||
TEST_DEPENDS = devel/py-mock${MODPY_FLAVOR} \
|
||||
math/graphviz
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/py-objgraph/distinfo
Normal file
2
devel/py-objgraph/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (objgraph-3.6.0.tar.gz) = NpVnw3tPL5KBYLb27e3L6o/H6SmDGHf9EFbHipAMF9M=
|
||||
SIZE (objgraph-3.6.0.tar.gz) = 759495
|
6
devel/py-objgraph/pkg/DESCR
Normal file
6
devel/py-objgraph/pkg/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
objgraph is a module that lets you visually explore Python object graphs.
|
||||
It can draw object reference graphs with graphviz, or can make use of
|
||||
xdot for interactive use.
|
||||
|
||||
Its origin was in a set of functions used while hunting for memory leaks
|
||||
in a Python program.
|
12
devel/py-objgraph/pkg/PLIST
Normal file
12
devel/py-objgraph/pkg/PLIST
Normal file
|
@ -0,0 +1,12 @@
|
|||
@pkgpath devel/py-objgraph
|
||||
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}/
|
||||
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}objgraph.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}objgraph.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/objgraph-${MODPY_EGG_VERSION}.dist-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/objgraph-${MODPY_EGG_VERSION}.dist-info/LICENSE
|
||||
lib/python${MODPY_VERSION}/site-packages/objgraph-${MODPY_EGG_VERSION}.dist-info/METADATA
|
||||
lib/python${MODPY_VERSION}/site-packages/objgraph-${MODPY_EGG_VERSION}.dist-info/RECORD
|
||||
lib/python${MODPY_VERSION}/site-packages/objgraph-${MODPY_EGG_VERSION}.dist-info/WHEEL
|
||||
lib/python${MODPY_VERSION}/site-packages/objgraph-${MODPY_EGG_VERSION}.dist-info/top_level.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/objgraph-${MODPY_EGG_VERSION}.dist-info/zip-safe
|
||||
lib/python${MODPY_VERSION}/site-packages/objgraph.py
|
Loading…
Add table
Add a link
Reference in a new issue