[Python-modules-commits] r15768 - in packages (13 files)

jredrejo at users.alioth.debian.org jredrejo at users.alioth.debian.org
Fri Feb 18 20:11:43 UTC 2011


    Date: Friday, February 18, 2011 @ 20:11:33
  Author: jredrejo
Revision: 15768

Creation of web2py packaging structure with its first files

Added:
  packages/web2py/
  packages/web2py/branches/
  packages/web2py/tags/
  packages/web2py/trunk/
  packages/web2py/trunk/debian/
  packages/web2py/trunk/debian/changelog
  packages/web2py/trunk/debian/compat
  packages/web2py/trunk/debian/control
  packages/web2py/trunk/debian/copyright
  packages/web2py/trunk/debian/python-web2py.menu
  packages/web2py/trunk/debian/source/
  packages/web2py/trunk/debian/source/format
  packages/web2py/trunk/debian/watch

Added: packages/web2py/trunk/debian/changelog
===================================================================
--- packages/web2py/trunk/debian/changelog	                        (rev 0)
+++ packages/web2py/trunk/debian/changelog	2011-02-18 20:11:33 UTC (rev 15768)
@@ -0,0 +1,5 @@
+web2py (1.92.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #583384)
+
+ -- José L. Redrejo Rodríguez <jredrejo at debian.org>  Sun, 30 Jan 2011 10:32:55 +0000

Added: packages/web2py/trunk/debian/compat
===================================================================
--- packages/web2py/trunk/debian/compat	                        (rev 0)
+++ packages/web2py/trunk/debian/compat	2011-02-18 20:11:33 UTC (rev 15768)
@@ -0,0 +1 @@
+7

Added: packages/web2py/trunk/debian/control
===================================================================
--- packages/web2py/trunk/debian/control	                        (rev 0)
+++ packages/web2py/trunk/debian/control	2011-02-18 20:11:33 UTC (rev 15768)
@@ -0,0 +1,55 @@
+Source: python-web2py
+Section: python
+Priority: optional
+Maintainer: José L. Redrejo Rodríguez <jredrejo at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.0.50~), python-support, python (>= 2.5)
+Build-Depends-Indep: libjs-jquery, python-feedparser
+Standards-Version: 3.9.1
+Homepage: http://www.web2py.com
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-web2py/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-web2py/trunk/
+
+Package: python-web2py
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-gluon
+Recommends: libjs-jquery
+Description: High-level Python web development framework
+ web2py is a free, open-source web framework for agile development of
+ secure database-driven web applications; it is written in Python and
+ programmable in Python. Web2py is a full-stack framework, meaning that
+ it contains all the components you need to build fully functional web
+ applications. Web2py was inspired by Ruby on Rails and Django, and 
+ follows a Model View Controller design.
+ .
+ This package includes an example site and the administration tools to
+ develop web sites with web2py using the browser.
+ 
+Package: python-gluon
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-feedparser
+Suggests: memcached
+Description: High-level Python web development framework
+ web2py is a free, open-source web framework for agile development of
+ secure database-driven web applications; it is written in Python and
+ programmable in Python. Web2py is a full-stack framework, meaning that
+ it contains all the components you need to build fully functional web
+ applications. Web2py was inspired by Ruby on Rails and Django, and 
+ follows a Model View Controller design.
+ .
+ This package include the python modules needed to run web applications 
+ developed with Web2py
+
+Package: python-web2py-apache
+Architecture: all
+Depends: ${misc:Depends}, python-gluon, apache2-server
+Description: High-level Python web development framework
+ web2py is a free, open-source web framework for agile development of
+ secure database-driven web applications; it is written in Python and
+ programmable in Python. Web2py is a full-stack framework, meaning that
+ it contains all the components you need to build fully functional web
+ applications. Web2py was inspired by Ruby on Rails and Django, and 
+ follows a Model View Controller design.
+ .
+ This package automatize the configuration to serve web applications 
+ developed with Web2py under Apache.

