1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

devel/py-objgraph: add port: Draw Python object reference graphs with graphviz

objgraph is a module that lets you visually explore Python object
graphs.

WWW: https://mg.pov.lt/objgraph/
WWW: https://pypi.org/project/objgraph/
WWW: https://github.com/mgedmin/objgraph
This commit is contained in:
Dmitry Marakasov 2022-04-07 17:38:39 +03:00
parent c331c2b2b9
commit adde89e66b
4 changed files with 32 additions and 0 deletions

View File

@ -4822,6 +4822,7 @@
SUBDIR += py-notify2
SUBDIR += py-num2words
SUBDIR += py-numba
SUBDIR += py-objgraph
SUBDIR += py-oci
SUBDIR += py-odfpy
SUBDIR += py-offtrac

View File

@ -0,0 +1,22 @@
PORTNAME= objgraph
PORTVERSION= 3.5.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Draws Python object reference graphs with graphviz
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}graphviz>=0:graphics/py-graphviz@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
do-test:
@cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1649335565
SHA256 (objgraph-3.5.0.tar.gz) = 4752ca5bcc0e0512e41b8cc4d2780ac2fd3b3eabd03b7e950a5594c06203dfc4
SIZE (objgraph-3.5.0.tar.gz) = 638591

View File

@ -0,0 +1,6 @@
objgraph is a module that lets you visually explore Python object
graphs.
WWW: https://mg.pov.lt/objgraph/
WWW: https://pypi.org/project/objgraph/
WWW: https://github.com/mgedmin/objgraph