New port: graphics/py-pydotplus: Python interface to Graphviz's Dot language

This commit is contained in:
Yuri Victorovich 2021-01-06 10:50:07 +00:00
parent 815d4f4ce7
commit 1b31abf4eb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560494
4 changed files with 30 additions and 0 deletions

View file

@ -865,6 +865,7 @@
SUBDIR += py-pycha
SUBDIR += py-pycollada
SUBDIR += py-pydot
SUBDIR += py-pydotplus
SUBDIR += py-pyepsg
SUBDIR += py-pygal
SUBDIR += py-pyganim

View file

@ -0,0 +1,22 @@
# $FreeBSD$
PORTNAME= pydotplus
DISTVERSION= 2.0.2
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Python interface to Graphviz's Dot language
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>0:devel/py-pyparsing@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1609929817
SHA256 (pydotplus-2.0.2.tar.gz) = 91e85e9ee9b85d2391ead7d635e3d9c7f5f44fd60a60e59b13e2403fa66505c4
SIZE (pydotplus-2.0.2.tar.gz) = 278677

View file

@ -0,0 +1,4 @@
PyDotPlus is an improved version of the old pydot project that provides a Python
Interface to Graphviz's Dot language.
WWW: https://github.com/carlos-jenkins/pydotplus