mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 1.1
This commit is contained in:
parent
2b48a2555f
commit
f11fe05607
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289650
3 changed files with 5 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= graphviz
|
||||
PORTVERSION= 1.0
|
||||
PORTVERSION= 1.1
|
||||
CATEGORIES= graphics python
|
||||
MASTER_SITES= CHEESESHOP \
|
||||
http://networkx.lanl.gov/download/pygraphviz/
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (pygraphviz-1.0.tar.gz) = 1690791aa05d289ff16098db4893049b18d1cf984ce54bdb3688981b9dca788a
|
||||
SIZE (pygraphviz-1.0.tar.gz) = 87231
|
||||
SHA256 (pygraphviz-1.1.tar.gz) = cb614a30db8bd1a422bd2e5c67b09e17bb00ca6a199496c69306dac344342ca5
|
||||
SIZE (pygraphviz-1.1.tar.gz) = 90137
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
%%PYTHON_SITELIBDIR%%/pygraphviz/tests/test.py
|
||||
%%PYTHON_SITELIBDIR%%/pygraphviz/tests/test.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pygraphviz/tests/test.pyo
|
||||
%%PYTHON_SITELIBDIR%%/pygraphviz/tests/unicode.txt
|
||||
%%PYTHON_SITELIBDIR%%/pygraphviz/version.py
|
||||
%%PYTHON_SITELIBDIR%%/pygraphviz/version.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pygraphviz/version.pyo
|
||||
|
@ -31,6 +32,7 @@
|
|||
%%DOCSDIR%%/examples/simple.py
|
||||
%%DOCSDIR%%/examples/star.py
|
||||
%%DOCSDIR%%/examples/subgraph.py
|
||||
%%DOCSDIR%%/examples/utf8_encoding.py
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/pygraphviz/tests
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/pygraphviz
|
||||
@dirrm %%DOCSDIR%%/examples
|
||||
|
|
Loading…
Add table
Reference in a new issue