aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2013-08-18 01:19:06 +0800
committerdemon <demon@FreeBSD.org>2013-08-18 01:19:06 +0800
commit8e81e6cc49f278fee48ea38535d469244a5032d5 (patch)
treeb9d15ad670141c6487a5f36010646c8b460c5183 /graphics
parentf68b67ae86148627b62d1216987044378e432564 (diff)
downloadfreebsd-ports-gnome-8e81e6cc49f278fee48ea38535d469244a5032d5.tar.gz
freebsd-ports-gnome-8e81e6cc49f278fee48ea38535d469244a5032d5.tar.zst
freebsd-ports-gnome-8e81e6cc49f278fee48ea38535d469244a5032d5.zip
Update to version 1.8.2, take maintainership.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/py-graph-core/Makefile4
-rw-r--r--graphics/py-graph-core/distinfo4
-rw-r--r--graphics/py-graph-core/files/patch-setup.py19
-rw-r--r--graphics/py-graph-dot/Makefile5
-rw-r--r--graphics/py-graph-dot/distinfo4
-rw-r--r--graphics/py-graph-dot/files/patch-setup.py14
-rw-r--r--graphics/py-graph/Makefile4
7 files changed, 10 insertions, 44 deletions
diff --git a/graphics/py-graph-core/Makefile b/graphics/py-graph-core/Makefile
index bc52f681b6e5..1f05ce55ece1 100644
--- a/graphics/py-graph-core/Makefile
+++ b/graphics/py-graph-core/Makefile
@@ -2,13 +2,13 @@
# $FreeBSD$
PORTNAME= graph-core
-PORTVERSION= 1.7.0
+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, core module
PROJECTHOST= python-graph
diff --git a/graphics/py-graph-core/distinfo b/graphics/py-graph-core/distinfo
index 994c404931e2..b71bdca274ab 100644
--- a/graphics/py-graph-core/distinfo
+++ b/graphics/py-graph-core/distinfo
@@ -1,2 +1,2 @@
-SHA256 (python-graph-core-1.7.0.tar.gz) = 1e7108441161e5eb6aae3dd5219408305998172879793f606d54c796580bb47a
-SIZE (python-graph-core-1.7.0.tar.gz) = 25472
+SHA256 (python-graph-core-1.8.2.tar.gz) = 90834ed30d2c8d1ade30550d82dae2a3bf274270d5bef51d26e7f35b6262ae32
+SIZE (python-graph-core-1.8.2.tar.gz) = 27361
diff --git a/graphics/py-graph-core/files/patch-setup.py b/graphics/py-graph-core/files/patch-setup.py
deleted file mode 100644
index 6493e52e6717..000000000000
--- a/graphics/py-graph-core/files/patch-setup.py
+++ /dev/null
@@ -1,19 +0,0 @@
-
-$FreeBSD$
-
---- setup.py.orig
-+++ setup.py
-@@ -3,12 +3,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-core"
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"],
diff --git a/graphics/py-graph/Makefile b/graphics/py-graph/Makefile
index 3a7622e4c3a9..c9b233e4ad8b 100644
--- a/graphics/py-graph/Makefile
+++ b/graphics/py-graph/Makefile
@@ -2,14 +2,14 @@
# $FreeBSD$
PORTNAME= graph
-PORTVERSION= 1.7.0
+PORTVERSION= 1.8.2
CATEGORIES= graphics python
MASTER_SITES= # empty
DISTFILES= # none
EXTRACT_ONLY= # empty
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= demon@FreeBSD.org
COMMENT= A library for working with graphs in Python
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}graph-core>=${PORTVERSION}:${PORTSDIR}/graphics/py-graph-core \