mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
New port: graphics/py-pydotplus: Python interface to Graphviz's Dot language
This commit is contained in:
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
|
@ -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
|
||||
|
|
22
graphics/py-pydotplus/Makefile
Normal file
22
graphics/py-pydotplus/Makefile
Normal 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>
|
3
graphics/py-pydotplus/distinfo
Normal file
3
graphics/py-pydotplus/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1609929817
|
||||
SHA256 (pydotplus-2.0.2.tar.gz) = 91e85e9ee9b85d2391ead7d635e3d9c7f5f44fd60a60e59b13e2403fa66505c4
|
||||
SIZE (pydotplus-2.0.2.tar.gz) = 278677
|
4
graphics/py-pydotplus/pkg-descr
Normal file
4
graphics/py-pydotplus/pkg-descr
Normal 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
|
Loading…
Add table
Reference in a new issue