]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
New package: python-werkzeug.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 6 Sep 2009 19:37:52 +0000 (21:37 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 6 Sep 2009 19:37:52 +0000 (21:37 +0200)
lfs/python-werkzeug [new file with mode: 0644]
make.sh
src/rootfiles/core/python-werkzeug [new file with mode: 0644]

diff --git a/lfs/python-werkzeug b/lfs/python-werkzeug
new file mode 100644 (file)
index 0000000..f629f7c
--- /dev/null
@@ -0,0 +1,86 @@
+###############################################################################
+#                                                                             #
+# IPFire.org - A linux based firewall                                         #
+# Copyright (C) 2007, 2008, 2009 Michael Tremer & Christian Schmidt           #
+#                                                                             #
+# This program is free software: you can redistribute it and/or modify        #
+# it under the terms of the GNU General Public License as published by        #
+# the Free Software Foundation, either version 3 of the License, or           #
+# (at your option) any later version.                                         #
+#                                                                             #
+# This program is distributed in the hope that it will be useful,             #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of              #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the               #
+# GNU General Public License for more details.                                #
+#                                                                             #
+# You should have received a copy of the GNU General Public License           #
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.       #
+#                                                                             #
+###############################################################################
+
+###############################################################################
+# Definitions
+###############################################################################
+
+include Config
+
+PKG_NAME   = werkzeug
+PKG_VER    = 0.5.1
+PKG_REL    = 0
+
+THISAPP    = $(PKG_NAME)-$(PKG_VER)
+DL_FILE    = $(THISAPP).tar.gz
+DIR_APP    = $(DIR_SRC)/$(THISAPP)
+
+OBJECT     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
+
+MAINTAINER = Michael Tremer <michael.tremer@ipfire.org>
+GROUP      = Development/Libraries
+CORE       = yes
+EXTRA      = no
+DEBUG      = no
+BUILD_DEPS =
+DEPS       = python
+
+URL        = http://werkzeug.pocoo.org/
+LICENSE    = BSD
+SHORT_DESC = The Swiss Army knife of Python web development.
+
+define LONG_DESC
+       Werkzeug started as simple collection of various utilities for WSGI \
+       applications and has become one of the most advanced WSGI utility \
+       modules.
+endef
+
+###############################################################################
+# Top-level Rules
+###############################################################################
+
+objects = $(DL_FILE)
+
+download: $(objects)
+
+info:
+       $(DO_PKG_INFO)
+
+install: $(OBJECT)
+
+packages: $(PACKAGES)
+
+$(PACKAGES): $(OBJECT)
+       @$(DO_PACKAGE)
+
+$(objects):
+       @$(LOAD)
+
+###############################################################################
+# Installation Details
+###############################################################################
+
+$(OBJECT): $(objects)
+       @$(PREBUILD)
+       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE)
+       cd $(DIR_APP) && CFLAGS="$(CFLAGS)" python setup.py build
+       cd $(DIR_APP) && python setup.py install -O1 --skip-build
+       @rm -rf $(DIR_APP)
+       @$(POSTBUILD)
diff --git a/make.sh b/make.sh
index 4b0021a5a7cd4f70bfcecf12d46584daaaec1a89..feef858c4f08187a380e9472a08b12d3e54b6cac 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -366,6 +366,7 @@ ipfire_build() {
        #ipfire_make mISDN
        ipfire_make wireless-tools
 
+       ipfire_make python-werkzeug
        ipfire_make pyfire
        ipfire_make network
        ipfire_make firewall
diff --git a/src/rootfiles/core/python-werkzeug b/src/rootfiles/core/python-werkzeug
new file mode 100644 (file)
index 0000000..1a108d8
--- /dev/null
@@ -0,0 +1,132 @@
+#usr/lib/python2.6/site-packages/Werkzeug-0.5.1-py2.6.egg-info
+usr/lib/python2.6/site-packages/werkzeug
+usr/lib/python2.6/site-packages/werkzeug/__init__.py
+usr/lib/python2.6/site-packages/werkzeug/__init__.pyc
+usr/lib/python2.6/site-packages/werkzeug/__init__.pyo
+usr/lib/python2.6/site-packages/werkzeug/_internal.py
+usr/lib/python2.6/site-packages/werkzeug/_internal.pyc
+usr/lib/python2.6/site-packages/werkzeug/_internal.pyo
+usr/lib/python2.6/site-packages/werkzeug/contrib
+usr/lib/python2.6/site-packages/werkzeug/contrib/__init__.py
+usr/lib/python2.6/site-packages/werkzeug/contrib/__init__.pyc
+usr/lib/python2.6/site-packages/werkzeug/contrib/__init__.pyo
+usr/lib/python2.6/site-packages/werkzeug/contrib/atom.py
+usr/lib/python2.6/site-packages/werkzeug/contrib/atom.pyc
+usr/lib/python2.6/site-packages/werkzeug/contrib/atom.pyo
+usr/lib/python2.6/site-packages/werkzeug/contrib/cache.py
+usr/lib/python2.6/site-packages/werkzeug/contrib/cache.pyc
+usr/lib/python2.6/site-packages/werkzeug/contrib/cache.pyo
+usr/lib/python2.6/site-packages/werkzeug/contrib/fixers.py
+usr/lib/python2.6/site-packages/werkzeug/contrib/fixers.pyc
+usr/lib/python2.6/site-packages/werkzeug/contrib/fixers.pyo
+usr/lib/python2.6/site-packages/werkzeug/contrib/iterio.py
+usr/lib/python2.6/site-packages/werkzeug/contrib/iterio.pyc
+usr/lib/python2.6/site-packages/werkzeug/contrib/iterio.pyo
+usr/lib/python2.6/site-packages/werkzeug/contrib/jsrouting.py
+usr/lib/python2.6/site-packages/werkzeug/contrib/jsrouting.pyc
+usr/lib/python2.6/site-packages/werkzeug/contrib/jsrouting.pyo
+usr/lib/python2.6/site-packages/werkzeug/contrib/kickstart.py
+usr/lib/python2.6/site-packages/werkzeug/contrib/kickstart.pyc
+usr/lib/python2.6/site-packages/werkzeug/contrib/kickstart.pyo
+usr/lib/python2.6/site-packages/werkzeug/contrib/limiter.py
+usr/lib/python2.6/site-packages/werkzeug/contrib/limiter.pyc
+usr/lib/python2.6/site-packages/werkzeug/contrib/limiter.pyo
+usr/lib/python2.6/site-packages/werkzeug/contrib/lint.py
+usr/lib/python2.6/site-packages/werkzeug/contrib/lint.pyc
+usr/lib/python2.6/site-packages/werkzeug/contrib/lint.pyo
+usr/lib/python2.6/site-packages/werkzeug/contrib/profiler.py
+usr/lib/python2.6/site-packages/werkzeug/contrib/profiler.pyc
+usr/lib/python2.6/site-packages/werkzeug/contrib/profiler.pyo
+usr/lib/python2.6/site-packages/werkzeug/contrib/reporterstream.py
+usr/lib/python2.6/site-packages/werkzeug/contrib/reporterstream.pyc
+usr/lib/python2.6/site-packages/werkzeug/contrib/reporterstream.pyo
+usr/lib/python2.6/site-packages/werkzeug/contrib/securecookie.py
+usr/lib/python2.6/site-packages/werkzeug/contrib/securecookie.pyc
+usr/lib/python2.6/site-packages/werkzeug/contrib/securecookie.pyo
+usr/lib/python2.6/site-packages/werkzeug/contrib/sessions.py
+usr/lib/python2.6/site-packages/werkzeug/contrib/sessions.pyc
+usr/lib/python2.6/site-packages/werkzeug/contrib/sessions.pyo
+usr/lib/python2.6/site-packages/werkzeug/contrib/testtools.py
+usr/lib/python2.6/site-packages/werkzeug/contrib/testtools.pyc
+usr/lib/python2.6/site-packages/werkzeug/contrib/testtools.pyo
+usr/lib/python2.6/site-packages/werkzeug/contrib/wrappers.py
+usr/lib/python2.6/site-packages/werkzeug/contrib/wrappers.pyc
+usr/lib/python2.6/site-packages/werkzeug/contrib/wrappers.pyo
+usr/lib/python2.6/site-packages/werkzeug/datastructures.py
+usr/lib/python2.6/site-packages/werkzeug/datastructures.pyc
+usr/lib/python2.6/site-packages/werkzeug/datastructures.pyo
+usr/lib/python2.6/site-packages/werkzeug/debug
+usr/lib/python2.6/site-packages/werkzeug/debug/__init__.py
+usr/lib/python2.6/site-packages/werkzeug/debug/__init__.pyc
+usr/lib/python2.6/site-packages/werkzeug/debug/__init__.pyo
+usr/lib/python2.6/site-packages/werkzeug/debug/console.py
+usr/lib/python2.6/site-packages/werkzeug/debug/console.pyc
+usr/lib/python2.6/site-packages/werkzeug/debug/console.pyo
+usr/lib/python2.6/site-packages/werkzeug/debug/render.py
+usr/lib/python2.6/site-packages/werkzeug/debug/render.pyc
+usr/lib/python2.6/site-packages/werkzeug/debug/render.pyo
+usr/lib/python2.6/site-packages/werkzeug/debug/repr.py
+usr/lib/python2.6/site-packages/werkzeug/debug/repr.pyc
+usr/lib/python2.6/site-packages/werkzeug/debug/repr.pyo
+usr/lib/python2.6/site-packages/werkzeug/debug/shared
+usr/lib/python2.6/site-packages/werkzeug/debug/shared/body.tmpl
+usr/lib/python2.6/site-packages/werkzeug/debug/shared/codetable.tmpl
+usr/lib/python2.6/site-packages/werkzeug/debug/shared/console.png
+usr/lib/python2.6/site-packages/werkzeug/debug/shared/debugger.js
+usr/lib/python2.6/site-packages/werkzeug/debug/shared/jquery.js
+usr/lib/python2.6/site-packages/werkzeug/debug/shared/less.png
+usr/lib/python2.6/site-packages/werkzeug/debug/shared/more.png
+usr/lib/python2.6/site-packages/werkzeug/debug/shared/source.png
+usr/lib/python2.6/site-packages/werkzeug/debug/shared/style.css
+usr/lib/python2.6/site-packages/werkzeug/debug/shared/vartable.tmpl
+usr/lib/python2.6/site-packages/werkzeug/debug/tbtools.py
+usr/lib/python2.6/site-packages/werkzeug/debug/tbtools.pyc
+usr/lib/python2.6/site-packages/werkzeug/debug/tbtools.pyo
+usr/lib/python2.6/site-packages/werkzeug/debug/templates
+usr/lib/python2.6/site-packages/werkzeug/debug/templates/console.html
+usr/lib/python2.6/site-packages/werkzeug/debug/templates/dump_object.html
+usr/lib/python2.6/site-packages/werkzeug/debug/templates/frame.html
+usr/lib/python2.6/site-packages/werkzeug/debug/templates/help_command.html
+usr/lib/python2.6/site-packages/werkzeug/debug/templates/source.html
+usr/lib/python2.6/site-packages/werkzeug/debug/templates/traceback_full.html
+usr/lib/python2.6/site-packages/werkzeug/debug/templates/traceback_plaintext.html
+usr/lib/python2.6/site-packages/werkzeug/debug/templates/traceback_summary.html
+usr/lib/python2.6/site-packages/werkzeug/debug/utils.py
+usr/lib/python2.6/site-packages/werkzeug/debug/utils.pyc
+usr/lib/python2.6/site-packages/werkzeug/debug/utils.pyo
+usr/lib/python2.6/site-packages/werkzeug/exceptions.py
+usr/lib/python2.6/site-packages/werkzeug/exceptions.pyc
+usr/lib/python2.6/site-packages/werkzeug/exceptions.pyo
+usr/lib/python2.6/site-packages/werkzeug/http.py
+usr/lib/python2.6/site-packages/werkzeug/http.pyc
+usr/lib/python2.6/site-packages/werkzeug/http.pyo
+usr/lib/python2.6/site-packages/werkzeug/local.py
+usr/lib/python2.6/site-packages/werkzeug/local.pyc
+usr/lib/python2.6/site-packages/werkzeug/local.pyo
+usr/lib/python2.6/site-packages/werkzeug/routing.py
+usr/lib/python2.6/site-packages/werkzeug/routing.pyc
+usr/lib/python2.6/site-packages/werkzeug/routing.pyo
+usr/lib/python2.6/site-packages/werkzeug/script.py
+usr/lib/python2.6/site-packages/werkzeug/script.pyc
+usr/lib/python2.6/site-packages/werkzeug/script.pyo
+usr/lib/python2.6/site-packages/werkzeug/serving.py
+usr/lib/python2.6/site-packages/werkzeug/serving.pyc
+usr/lib/python2.6/site-packages/werkzeug/serving.pyo
+usr/lib/python2.6/site-packages/werkzeug/templates.py
+usr/lib/python2.6/site-packages/werkzeug/templates.pyc
+usr/lib/python2.6/site-packages/werkzeug/templates.pyo
+usr/lib/python2.6/site-packages/werkzeug/test.py
+usr/lib/python2.6/site-packages/werkzeug/test.pyc
+usr/lib/python2.6/site-packages/werkzeug/test.pyo
+usr/lib/python2.6/site-packages/werkzeug/testapp.py
+usr/lib/python2.6/site-packages/werkzeug/testapp.pyc
+usr/lib/python2.6/site-packages/werkzeug/testapp.pyo
+usr/lib/python2.6/site-packages/werkzeug/useragents.py
+usr/lib/python2.6/site-packages/werkzeug/useragents.pyc
+usr/lib/python2.6/site-packages/werkzeug/useragents.pyo
+usr/lib/python2.6/site-packages/werkzeug/utils.py
+usr/lib/python2.6/site-packages/werkzeug/utils.pyc
+usr/lib/python2.6/site-packages/werkzeug/utils.pyo
+usr/lib/python2.6/site-packages/werkzeug/wrappers.py
+usr/lib/python2.6/site-packages/werkzeug/wrappers.pyc
+usr/lib/python2.6/site-packages/werkzeug/wrappers.pyo