1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

x11/py-xdot: Update to 1.1

This commit is contained in:
Danilo G. Baio 2019-06-03 22:34:58 +00:00
parent 0df18d681a
commit ee62de4647
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=503426
3 changed files with 8 additions and 7 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= xdot PORTNAME= xdot
PORTVERSION= 1.0 PORTVERSION= 1.1
CATEGORIES= x11 python CATEGORIES= x11 python
MASTER_SITES= CHEESESHOP MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -13,11 +13,12 @@ LICENSE= LGPL3+
RUN_DEPENDS= dot:graphics/graphviz RUN_DEPENDS= dot:graphics/graphviz
NO_ARCH= yes
USES= gnome python:3.4+ USES= gnome python:3.4+
USE_PYTHON= autoplist distutils USE_PYTHON= autoplist distutils
USE_GNOME= cairo gtk30 pygobject3 USE_GNOME= cairo gtk30 pygobject3
CONFLICTS_INSTALL= py*-xdot-06 CONFLICTS_INSTALL= py*-xdot-06
NO_ARCH= yes
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1537622322 TIMESTAMP = 1557945856
SHA256 (xdot-1.0.tar.gz) = 7e067896d729af82f1fd0758e265f129944d469c30f550e3f15dbdb751cc42a1 SHA256 (xdot-1.1.tar.gz) = e15c53d80dc8777402a7258eebe6cbf395d04085ff9699bbffae91df0ecc2433
SIZE (xdot-1.0.tar.gz) = 26507 SIZE (xdot-1.1.tar.gz) = 28315

View File

@ -1,7 +1,7 @@
xdot.py is an interactive viewer for graphs written in Graphviz's dot 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. 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. line, or as a library embedded in your python application.
WWW: https://pypi.org/project/xdot/ WWW: https://pypi.org/project/xdot/