summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Mikko Värri <vmj@linuxbox.fi>2014-03-06 06:58:55 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-03-06 06:58:55 +0700
commite8fc12db7e982463721f94034add1fd6fa61ca0a (patch)
tree68e0be21d95c33521cb71d52b417f00233057344 /development
parent417775d94434d5bff45314e3095c8ed4ef3cd4f0 (diff)
downloadslackbuilds-e8fc12db7e982463721f94034add1fd6fa61ca0a.tar.gz
slackbuilds-e8fc12db7e982463721f94034add1fd6fa61ca0a.tar.xz
development/gaphor: Updated for version 0.17.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/gaphor/fix_zope_component_registry.patch19
-rw-r--r--development/gaphor/gaphor.SlackBuild7
-rw-r--r--development/gaphor/gaphor.info6
3 files changed, 5 insertions, 27 deletions
diff --git a/development/gaphor/fix_zope_component_registry.patch b/development/gaphor/fix_zope_component_registry.patch
deleted file mode 100644
index 36e15aaa41..0000000000
--- a/development/gaphor/fix_zope_component_registry.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- gaphor/services/componentregistry.py.orig 2012-08-08 13:57:32.000000000 +0300
-+++ gaphor/services/componentregistry.py 2012-08-08 13:57:57.000000000 +0300
-@@ -7,6 +7,7 @@
- """
-
- from zope import interface, component
-+from zope.component import registry
- from gaphor.core import inject
- from gaphor.interfaces import IService, IEventFilter
-
-@@ -27,7 +28,7 @@
- pass
-
- def init(self, app):
-- self._components = component.registry.Components(
-+ self._components = registry.Components(
- name='component_registry',
- bases=(component.getGlobalSiteManager(),))
-
diff --git a/development/gaphor/gaphor.SlackBuild b/development/gaphor/gaphor.SlackBuild
index 1d03a50ae5..2edbe6a657 100644
--- a/development/gaphor/gaphor.SlackBuild
+++ b/development/gaphor/gaphor.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for gaphor
-# Copyright 2012 Mikko Värri, Finland
+# Copyright 2014 Mikko Värri, Finland
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gaphor
-VERSION=${VERSION:-0.17.1}
+VERSION=${VERSION:-0.17.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -55,9 +55,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-# A patch from upstream git
-patch -p0 <$CWD/fix_zope_component_registry.patch
-
python setup.py install --root=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/development/gaphor/gaphor.info b/development/gaphor/gaphor.info
index 1eafc36b21..9c567e0263 100644
--- a/development/gaphor/gaphor.info
+++ b/development/gaphor/gaphor.info
@@ -1,8 +1,8 @@
PRGNAM="gaphor"
-VERSION="0.17.1"
+VERSION="0.17.2"
HOMEPAGE="http://pypi.python.org/pypi/gaphor"
-DOWNLOAD="http://pypi.python.org/packages/source/g/gaphor/gaphor-0.17.1.tar.gz"
-MD5SUM="cf7b6e1f752913f19a69c7addcfe00d5"
+DOWNLOAD="http://pypi.python.org/packages/source/g/gaphor/gaphor-0.17.2.tar.gz"
+MD5SUM="f42e27a082a0890baf626dd70e17ca95"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="etk.docking zope.component gaphas"