[Python-modules-commits] r12469 - in packages (16 files)
nomadium-guest at users.alioth.debian.org
nomadium-guest at users.alioth.debian.org
Sat Apr 3 01:45:48 UTC 2010
Date: Saturday, April 3, 2010 @ 01:45:46
Author: nomadium-guest
Revision: 12469
initial debianization
Added:
packages/springpython/
packages/springpython/branches/
packages/springpython/tags/
packages/springpython/trunk/
packages/springpython/trunk/debian/
packages/springpython/trunk/debian/changelog
packages/springpython/trunk/debian/clean
packages/springpython/trunk/debian/coily.pod
packages/springpython/trunk/debian/compat
packages/springpython/trunk/debian/control
packages/springpython/trunk/debian/copyright
packages/springpython/trunk/debian/manpages
packages/springpython/trunk/debian/rules
packages/springpython/trunk/debian/source/
packages/springpython/trunk/debian/source/format
packages/springpython/trunk/debian/watch
Added: packages/springpython/trunk/debian/changelog
===================================================================
--- packages/springpython/trunk/debian/changelog (rev 0)
+++ packages/springpython/trunk/debian/changelog 2010-04-03 01:45:46 UTC (rev 12469)
@@ -0,0 +1,5 @@
+springpython (1.1.0.M2-1) UNRELEASED; urgency=low
+
+ * Initial release (Closes: #576311).
+
+ -- Miguel Landaeta <miguel at miguel.cc> Fri, 02 Apr 2010 20:13:05 -0430
Added: packages/springpython/trunk/debian/clean
===================================================================
--- packages/springpython/trunk/debian/clean (rev 0)
+++ packages/springpython/trunk/debian/clean 2010-04-03 01:45:46 UTC (rev 12469)
@@ -0,0 +1 @@
+build/coily.1
Added: packages/springpython/trunk/debian/coily.pod
===================================================================
--- packages/springpython/trunk/debian/coily.pod (rev 0)
+++ packages/springpython/trunk/debian/coily.pod 2010-04-03 01:45:46 UTC (rev 12469)
@@ -0,0 +1,63 @@
+=head1 NAME
+
+coily - command-line management tool for Spring Python
+
+=head1 SYNOPSIS
+
+coily command
+
+=head1 OVERVIEW
+
+Coily is the command-line tool that utilizes the plugin system. It is similar
+to grails command-line tool, in that through a series of installed plugins, you
+are able to do many tasks, including build skeleton apps that you can later
+flesh out. If you look at the details of this app, you will find a
+sophisticated, command driven tool to built to manage plugins. The real power
+is in the plugins themselves.
+
+For information about Spring Python, it can be found at
+http://springpython.webfactional.com/.
+
+=head1 OPTIONS
+
+=over 2
+
+=item B<--help>
+
+Displays a brief summary with all options.
+
+=item B<--list-installed-plugins>
+
+List the plugins currently installed in this account. It is important to know
+that each plugin creates a directly underneath the user's home directory in a
+hidden directory F<.springpython>. If you delete this entire directory, you
+have effectively uninstalled all plugins.
+
+=item B<--list-available-plugins>
+
+List the plugins available for installation. Coily will check certain network
+locations, such as the S3 site used to host Spring Python downloads. It will
+also look on the local file system. This is in case you have a checked out copy
+of the plugins source code, and want to test things out without uploading to
+the network.
+
+=item B<--install-plugin [I<name>]>
+
+Install the named plugin. In this case, you don't have to specify a version
+number. Coily will figure out which version of the plugin you need, download it
+if necessary, and finally copy it into F<~/.springpython>.
+
+=item B<--uninstall-plugin [I<name>]>
+
+Uninstall the named plugin by deleting its entry from F<~/.springpython>.
+
+=item B<--reinstall-plugin [I<name>]>
+
+Uninstall then install the plugin. This is particulary useful if you are
+working on a plugin, and need a shortcut step to deploy.
+
+=back
+
+=head1 SEE ALSO
+
+http://springpython.webfactional.com/1.1.x/reference/html/plugins.html#coily
Added: packages/springpython/trunk/debian/compat
===================================================================
--- packages/springpython/trunk/debian/compat (rev 0)
+++ packages/springpython/trunk/debian/compat 2010-04-03 01:45:46 UTC (rev 12469)
@@ -0,0 +1 @@
+7
Added: packages/springpython/trunk/debian/control
===================================================================
--- packages/springpython/trunk/debian/control (rev 0)
+++ packages/springpython/trunk/debian/control 2010-04-03 01:45:46 UTC (rev 12469)
@@ -0,0 +1,24 @@
+Source: springpython
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Miguel Landaeta <miguel at miguel.cc>
+Section: python
+Priority: optional
+Build-Depends: debhelper (>> 7.0.50), python (>= 2.4), perl
+Standards-Version: 3.8.4
+XS-Python-Version: >= 2.4
+Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/springpython/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/springpython/trunk/
+Homepage: http://springpython.webfactional.com/
+
+Package: python-springpython
+Architecture: all
+Depends: python (>= 2.4), ${python:Depends}, ${misc:Depends}
+Recommends: python-cherrypy3, python-ldap, python-circuits, pyro
+Description: Python extension of Java-based Spring and Spring Security frameworks
+ Spring Python intends to take the concepts that were developed, tested, and
+ proven with the Spring Framework, and carry them over to the language of
+ Python.
+ .
+ This is not a direct port of existing source code, but rather, a port of
+ proven solutions, while still remaining faithful to the style, idioms, and
+ overall user community of Python.
Added: packages/springpython/trunk/debian/copyright
===================================================================
--- packages/springpython/trunk/debian/copyright (rev 0)
+++ packages/springpython/trunk/debian/copyright 2010-04-03 01:45:46 UTC (rev 12469)
@@ -0,0 +1,81 @@
+The sources where downloaded from http://www.springsource.com/download/community?project=Spring%20Python
+The exact tar.gz file was located at http://s3.amazonaws.com/dist.springframework.org/milestone/EXTPY/springpython-1.1.0.M2.tar.gz
+
+Files: *
+Copyright: © 2006-2010 SpringSource Inc.
+Author: Greg L. Turnquist <greg.turnquist at springsource.com>
+License: Apache-2.0
+ The full text of the Apache 2.0 license is distributed in
+ /usr/share/common-licenses/Apache-2.0 on Debian systems.
+
+Files: springpython/remoting/hessian/hessianlib.py
+Copyright: © 2001-2002 Caucho Technology, Inc.
+License: Apache-1.1
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+
+ 2. 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.
+
+ 3. The end-user documentation included with the redistribution, if
+ any, must include the following acknowlegement:
+ "This product includes software developed by the
+ Caucho Technology (http://www.caucho.com/)."
+ Alternately, this acknowlegement may appear in the software itself,
+ if and wherever such third-party acknowlegements normally appear.
+
+ 4. The names "Hessian", "Resin", and "Caucho" must not be used to
+ endorse or promote products derived from this software without prior
+ written permission. For written permission, please contact
+ info at caucho.com.
+
+ 5. Products derived from this software may not be called "Resin"
+ nor may "Resin" appear in their names without prior written
+ permission of Caucho Technology.
+
+ THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED 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 CAUCHO TECHNOLOGY OR ITS CONTRIBUTORS
+ 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.
+
+Files: springpython/config/decorator.py
+Copyright: © 2005 Michele Simionato
+License: other
+ Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ Redistributions in bytecode 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.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" 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 COPYRIGHT
+ HOLDERS OR CONTRIBUTORS 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.
+
+Files: debian/*
+Copyright: © 2010 Miguel Landaeta <miguel at miguel.cc>
+License: Apache-2.0
+ The full text of the Apache 2.0 license is distributed in
+ /usr/share/common-licenses/Apache-2.0 on Debian systems.
Added: packages/springpython/trunk/debian/manpages
===================================================================
--- packages/springpython/trunk/debian/manpages (rev 0)
+++ packages/springpython/trunk/debian/manpages 2010-04-03 01:45:46 UTC (rev 12469)
@@ -0,0 +1 @@
+build/coily.1
Added: packages/springpython/trunk/debian/rules
===================================================================
--- packages/springpython/trunk/debian/rules (rev 0)
+++ packages/springpython/trunk/debian/rules 2010-04-03 01:45:46 UTC (rev 12469)
@@ -0,0 +1,21 @@
+#!/usr/bin/make -f
+%:
+ dh --with python-support $@
+
+override_dh_auto_build:
+ dh_auto_build
+ pod2man -c '' -r '' debian/coily.pod > build/coily.1
+
+override_dh_install:
+ dh_install
+ find debian/python-springpython -name LICENSE.txt -delete
+
+get-orig-source:
+ cd $(dir $(firstword $(MAKEFILE_LIST)))../ && \
+ uscan \
+ --verbose \
+ --no-symlink \
+ --destdir $(CURDIR) \
+ --watchfile debian/watch \
+ --force-download \
+ --rename
Property changes on: packages/springpython/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+
Added: packages/springpython/trunk/debian/source/format
===================================================================
--- packages/springpython/trunk/debian/source/format (rev 0)
+++ packages/springpython/trunk/debian/source/format 2010-04-03 01:45:46 UTC (rev 12469)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/springpython/trunk/debian/watch
===================================================================
--- packages/springpython/trunk/debian/watch (rev 0)
+++ packages/springpython/trunk/debian/watch 2010-04-03 01:45:46 UTC (rev 12469)
@@ -0,0 +1,4 @@
+version=3
+opts=dversionmangle=s/\+dfsg// \
+https://s3browse.springsource.com/browse/dist.springframework.org/milestone/EXTPY/ \
+http://dist.springframework.org/milestone/EXTPY/springpython-([\w\.]+)\.tar\.gz debian
More information about the Python-modules-commits
mailing list