Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jan 2021 10:50:07 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r560494 - in head/graphics: . py-pydotplus
Message-ID:  <202101061050.106Ao7Uq054195@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Wed Jan  6 10:50:07 2021
New Revision: 560494
URL: https://svnweb.freebsd.org/changeset/ports/560494

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

Added:
  head/graphics/py-pydotplus/
  head/graphics/py-pydotplus/Makefile   (contents, props changed)
  head/graphics/py-pydotplus/distinfo   (contents, props changed)
  head/graphics/py-pydotplus/pkg-descr   (contents, props changed)
Modified:
  head/graphics/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Wed Jan  6 10:47:52 2021	(r560493)
+++ head/graphics/Makefile	Wed Jan  6 10:50:07 2021	(r560494)
@@ -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

Added: head/graphics/py-pydotplus/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-pydotplus/Makefile	Wed Jan  6 10:50:07 2021	(r560494)
@@ -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>

Added: head/graphics/py-pydotplus/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-pydotplus/distinfo	Wed Jan  6 10:50:07 2021	(r560494)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1609929817
+SHA256 (pydotplus-2.0.2.tar.gz) = 91e85e9ee9b85d2391ead7d635e3d9c7f5f44fd60a60e59b13e2403fa66505c4
+SIZE (pydotplus-2.0.2.tar.gz) = 278677

Added: head/graphics/py-pydotplus/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-pydotplus/pkg-descr	Wed Jan  6 10:50:07 2021	(r560494)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101061050.106Ao7Uq054195>