[Python-modules-commits] r3016 - in /packages: python-werkzeug/ python-werkzeug/tags/ python-werkzeug/trunk/ python-werkzeug/trunk/debian/ python-werkzeug/trunk/debian/patches/ python-wsgiref/

nslater-guest at users.alioth.debian.org nslater-guest at users.alioth.debian.org
Fri Aug 10 22:20:54 UTC 2007


Author: nslater-guest
Date: Fri Aug 10 22:20:54 2007
New Revision: 3016

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3016
Log:
python-werkzeug: (0.1~svn3830-1): Initial release.

Added:
    packages/python-werkzeug/
    packages/python-werkzeug/tags/
    packages/python-werkzeug/trunk/
    packages/python-werkzeug/trunk/debian/
    packages/python-werkzeug/trunk/debian/changelog   (with props)
    packages/python-werkzeug/trunk/debian/compat   (with props)
    packages/python-werkzeug/trunk/debian/control   (with props)
    packages/python-werkzeug/trunk/debian/copyright
    packages/python-werkzeug/trunk/debian/docs
    packages/python-werkzeug/trunk/debian/install
    packages/python-werkzeug/trunk/debian/manpages
    packages/python-werkzeug/trunk/debian/patches/
    packages/python-werkzeug/trunk/debian/patches/remove-ez_setup.patch   (with props)
    packages/python-werkzeug/trunk/debian/pycompat
    packages/python-werkzeug/trunk/debian/pyversions
    packages/python-werkzeug/trunk/debian/rules   (with props)
    packages/python-wsgiref/

Added: packages/python-werkzeug/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-werkzeug/trunk/debian/changelog?rev=3016&op=file
==============================================================================
--- packages/python-werkzeug/trunk/debian/changelog (added)
+++ packages/python-werkzeug/trunk/debian/changelog Fri Aug 10 22:20:54 2007
@@ -1,0 +1,5 @@
+python-werkzeug (0.1~svn3830-1) experimental; urgency=low
+
+  * Initial release. Closes: #433991
+
+ -- Noah Slater <nslater at bytesexual.org>  Fri, 20 Jul 2007 20:53:52 +0100

Propchange: packages/python-werkzeug/trunk/debian/changelog
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: packages/python-werkzeug/trunk/debian/changelog
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: packages/python-werkzeug/trunk/debian/changelog
------------------------------------------------------------------------------
    svn:mime-type = text/x-changelog

Added: packages/python-werkzeug/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/python-werkzeug/trunk/debian/compat?rev=3016&op=file
==============================================================================
--- packages/python-werkzeug/trunk/debian/compat (added)
+++ packages/python-werkzeug/trunk/debian/compat Fri Aug 10 22:20:54 2007
@@ -1,0 +1,1 @@
+5

Propchange: packages/python-werkzeug/trunk/debian/compat
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: packages/python-werkzeug/trunk/debian/compat
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: packages/python-werkzeug/trunk/debian/compat
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: packages/python-werkzeug/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/python-werkzeug/trunk/debian/control?rev=3016&op=file
==============================================================================
--- packages/python-werkzeug/trunk/debian/control (added)
+++ packages/python-werkzeug/trunk/debian/control Fri Aug 10 22:20:54 2007
@@ -1,0 +1,25 @@
+Source: python-werkzeug
+Section: python
+Priority: optional
+Maintainer: Noah Slater <nslater at bytesexual.org>
+Uploaders: Debian Python Modules Team
+ <python-modules-team at lists.alioth.debian.org>
+Standards-Version: 3.7.2
+Build-Depends: cdbs (>= 0.4.42), debhelper (>= 5.0.37.2), python-dev
+Build-Depends-Indep: help2man, python-docutils, python-jinja (>= 1.1-1),
+ python-pygments, python-setuptools (>= 0.6b3-1), python-support (>= 0.6.4)
+
+Package: python-werkzeug
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-wsgiref
+Priority: optional
+Description: a collection of various utilities for WSGI applications
+ Werkzeug is a collection of various utilities for WSGI applications. It
+ features request and response objects as well as a powerful url dispatcher and
+ a debugging system.
+ .
+ Combine multiple small utilities together to build the framework of your
+ application. Together with a bunch of other utilities and middlewares you can
+ easily create your own custom application backend.
+ .
+  Homepage: http://werkzeug.pocoo.org/