Added: packages/web2py/trunk/debian/copyright
===================================================================
--- packages/web2py/trunk/debian/copyright	                        (rev 0)
+++ packages/web2py/trunk/debian/copyright	2011-02-18 20:11:33 UTC (rev 15768)
@@ -0,0 +1,309 @@
+This package was packaged for Debian by:
+José L. Redrejo Rodríguez <jredrejo at debian.org> on
+Sun, 30 Jan 2011 10:32:55 +0000 with the assistance of the Debian Python
+Modules Team <python-modules-team at lists.alioth.debian.org>.
+
+It was downloaded from:
+
+    http://www.web2py.com/examples/default/download
+
+Upstream Author(s):
+
+    Massimo Di Pierro <mdipierro at cs.depaul.edu>
+
+Copyright:
+
+    Copyright (C) 2007-2011 Massimo Di Pierro
+
+License:
+
+Web2py is Licensed under the LGPL license version 3 
+see "/usr/share/common-licenses/LGPL-3".
+
+
+Some sources include also code files with individual licenses:
+
+Directory gluon/contrib/simplejson/*:
+    Copyright (c) 2006 Bob Ippolito
+
+    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.
+
+File gluon/contrib/rss2.py:
+    This is copyright (c) by Dalke Scientific Software, LLC and released under the
+    BSD license.  See the file LICENSE in the distribution or 
+    <http://www.opensource.org/licenses/bsd-license.php> for details.
+    
+Directory gluon/contrib/markdown/*:
+    MIT License from from <http://code.google.com/p/python-markdown2/>
+    
+File gluon/contrib/feedparser.py:
+
+    Copyright (c) 2002-2005, Mark Pilgrim
+    http://www.feedparser.org/
+
+    All rights reserved.
+
+    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.
+
+    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 OWNER 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.
+    
+File gluon/contrib/wsgiserver.py:
+    Copyright (c) 2004, CherryPy Team (team at cherrypy.org)
+    All rights reserved.
+
+    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.
+        * Neither the name of the CherryPy Team nor the names of its contributors 
+          may be used to endorse or promote products derived from this software 
+          without specific prior written permission.
+
+    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 OWNER 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.
+
+File gluon/contrib/pam.py:
+    Copyright (C) 2007-2009 Chris AtLee <chris at atlee.ca> Licensed under 
+    the MIT license
+    
+File gluon/contrib/shell.py:
+    Copyright (C) by Google inc. Apache 2.0 Lincense
+    
+File gluon/contrib/AuthorizeNet.py
+    Copyright (c) 2009-2010 John Conde <john at johnconde.net>
+                            Massimo Di Pierro <mdipierro at cs.depaul.edu>
+    License GPL-3
+    
+    
+File gluon/contrib/gae_memcache.py:
+    Developed by Robin Bhattacharyya (memecache for GAE)
+    PENDING
+    
+File gluon/contrib/gae_retry.py:
+    Copyright (C)  2009  twitter.com/rcb
+
+    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.
+
+Directory gluon/contrib/gateways/*
+    Copyright (c) 2002, 2003, 2005, 2006 Allan Saddi <allan at saddi.com>
+    All rights reserved.
+    
+    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.
+    
+    THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 AUTHOR 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.
+
+
+Directory gluon/contrib/markdown/*:
+    Copyright (c) 2007-2008 ActiveState Corp.
+    http://code.google.com/p/python-markdown2/
+    License: MIT (http://www.opensource.org/licenses/mit-license.php)
+
+
+Directory gluon/contrib/markmin/*:
+    Copyright (C) 2007-2011 Massimo Di Pierro
+    License MIT/BSD/GPL
+
+File gluon/contrib/markmin/memdb.py:
+    Copyright (C) 2007-2011 Massimo Di Pierro
+    License GPL-2
+    
+Directory gluon/contrib/pyfpdf/*:
+    Copyright () 2004 Olivier Plathey
+                2005-2006 Max <maxpat78 at yahoo.it> 
+                2008-2010 Mariano Reingart <reingart at gmail.com>
+    License GPL-3
+
+Directory gluon/contrib/pymysql/*:
+    Copyright (c) 2010 PyMySQL contributors
+
+    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.
+
+Directory gluon/contrib/pyrtf/*:
+    Copyright (c) 2004-2010 Simon Cusack <scusack at sourceforge.net>
+                        Grant Edwards <grante at users.sourceforge.net>               
+
+    License GPL-3, LGPL-3
+    
+Directory gluon/contrib/pysimplesoap/*:
+    Copyright (c) 2010 Mariano Reingart <reingart at gmail.com>
+    License LGPL-3
+    
+File gluon/contrib/spreadsheet.py:
+    Copyright (C) 2007-2011 Massimo Di Pierro
+    License GPL-2
+    
+Directory applications/admin/static/eamy/*:
+    Copyright (c) 2007-2008 Petr Krontorád, April-Child.com
+
+    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.
+
+
+Files applications/examples/static/js/calendar.js, 
+applications/admin/static/js/calendar.js:
+    Copyright (c) 2002-2005 Mihai Bazon
+    License LGPL-2
+    
+File applications/admin/static/js/jquery.timeentry.js:
+    Copyright (c) 2007-2010 Keith Wood <kbwood at iinet.com.au>
+    http://keith-wood.name/timeEntry.html
+    Dual-licensed under GPL-2 and MIT licenses.
+    
+File applications/admin/static/js/jqueryMultiSelect.js:
+    Copyright (c) 2011 A Beautiful Site, LLC.
+    http://abeautifulsite.net/blog/2011/01/jquery-selectbox-plugin/
+    Licensed under both the MIT license and the GNU GPL 
+    
+File applications/admin/static/js/jquery.hotkeys.js:
+    Copyright (c) 2007-2008 Tzury Bar Yochay <tzury.by at gmail.com>
+    Licensed under both the MIT license and the GNU GPL 
+        
+File applications/welcome/static/js/dd_belatedpng.js:
+    Copyright (c)  Drew Dille <drew.diller at gmail.com>
+    License MIT
+    
+File applications/welcome/static/js/modernizr-1.6.min.js:
+    Copyright (c) 2009–2010 Faruk Ateş
+    http://www.modernizr.com/license/
+    Dual-licensed under the BSD or MIT licenses.
+
+File applications/welcome/static/js/superfish.js:
+    Copyright (c) 2008 Joel Birch
+    Dual-licensed under the MIT and GPL-2 licenses
+    
+Directory applications/admin/static/edit_area/plugins/zencoding/*:
+    Copyright (c) 2010-2011 Sergey Chikuyonok <serge.che at gmail.com>
+    http://code.google.com/p/zen-coding/
+    License MIT
+    
+Directory applications/admin/static/edit_area/*:
+    Copyright (c) 2008, Christophe Dolivet
+    Licensed under Apache, BSD and LGPL-2 
+    
+
+
+
+
+
+
+
+The Debian packaging is:
+    Copyright (C) 2011 José L. Redrejo Rodríguez <jredrejo at debian.org>
+and is licensed under the GPL version 3,
+see "/usr/share/common-licenses/GPL-3".

Added: packages/web2py/trunk/debian/python-web2py.menu
===================================================================
--- packages/web2py/trunk/debian/python-web2py.menu	                        (rev 0)
+++ packages/web2py/trunk/debian/python-web2py.menu	2011-02-18 20:11:33 UTC (rev 15768)
@@ -0,0 +1,4 @@
+?package(web2py):needs="X11" section="Applications/Web Development"\
+        title="web2py"\
+        icon="/usr/share/pixmaps/web2py.xpm"\
+        command="/usr/bin/web2py"

Added: packages/web2py/trunk/debian/source/format
===================================================================
--- packages/web2py/trunk/debian/source/format	                        (rev 0)
+++ packages/web2py/trunk/debian/source/format	2011-02-18 20:11:33 UTC (rev 15768)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/web2py/trunk/debian/watch
===================================================================
--- packages/web2py/trunk/debian/watch	                        (rev 0)
+++ packages/web2py/trunk/debian/watch	2011-02-18 20:11:33 UTC (rev 15768)
@@ -0,0 +1,2 @@
+version=3
+http://www.web2py.com/examples/static/web2py_src.zip




More information about the Python-modules-commits mailing list