aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-pydot
diff options
context:
space:
mode:
authorStefan Walter <stefan@FreeBSD.org>2008-07-06 13:14:42 +0000
committerStefan Walter <stefan@FreeBSD.org>2008-07-06 13:14:42 +0000
commitef173ab027060883efc5a44fd1b951594a7d8d38 (patch)
treeb16ec3e7650fd3b67da1d4641d2f53ff6091d011 /graphics/py-pydot
parentede379158b30c74c69d5dbddcd4b2c596367f957 (diff)
downloadports-ef173ab027060883efc5a44fd1b951594a7d8d38.tar.gz
ports-ef173ab027060883efc5a44fd1b951594a7d8d38.zip
- Update to 1.0.2. [1]
- Update master site and project home page. PR: 124937 [1] Submitted by: Wen heping <wenheping@gmail.com>
Notes
Notes: svn path=/head/; revision=216394
Diffstat (limited to 'graphics/py-pydot')
-rw-r--r--graphics/py-pydot/Makefile6
-rw-r--r--graphics/py-pydot/distinfo6
-rw-r--r--graphics/py-pydot/files/patch-setup.py10
-rw-r--r--graphics/py-pydot/pkg-descr2
4 files changed, 17 insertions, 7 deletions
diff --git a/graphics/py-pydot/Makefile b/graphics/py-pydot/Makefile
index d70b113fc5cb..9812799c2741 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 a474f216c77d..d75c6540879c 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 000000000000..a3954c60801f
--- /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 882f41874adf..7497f071457b 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/