[Python-modules-commits] r458 - in /packages/pastescript/trunk: debian/ debian/changelog debian/compat debian/control debian/copyright debian/docs debian/examples debian/manpages debian/paster.1 debian/postinst debian/prerm debian/rules setup.py

pox-guest at users.alioth.debian.org pox-guest at users.alioth.debian.org
Sat May 6 14:30:18 UTC 2006


Author: pox-guest
Date: Sat May  6 14:30:17 2006
New Revision: 458

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=458
Log:
Load newtrunk into packages/pastescript/trunk.

Added:
    packages/pastescript/trunk/debian/
    packages/pastescript/trunk/debian/changelog
    packages/pastescript/trunk/debian/compat
    packages/pastescript/trunk/debian/control
    packages/pastescript/trunk/debian/copyright
    packages/pastescript/trunk/debian/docs
    packages/pastescript/trunk/debian/examples
    packages/pastescript/trunk/debian/manpages
    packages/pastescript/trunk/debian/paster.1
    packages/pastescript/trunk/debian/postinst
    packages/pastescript/trunk/debian/prerm
    packages/pastescript/trunk/debian/rules   (with props)
Modified:
    packages/pastescript/trunk/setup.py

Added: packages/pastescript/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pastescript/trunk/debian/changelog?rev=458&op=file
==============================================================================
--- packages/pastescript/trunk/debian/changelog (added)
+++ packages/pastescript/trunk/debian/changelog Sat May  6 14:30:17 2006
@@ -1,0 +1,7 @@
+pastescript (0.5.1-1) UNRELEASED; urgency=low
+
+  * Initial release (closes: #366244)
+  * TODO: depend on python-cheetah with Egg support
+
+ -- Piotr Ozarowski <ozarow at gmail.com>  Sat,  6 May 2006 14:23:34 +0200
+

Added: packages/pastescript/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/pastescript/trunk/debian/compat?rev=458&op=file
==============================================================================
--- packages/pastescript/trunk/debian/compat (added)
+++ packages/pastescript/trunk/debian/compat Sat May  6 14:30:17 2006
@@ -1,0 +1,1 @@
+5

Added: packages/pastescript/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pastescript/trunk/debian/control?rev=458&op=file
==============================================================================
--- packages/pastescript/trunk/debian/control (added)
+++ packages/pastescript/trunk/debian/control Sat May  6 14:30:17 2006
@@ -1,0 +1,24 @@
+Source: pastescript
+Section: python
+Priority: optional
+Maintainer: Piotr Ozarowski <ozarow at gmail.com>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>=5), cdbs (>=0.4.39)
+Build-Depends-Indep: python-dev, python-setuptools (>= 0.6a9-1), python-paste, python-pastedeploy
+Standards-Version: 3.7.2
+
+Package: python-pastescript
+Architecture: all
+Depends: python (>=2.3), python-support (>= 0.2.2), python-setuptools (>= 0.6a9-1), python-paste, python-pastedeploy
+Recommends: python-cheetah
+Description: serving up web applications, creating file layouts for python packages
+ Paster is pluggable command-line frontend,
+ including commands to setup package file layouts
+ .
+ Built-in features:
+ * Creating file layouts for packages. For instance a setuptools-ready file
+   layout.
+ * Serving up web applications, with configuration based on paste.deploy
+ .
+  Homepage: http://pythonpaste.org/
+

