x11/py-xdot: Update to 1.1
This commit is contained in:
parent
0df18d681a
commit
ee62de4647
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=503426
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xdot
|
||||
PORTVERSION= 1.0
|
||||
PORTVERSION= 1.1
|
||||
CATEGORIES= x11 python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -13,11 +13,12 @@ LICENSE= LGPL3+
|
||||
|
||||
RUN_DEPENDS= dot:graphics/graphviz
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= gnome python:3.4+
|
||||
USE_PYTHON= autoplist distutils
|
||||
USE_GNOME= cairo gtk30 pygobject3
|
||||
|
||||
CONFLICTS_INSTALL= py*-xdot-06
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1537622322
|
||||
SHA256 (xdot-1.0.tar.gz) = 7e067896d729af82f1fd0758e265f129944d469c30f550e3f15dbdb751cc42a1
|
||||
SIZE (xdot-1.0.tar.gz) = 26507
|
||||
TIMESTAMP = 1557945856
|
||||
SHA256 (xdot-1.1.tar.gz) = e15c53d80dc8777402a7258eebe6cbf395d04085ff9699bbffae91df0ecc2433
|
||||
SIZE (xdot-1.1.tar.gz) = 28315
|
||||
|
@ -1,7 +1,7 @@
|
||||
xdot.py is an interactive viewer for graphs written in Graphviz's dot
|
||||
language. It uses internally the Graphviz's xdot output format as an
|
||||
language. It uses internally the Graphviz's xdot output format as an
|
||||
intermediate format, and PyGTK and Cairo for rendering.
|
||||
xdot.py can be used either as a standalone application from command
|
||||
xdot.py can be used either as a standalone application from command
|
||||
line, or as a library embedded in your python application.
|
||||
|
||||
WWW: https://pypi.org/project/xdot/
|
||||
|
Loading…
Reference in New Issue
Block a user