diff options
Diffstat (limited to 'devel/py-memory-graph/Makefile')
-rw-r--r-- | devel/py-memory-graph/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/devel/py-memory-graph/Makefile b/devel/py-memory-graph/Makefile new file mode 100644 index 000000000000..d221e71ec857 --- /dev/null +++ b/devel/py-memory-graph/Makefile @@ -0,0 +1,25 @@ +PORTNAME= memory-graph +DISTVERSION= 0.3.58 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= memory_graph-${DISTVERSION} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Teaching tool for debugging references and mutable data types +WWW= https://github.com/bterwijn/memory_graph + +LICENSE= BSD2CLAUSE + +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}graphviz>0:graphics/py-graphviz@${PY_FLAVOR} + +USES= python +USE_PYTHON= pep517 autoplist pytest + +TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} + +# tests as of 0.3.58: 6 passed in ~2.47s + +.include <bsd.port.mk> |