From 36d3eff70227ef9a368af2742c32ebcfc45bd2ae Mon Sep 17 00:00:00 2001 From: Ruslan Makhmatkhanov Date: Fri, 11 Nov 2011 09:37:27 +0000 Subject: [PATCH] - whitespace cleanup - update WWW Submitted by: rm Approved by: wen (maintainer), miwi (co-mentor) Feature safe: yes --- databases/zodb3/Makefile | 1 + databases/zodb3/pkg-descr | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/databases/zodb3/Makefile b/databases/zodb3/Makefile index a76b49ef4972..7272a0020e39 100644 --- a/databases/zodb3/Makefile +++ b/databases/zodb3/Makefile @@ -30,4 +30,5 @@ USE_PYTHON= 2.5+ USE_PYDISTUTILS= easy_install PYEASYINSTALL_ARCHDEP= yes PYDISTUTILS_PKGNAME= ZODB3 + .include diff --git a/databases/zodb3/pkg-descr b/databases/zodb3/pkg-descr index e590f6f735a4..8b114b66433a 100644 --- a/databases/zodb3/pkg-descr +++ b/databases/zodb3/pkg-descr @@ -1,6 +1,6 @@ -The ZODB package is a Python object persistence system. -It provides the Z Object Database separately from Zope so -it can be used in non-Zope related Python applications to +The ZODB package is a Python object persistence system. +It provides the Z Object Database separately from Zope so +it can be used in non-Zope related Python applications to provide transparent object-oriented persistency. -WWW: http://wiki.zope.org/ZODB/FrontPage +WWW: http://www.zodb.org/