diff options
author | stefan <stefan@FreeBSD.org> | 2008-07-06 21:14:42 +0800 |
---|---|---|
committer | stefan <stefan@FreeBSD.org> | 2008-07-06 21:14:42 +0800 |
commit | 57313b030ab9a559d22ba0026e553f073dabb767 (patch) | |
tree | 1da0d7fde42fdbc1be256a87aedb9cf7371647dc /graphics/py-pydot | |
parent | 3c70fd5d235a331b7db81e70ae40e91e09f63d80 (diff) | |
download | freebsd-ports-graphics-57313b030ab9a559d22ba0026e553f073dabb767.tar.gz freebsd-ports-graphics-57313b030ab9a559d22ba0026e553f073dabb767.tar.zst freebsd-ports-graphics-57313b030ab9a559d22ba0026e553f073dabb767.zip |
- Update to 1.0.2. [1]
- Update master site and project home page.
PR: 124937 [1]
Submitted by: Wen heping <wenheping@gmail.com>
Diffstat (limited to 'graphics/py-pydot')
-rw-r--r-- | graphics/py-pydot/Makefile | 6 | ||||
-rw-r--r-- | graphics/py-pydot/distinfo | 6 | ||||
-rw-r--r-- | graphics/py-pydot/files/patch-setup.py | 10 | ||||
-rw-r--r-- | graphics/py-pydot/pkg-descr | 2 |
4 files changed, 17 insertions, 7 deletions
diff --git a/graphics/py-pydot/Makefile b/graphics/py-pydot/Makefile index d70b113fc5c..9812799c274 100644 --- a/graphics/py-pydot/Makefile +++ b/graphics/py-pydot/Makefile @@ -6,11 +6,11 @@ # PORTNAME= pydot -PORTVERSION= 0.9.10 -PORTREVISION= 2 +PORTVERSION= 1.0.2 CATEGORIES= graphics python -MASTER_SITES= http://dkbza.org/data/ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PROJECTHOST= ${PORTNAME} MAINTAINER= stefan@FreeBSD.org COMMENT= A Python interface to the Graphviz Dot language diff --git a/graphics/py-pydot/distinfo b/graphics/py-pydot/distinfo index a474f216c77..d75c6540879 100644 --- a/graphics/py-pydot/distinfo +++ b/graphics/py-pydot/distinfo @@ -1,3 +1,3 @@ -MD5 (pydot-0.9.10.tar.gz) = d59609a3b69b19ad018c55d765945baf -SHA256 (pydot-0.9.10.tar.gz) = 7988b9a42ed299fdbe3c35a22dc13b8cd8b4d460e152b42baf20f03a794f27fb -SIZE (pydot-0.9.10.tar.gz) = 14462 +MD5 (pydot-1.0.2.tar.gz) = e5cbbe7ef3d221c05c96e4bd4bcf95f9 +SHA256 (pydot-1.0.2.tar.gz) = 0a725b25b1ffe88adaaf6e5c8dfefb2eebcb84cfc8ebe0cac24db9fbdb9fe24c +SIZE (pydot-1.0.2.tar.gz) = 18641 diff --git a/graphics/py-pydot/files/patch-setup.py b/graphics/py-pydot/files/patch-setup.py new file mode 100644 index 00000000000..a3954c60801 --- /dev/null +++ b/graphics/py-pydot/files/patch-setup.py @@ -0,0 +1,10 @@ +--- setup.py.orig 2008-07-06 15:01:26.000000000 +0200 ++++ setup.py 2008-07-06 15:01:51.000000000 +0200 +@@ -27,5 +27,5 @@ + 'Topic :: Software Development :: Libraries :: Python Modules'], + long_description = "\n".join(pydot.__doc__.split('\n')), + py_modules = ['pydot', 'dot_parser'], +- install_requires = ['pyparsing', 'setuptools'], +- data_files = [('.', ['ChangeLog', 'LICENSE', 'README'])] ) ++ install_requires = ['pyparsing', 'setuptools'] ) ++ #data_files = [('.', ['ChangeLog', 'LICENSE', 'README'])] diff --git a/graphics/py-pydot/pkg-descr b/graphics/py-pydot/pkg-descr index 882f41874ad..7497f071457 100644 --- a/graphics/py-pydot/pkg-descr +++ b/graphics/py-pydot/pkg-descr @@ -4,4 +4,4 @@ supported (up to Graphviz 1.16). Output can be inlined in Postscript into interactive scientific environments like TeXmacs, or output in any of the formats supported by the Graphviz tools dot, neato, twopi. -WWW: http://dkbza.org/pydot.html +WWW: http://code.google.com/p/pydot/ |