Added: packages/pastescript/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/pastescript/trunk/debian/copyright?rev=458&op=file
==============================================================================
--- packages/pastescript/trunk/debian/copyright (added)
+++ packages/pastescript/trunk/debian/copyright Sat May  6 14:30:17 2006
@@ -1,0 +1,32 @@
+This package was debianized by Piotr Ozarowski <ozarow at gmail.com> on
+Thu,  4 May 2006 21:00:00 +0200.
+
+It was downloaded from http://cheeseshop.python.org/pypi/PasteScript
+
+Copyright Holder: Ian Bicking <ianb at colorstudy.com>
+
+License: MIT License
+
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
+ this software and associated documentation files (the "Software"), to deal in
+ the Software without restriction, including without limitation the rights to
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+ of the Software, and to permit persons to whom the Software is furnished to do
+ so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
+
+The Debian packaging is (C) 2006, Piotr Ozarowski <ozarow at gmail.com> and
+is licensed under the GPL.
+
+On Debian systems, the complete text of the GNU General Public License
+can be found in `/usr/share/common-licenses/GPL'.

Added: packages/pastescript/trunk/debian/docs
URL: http://svn.debian.org/wsvn/python-modules/packages/pastescript/trunk/debian/docs?rev=458&op=file
==============================================================================
--- packages/pastescript/trunk/debian/docs (added)
+++ packages/pastescript/trunk/debian/docs Sat May  6 14:30:17 2006
@@ -1,0 +1,5 @@
+docs/developer.txt
+docs/example_cgi_app.ini
+docs/example_wsgiutils_app.ini
+docs/index.txt
+docs/news.txt

Added: packages/pastescript/trunk/debian/examples
URL: http://svn.debian.org/wsvn/python-modules/packages/pastescript/trunk/debian/examples?rev=458&op=file
==============================================================================
--- packages/pastescript/trunk/debian/examples (added)
+++ packages/pastescript/trunk/debian/examples Sat May  6 14:30:17 2006
@@ -1,0 +1,1 @@
+tests/

Added: packages/pastescript/trunk/debian/manpages
URL: http://svn.debian.org/wsvn/python-modules/packages/pastescript/trunk/debian/manpages?rev=458&op=file
==============================================================================
--- packages/pastescript/trunk/debian/manpages (added)
+++ packages/pastescript/trunk/debian/manpages Sat May  6 14:30:17 2006
@@ -1,0 +1,1 @@
+debian/paster.1

Added: packages/pastescript/trunk/debian/paster.1
URL: http://svn.debian.org/wsvn/python-modules/packages/pastescript/trunk/debian/paster.1?rev=458&op=file
==============================================================================
--- packages/pastescript/trunk/debian/paster.1 (added)
+++ packages/pastescript/trunk/debian/paster.1 Sat May  6 14:30:17 2006
@@ -1,0 +1,58 @@
+.TH PASTER 1 "may 6, 2006"
+.SH NAME
+paster \- pluggable command-line frontend,
+including commands to setup package file layouts
+.SH SYNOPSIS
+.B paster
+.RI paster\ [OPTION]\ COMMAND\ [command_options]
+.br
+.SH DESCRIPTION
+This manual page documents briefly the
+.B paster
+command.
+.PP
+\fBpaster\fP is a program that can create file layouts for packages
+and serve up web applications, with configuration based on paste.deploy.
+It can for instance create a setuptools-ready file layout.
+.SH OPTIONS
+These programs follow the usual GNU command line syntax, with long
+options starting with two dashes (`-').
+A summary of options is included below.
+.TP
+.B \-h, \-\-help
+Show summary of options.
+.TP
+.B \-\-version
+Show version of program.
+.TP
+.B \-\-plugin=PLUGINS
+Add a plugin to the list of commands (plugins are Egg
+specs; will also require() the Egg)
+.br
+.SH COMMANDS
+.TP
+.B create
+Create the file layout for a Python distribution
+.TP
+.B grep
+Search project for symbol
+.TP
+.B help
+Display help
+.TP
+.B make-config
+Install a package and create a fresh config file/directory
+.TP
+.B points
+Show information about entry points
+.TP
+.B serve
+Serve the described application
+.TP
+.B setup-app
+Setup an application, given a config file
+.SH AUTHOR
+paster was written by Ian Bicking <ianb at colorstudy.com>.
+.PP
+This manual page was written by Piotr Ozarowski <ozarow at gmail.com>,
+for the Debian project (but may be used by others).

Added: packages/pastescript/trunk/debian/postinst
URL: http://svn.debian.org/wsvn/python-modules/packages/pastescript/trunk/debian/postinst?rev=458&op=file
==============================================================================
--- packages/pastescript/trunk/debian/postinst (added)
+++ packages/pastescript/trunk/debian/postinst Sat May  6 14:30:17 2006
@@ -1,0 +1,9 @@
+#!/bin/sh
+
+set -e
+
+#DEBHELPER#
+
+if [ "$1" = "configure" ] && which update-python-modules >/dev/null 2>&1; then
+        update-python-modules -i /usr/share/python-support/pastescript
+fi

Added: packages/pastescript/trunk/debian/prerm
URL: http://svn.debian.org/wsvn/python-modules/packages/pastescript/trunk/debian/prerm?rev=458&op=file
==============================================================================
--- packages/pastescript/trunk/debian/prerm (added)
+++ packages/pastescript/trunk/debian/prerm Sat May  6 14:30:17 2006
@@ -1,0 +1,9 @@
+#!/bin/sh
+
+set -e
+
+#DEBHELPER#
+
+if which update-python-modules >/dev/null 2>&1; then
+        update-python-modules -c -i /usr/share/python-support/pastescript
+fi

Added: packages/pastescript/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pastescript/trunk/debian/rules?rev=458&op=file
==============================================================================
--- packages/pastescript/trunk/debian/rules (added)
+++ packages/pastescript/trunk/debian/rules Sat May  6 14:30:17 2006
@@ -1,0 +1,13 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+
+# python-distutils before debhelper to avoid it calling dh_python by itself
+include /usr/share/cdbs/1/class/python-distutils.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
+DEB_PYTHON_INSTALL_ARGS_ALL += --install-lib usr/share/python-support/pastescript
+DEB_COMPRESS_EXCLUDE := .py
+
+install/python-pastescript::
+	echo "2.4-" >debian/python-pastescript/usr/share/python-support/pastescript/.version

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

Modified: packages/pastescript/trunk/setup.py
URL: http://svn.debian.org/wsvn/python-modules/packages/pastescript/trunk/setup.py?rev=458&op=diff
==============================================================================
--- packages/pastescript/trunk/setup.py (original)
+++ packages/pastescript/trunk/setup.py Sat May  6 14:30:17 2006
@@ -101,6 +101,6 @@
     install_requires=[
       'Paste',
       'PasteDeploy',
-      'Cheetah',
+#      'Cheetah',
       ],
     )




More information about the Python-modules-commits mailing list