[Python-modules-commits] r12624 - in packages (12 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Fri Apr 16 21:33:47 UTC 2010


    Date: Friday, April 16, 2010 @ 21:33:40
  Author: piotr
Revision: 12624

add flask

Added:
  packages/flask/
  packages/flask/tags/
  packages/flask/trunk/
  packages/flask/trunk/debian/
  packages/flask/trunk/debian/changelog
  packages/flask/trunk/debian/compat
  packages/flask/trunk/debian/control
  packages/flask/trunk/debian/copyright
  packages/flask/trunk/debian/rules
  packages/flask/trunk/debian/source/
  packages/flask/trunk/debian/source/format
  packages/flask/trunk/debian/watch


Property changes on: packages/flask/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/flask/trunk/debian/changelog
===================================================================
--- packages/flask/trunk/debian/changelog	                        (rev 0)
+++ packages/flask/trunk/debian/changelog	2010-04-16 21:33:40 UTC (rev 12624)
@@ -0,0 +1,5 @@
+flask (0.1-1) unstable; urgency=low
+
+  * Initial release (closes: #578093)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Fri, 16 Apr 2010 21:45:12 +0200

Added: packages/flask/trunk/debian/compat
===================================================================
--- packages/flask/trunk/debian/compat	                        (rev 0)
+++ packages/flask/trunk/debian/compat	2010-04-16 21:33:40 UTC (rev 12624)
@@ -0,0 +1 @@
+7

Added: packages/flask/trunk/debian/control
===================================================================
--- packages/flask/trunk/debian/control	                        (rev 0)
+++ packages/flask/trunk/debian/control	2010-04-16 21:33:40 UTC (rev 12624)
@@ -0,0 +1,30 @@
+Source: flask
+Section: python
+Priority: optional
+Maintainer: Piotr Ożarowski <piotr at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7), python, python-setuptools (>= 0.6b3), python-support (>= 0.8.4)
+Standards-Version: 3.8.4
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/flask/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/flask/trunk/
+Homepage: http://flask.pocoo.org/
+XS-Python-Version: >= 2.5
+
+
+Package: python-flask
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-werkzeug (>= 0.6.1), python-jinja2 (>= 2.4)
+Recommends: python-pkg-resources
+Description: micro web framework based on Werkzeug, Jinja2 and good intentions
+ Flask is a micro web framework for Python based on Werkzeug, Jinja 2 and good
+ intentions. A minimal Flask application looks like that:
+ .
+   from flask import Flask
+   app = Flask(__name__)
+ .
+   @app.route("/")
+   def hello():
+       return "Hello World!"
+ .
+   if __name__ == '__main__':
+       app.run()

Added: packages/flask/trunk/debian/copyright
===================================================================
--- packages/flask/trunk/debian/copyright	                        (rev 0)
+++ packages/flask/trunk/debian/copyright	2010-04-16 21:33:40 UTC (rev 12624)
@@ -0,0 +1,14 @@
+This package was debianized by Piotr Ożarowski <piotr at debian.org> on
+Fri, 16 Apr 2010 21:45:12 +0200.
+
+It was downloaded from http://pypi.python.org/pypi/Flask
+
+Copyright © 2010 by Armin Ronacher
+
+License: BSD
+
+The Debian packaging is © 2010, Piotr Ożarowski <piotr at debian.org> and
+is licensed under the BSD as well.
+
+On Debian systems, the complete text of the BSD License can be found in
+`/usr/share/common-licenses/BSD'

Added: packages/flask/trunk/debian/rules
===================================================================
--- packages/flask/trunk/debian/rules	                        (rev 0)
+++ packages/flask/trunk/debian/rules	2010-04-16 21:33:40 UTC (rev 12624)
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+
+clean:
+	dh clean
+	rm -rf Flask.egg-info/


Property changes on: packages/flask/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/flask/trunk/debian/source/format
===================================================================
--- packages/flask/trunk/debian/source/format	                        (rev 0)
+++ packages/flask/trunk/debian/source/format	2010-04-16 21:33:40 UTC (rev 12624)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/flask/trunk/debian/watch
===================================================================
--- packages/flask/trunk/debian/watch	                        (rev 0)
+++ packages/flask/trunk/debian/watch	2010-04-16 21:33:40 UTC (rev 12624)
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/rc/~rc/ \
+http://pypi.python.org/packages/source/F/Flask/Flask-(.+)\.tar\.gz




More information about the Python-modules-commits mailing list