Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Aug 2013 17:19:06 +0000 (UTC)
From:      Dmitry Sivachenko <demon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324859 - in head/graphics: py-graph py-graph-core py-graph-core/files py-graph-dot py-graph-dot/files
Message-ID:  <201308171719.r7HHJ6kI031069@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: demon
Date: Sat Aug 17 17:19:06 2013
New Revision: 324859
URL: http://svnweb.freebsd.org/changeset/ports/324859

Log:
  Update to version 1.8.2, take maintainership.

Deleted:
  head/graphics/py-graph-core/files/patch-setup.py
Modified:
  head/graphics/py-graph-core/Makefile
  head/graphics/py-graph-core/distinfo
  head/graphics/py-graph-dot/Makefile
  head/graphics/py-graph-dot/distinfo
  head/graphics/py-graph-dot/files/patch-setup.py
  head/graphics/py-graph/Makefile

Modified: head/graphics/py-graph-core/Makefile
==============================================================================
--- head/graphics/py-graph-core/Makefile	Sat Aug 17 17:04:20 2013	(r324858)
+++ head/graphics/py-graph-core/Makefile	Sat Aug 17 17:19:06 2013	(r324859)
@@ -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

Modified: head/graphics/py-graph-core/distinfo
==============================================================================
--- head/graphics/py-graph-core/distinfo	Sat Aug 17 17:04:20 2013	(r324858)
+++ head/graphics/py-graph-core/distinfo	Sat Aug 17 17:19:06 2013	(r324859)
@@ -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

Modified: head/graphics/py-graph-dot/Makefile
==============================================================================
--- head/graphics/py-graph-dot/Makefile	Sat Aug 17 17:04:20 2013	(r324858)
+++ head/graphics/py-graph-dot/Makefile	Sat Aug 17 17:19:06 2013	(r324859)
@@ -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 \

Modified: head/graphics/py-graph-dot/distinfo
==============================================================================
--- head/graphics/py-graph-dot/distinfo	Sat Aug 17 17:04:20 2013	(r324858)
+++ head/graphics/py-graph-dot/distinfo	Sat Aug 17 17:19:06 2013	(r324859)
@@ -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

Modified: head/graphics/py-graph-dot/files/patch-setup.py
==============================================================================
--- head/graphics/py-graph-dot/files/patch-setup.py	Sat Aug 17 17:04:20 2013	(r324858)
+++ head/graphics/py-graph-dot/files/patch-setup.py	Sat Aug 17 17:19:06 2013	(r324859)
@@ -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"],

Modified: head/graphics/py-graph/Makefile
==============================================================================
--- head/graphics/py-graph/Makefile	Sat Aug 17 17:04:20 2013	(r324858)
+++ head/graphics/py-graph/Makefile	Sat Aug 17 17:19:06 2013	(r324859)
@@ -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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308171719.r7HHJ6kI031069>