libraries/Nevow: Updated for version 0.10.0 new maintainer.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Markus Reichelt 2012-05-01 11:58:17 -04:00 committed by Erik Hanson
parent 80168d02a4
commit b6dfe80dd5
3 changed files with 11 additions and 8 deletions

View File

@ -21,6 +21,9 @@
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
# Originally written by Marco Bonetti - Thanks!
# Now maintained by Markus Reichelt <slackbuilds@mareichelt.de>, 0xCCEEF115
PRGNAM=Nevow
VERSION=${VERSION:-0.10.0}

View File

@ -1,10 +1,10 @@
PRGNAM="Nevow"
VERSION="0.10.0"
HOMEPAGE="http://divmod.org/trac/wiki/DivmodNevow"
DOWNLOAD="http://divmod.org/trac/attachment/wiki/SoftwareReleases/Nevow-0.10.0.tar.gz?format=raw"
HOMEPAGE="http://pypi.python.org/pypi/Nevow"
DOWNLOAD="http://pypi.python.org/packages/source/N/Nevow/Nevow-0.10.0.tar.gz"
MD5SUM="66dda2ad88f42dea05911add15f4d1b2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Marco Bonetti"
EMAIL="sid77@slackware.it"
APPROVED="rworkman"
MAINTAINER="Markus Reichelt"
EMAIL="slackbuilds@mareichelt.de"
APPROVED="dsomero"

View File

@ -5,7 +5,7 @@
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
|-----handy-ruler----------------------------------------------------|
|-----handy-ruler------------------------------------------------------|
Nevow: Nevow (web application construction kit)
Nevow:
Nevow: Nevow is designed to allow the programmer to express as much of the
@ -13,7 +13,7 @@ Nevow: view logic as desired in Python, and includes a pure Python XML
Nevow: expression syntax named stan to facilitate this. However it also
Nevow: provides rich support for designer-edited templates, using a very
Nevow: small XML attribute language to provide bi-directional template
Nevow: manipulation capability.
Nevow: manipulation capability.
Nevow:
Nevow: http://divmod.org/trac/wiki/DivmodNevow
Nevow: http://pypi.python.org/pypi/Nevow
Nevow: