aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-graph-core
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/py-graph-core')
-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
3 files changed, 4 insertions, 23 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"