1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

New port: devel/py-cdg

``cdg`` is a library for working with call- and data-flow graphs.

WWW: https://github.com/musec/py-cdg

Approved by:	koobs
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D11677
This commit is contained in:
Jonathan Anderson 2017-10-20 00:01:04 +00:00
parent 3141be32b4
commit ba9efcb08f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=452495
3 changed files with 30 additions and 0 deletions

24
devel/py-cdg/Makefile Normal file
View File

@ -0,0 +1,24 @@
# $FreeBSD$
PORTNAME= cdg
PORTVERSION= 0.1.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jonathan@FreeBSD.org
COMMENT= Library for working with call- and data-flow graphs
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
.include <bsd.port.mk>

3
devel/py-cdg/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1502443615
SHA256 (cdg-0.1.3.tar.gz) = f705527ea2072a73988b9e012a5c4928611da48db78e63d9fab85282995e6fa9
SIZE (cdg-0.1.3.tar.gz) = 7091

3
devel/py-cdg/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
``cdg`` is a library for working with call- and data-flow graphs.
WWW: https://github.com/musec/py-cdg