diff options
Diffstat (limited to 'graphics/py-graph-dot')
-rw-r--r-- | graphics/py-graph-dot/Makefile | 5 | ||||
-rw-r--r-- | graphics/py-graph-dot/distinfo | 4 | ||||
-rw-r--r-- | graphics/py-graph-dot/files/patch-setup.py | 14 |
3 files changed, 4 insertions, 19 deletions
diff --git a/graphics/py-graph-dot/Makefile b/graphics/py-graph-dot/Makefile index e2400d993145..5804d3f8de21 100644 --- a/graphics/py-graph-dot/Makefile +++ b/graphics/py-graph-dot/Makefile @@ -2,14 +2,13 @@ # $FreeBSD$ PORTNAME= graph-dot -PORTVERSION= 1.7.0 -PORTREVISION= 1 +PORTVERSION= 1.8.2 CATEGORIES= graphics python MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= demon@FreeBSD.org COMMENT= A library for working with graphs in Python, dot module RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pydot>=0:${PORTSDIR}/graphics/py-pydot \ diff --git a/graphics/py-graph-dot/distinfo b/graphics/py-graph-dot/distinfo index d49a06e85754..d11efde663c5 100644 --- a/graphics/py-graph-dot/distinfo +++ b/graphics/py-graph-dot/distinfo @@ -1,2 +1,2 @@ -SHA256 (python-graph-dot-1.7.0.tar.gz) = 6a603647d81eadefbfe83012ff8cad211da94af221173e574f0761e85fb2b2ec -SIZE (python-graph-dot-1.7.0.tar.gz) = 8037 +SHA256 (python-graph-dot-1.8.2.tar.gz) = bdfe143077f3f47bc0da9618e19bafcba6ea0262f91627a6744985a872f3d401 +SIZE (python-graph-dot-1.8.2.tar.gz) = 8456 diff --git a/graphics/py-graph-dot/files/patch-setup.py b/graphics/py-graph-dot/files/patch-setup.py index f3ccd4e373d6..fbc561a99c50 100644 --- a/graphics/py-graph-dot/files/patch-setup.py +++ b/graphics/py-graph-dot/files/patch-setup.py @@ -3,20 +3,6 @@ $FreeBSD$ --- setup.py.orig +++ setup.py -@@ -4,12 +4,7 @@ - import os - - --try: -- from setuptools import setup, find_packages --except ImportError as ie: -- import ez_setup -- ez_setup.use_setuptools() -- from setuptools import setup, find_packages -+from setuptools import setup, find_packages - - # Startup - appname = "python-graph-dot" @@ -20,7 +15,6 @@ version = appversion, namespace_packages = ["pygraph"], |