Propchange: packages/python-werkzeug/trunk/debian/control
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: packages/python-werkzeug/trunk/debian/control
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: packages/python-werkzeug/trunk/debian/control
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: packages/python-werkzeug/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/python-werkzeug/trunk/debian/copyright?rev=3016&op=file
==============================================================================
--- packages/python-werkzeug/trunk/debian/copyright (added)
+++ packages/python-werkzeug/trunk/debian/copyright Fri Aug 10 22:20:54 2007
@@ -1,0 +1,37 @@
+Upstream source from: <http://werkzeug.pocoo.org/>
+
+Upstream source command: REVISION=3830 ./debian/rules get-orig-source
+
+Files: debian/*
+Copyright: Copyright (C) 2007 Noah Slater <nslater at bytesexual.org>
+License: other
+ Copying and distribution of this package, with or without modification, are
+ permitted in any medium without royalty provided the copyright notice and this
+ notice are preserved.
+
+Files: *
+Copyright: Copyright (C) 2006, 2007 Armin Ronacher
+ Copyright (C) 2006, 2007 Georg Brandl
+License: other
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+
+   - Redistributions of source code must retain the above copyright notice, this
+     list of conditions and the following disclaimer.
+
+   - Redistributions in binary form must reproduce the above copyright notice,
+     this list of conditions and the following disclaimer in the documentation
+     and/or other materials provided with the distribution.
+
+   - The name of the author may not be used to endorse or promote products
+     derived from this software without specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE AS AND ANY EXPRESS OR IMPLIED WARRANTIES,
+ INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
+ FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR
+ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
+ GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 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.

Added: packages/python-werkzeug/trunk/debian/docs
URL: http://svn.debian.org/wsvn/python-modules/packages/python-werkzeug/trunk/debian/docs?rev=3016&op=file
==============================================================================
--- packages/python-werkzeug/trunk/debian/docs (added)
+++ packages/python-werkzeug/trunk/debian/docs Fri Aug 10 22:20:54 2007
@@ -1,0 +1,2 @@
+docs/html
+docs/txt

Added: packages/python-werkzeug/trunk/debian/install
URL: http://svn.debian.org/wsvn/python-modules/packages/python-werkzeug/trunk/debian/install?rev=3016&op=file
==============================================================================
--- packages/python-werkzeug/trunk/debian/install (added)
+++ packages/python-werkzeug/trunk/debian/install Fri Aug 10 22:20:54 2007
@@ -1,0 +1,1 @@
+examples /usr/share/python-werkzeug

Added: packages/python-werkzeug/trunk/debian/manpages
URL: http://svn.debian.org/wsvn/python-modules/packages/python-werkzeug/trunk/debian/manpages?rev=3016&op=file
==============================================================================
--- packages/python-werkzeug/trunk/debian/manpages (added)
+++ packages/python-werkzeug/trunk/debian/manpages Fri Aug 10 22:20:54 2007
@@ -1,0 +1,1 @@
+werkzeug-bootstrap.1

Added: packages/python-werkzeug/trunk/debian/patches/remove-ez_setup.patch
URL: http://svn.debian.org/wsvn/python-modules/packages/python-werkzeug/trunk/debian/patches/remove-ez_setup.patch?rev=3016&op=file
==============================================================================
--- packages/python-werkzeug/trunk/debian/patches/remove-ez_setup.patch (added)
+++ packages/python-werkzeug/trunk/debian/patches/remove-ez_setup.patch Fri Aug 10 22:20:54 2007
@@ -1,0 +1,13 @@
+diff -Nur python-werkzeug_0.1/setup.py python-werkzeug_0.1.new/setup.py
+--- python-werkzeug_0.1/setup.py	2007-07-20 19:58:50.000000000 +0100
++++ python-werkzeug_0.1.new/setup.py	2007-07-20 20:58:46.000000000 +0100
+@@ -1,9 +1,7 @@
+ # -*- coding: utf-8 -*-
+ import werkzeug
+ import os
+-import ez_setup
+ from inspect import getdoc
+-ez_setup.use_setuptools()
+ 
+ from setuptools import setup, Extension, Feature
+ 

Propchange: packages/python-werkzeug/trunk/debian/patches/remove-ez_setup.patch
------------------------------------------------------------------------------
    svn:mime-type = text/x-patch

Added: packages/python-werkzeug/trunk/debian/pycompat
URL: http://svn.debian.org/wsvn/python-modules/packages/python-werkzeug/trunk/debian/pycompat?rev=3016&op=file
==============================================================================
--- packages/python-werkzeug/trunk/debian/pycompat (added)
+++ packages/python-werkzeug/trunk/debian/pycompat Fri Aug 10 22:20:54 2007
@@ -1,0 +1,1 @@
+2

Added: packages/python-werkzeug/trunk/debian/pyversions
URL: http://svn.debian.org/wsvn/python-modules/packages/python-werkzeug/trunk/debian/pyversions?rev=3016&op=file
==============================================================================
--- packages/python-werkzeug/trunk/debian/pyversions (added)
+++ packages/python-werkzeug/trunk/debian/pyversions Fri Aug 10 22:20:54 2007
@@ -1,0 +1,1 @@
+2.3-

Added: packages/python-werkzeug/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-werkzeug/trunk/debian/rules?rev=3016&op=file
==============================================================================
--- packages/python-werkzeug/trunk/debian/rules (added)
+++ packages/python-werkzeug/trunk/debian/rules Fri Aug 10 22:20:54 2007
@@ -1,0 +1,58 @@
+#!/usr/bin/make -f
+
+# This file is part of the python-werkzeug package.
+
+# Copyright (C) 2007 Noah Slater <nslater at bytesexual.org>.
+
+# Copying and distribution of this file, with or without modification, are
+# permitted in any medium without royalty provided the copyright notice and this
+# notice are preserved.
+
+# Makefile used by dpkg-buildpackage to create a deb file.
+
+DEB_PYTHON_SYSTEM := pysupport
+
+include /usr/share/cdbs/1/rules/buildcore.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
+
+UPSTREAM_REPOSITORY_ADDRESS = http://trac.pocoo.org/repos/werkzeug/trunk
+
+PACKAGE_NAME_FRAGMENT = python-werkzeug
+PACKAGE_VERSION_FRAGMENT = 0.1~svn
+
+clean::
+	rm --force werkzeug-bootstrap.1
+	rm --force debian/copyright.html
+	rm --force docs/build/*.html
+	rm --recursive --force docs/html
+	rm --recursive --force docs/txt
+
+common-build-indep::
+	help2man --no-info --name="generate Werkzeug bootstrapping code" \
+	    ./werkzeug-bootstrap > werkzeug-bootstrap.1
+	cd docs && ./generate.py
+	cp --preserve --recursive docs/build docs/html
+	cp --preserve --recursive docs/src docs/txt
+	find docs/txt -type f | xargs gzip -9
+	chmod a+x examples/upload.py
+
+get-orig-source:
+	@if [ "$$REVISION" = "" ]; then \
+	    REVISION=$(shell LC_ALL=C svn --non-interactive info \
+			$(UPSTREAM_REPOSITORY_ADDRESS) | grep Revision | cut -c 11-); \
+	fi; \
+	if [ "$$REVISION" = "" ]; then \
+		exit 1; \
+	fi; \
+	LC_ALL=C svn --quiet export --revision $${REVISION} \
+		$(UPSTREAM_REPOSITORY_ADDRESS) \
+		$(PACKAGE_NAME_FRAGMENT)-$(PACKAGE_VERSION_FRAGMENT)$${REVISION}.orig; \
+	tar --create --gzip --file \
+		$(PACKAGE_NAME_FRAGMENT)_$(PACKAGE_VERSION_FRAGMENT)$${REVISION}.orig.tar.gz \
+		$(PACKAGE_NAME_FRAGMENT)-$(PACKAGE_VERSION_FRAGMENT)$${REVISION}.orig; \
+	rm --recursive --force \
+		$(PACKAGE_NAME_FRAGMENT)-$(PACKAGE_VERSION_FRAGMENT)$${REVISION}.orig;

Propchange: packages/python-werkzeug/trunk/debian/rules
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: packages/python-werkzeug/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Propchange: packages/python-werkzeug/trunk/debian/rules
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: packages/python-werkzeug/trunk/debian/rules
------------------------------------------------------------------------------
    svn:mime-type = text/x-makefile




More information about the Python-modules-commits mailing list