[Python-modules-commits] r8855 - in packages (10 files)

zack at users.alioth.debian.org zack at users.alioth.debian.org
Thu Jun 25 14:39:18 UTC 2009


    Date: Thursday, June 25, 2009 @ 14:39:17
  Author: zack
Revision: 8855

draft packaging of sprox

Added:
  packages/sprox/
  packages/sprox/tags/
  packages/sprox/trunk/
  packages/sprox/trunk/debian/
  packages/sprox/trunk/debian/changelog
  packages/sprox/trunk/debian/compat
  packages/sprox/trunk/debian/control
  packages/sprox/trunk/debian/copyright
  packages/sprox/trunk/debian/rules
  packages/sprox/trunk/debian/watch


Property changes on: packages/sprox
___________________________________________________________________
Added: svn:ignore
   + build-area
tarballs



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

Added: packages/sprox/trunk/debian/changelog
===================================================================
--- packages/sprox/trunk/debian/changelog	                        (rev 0)
+++ packages/sprox/trunk/debian/changelog	2009-06-25 14:39:17 UTC (rev 8855)
@@ -0,0 +1,5 @@
+sprox (0.6.2-1) UNRELEASED; urgency=low
+
+  * First release (Closes: #534311)
+
+ -- Stefano Zacchiroli <zack at debian.org>  Thu, 25 Jun 2009 16:30:51 +0200

Added: packages/sprox/trunk/debian/compat
===================================================================
--- packages/sprox/trunk/debian/compat	                        (rev 0)
+++ packages/sprox/trunk/debian/compat	2009-06-25 14:39:17 UTC (rev 8855)
@@ -0,0 +1 @@
+7

Added: packages/sprox/trunk/debian/control
===================================================================
--- packages/sprox/trunk/debian/control	                        (rev 0)
+++ packages/sprox/trunk/debian/control	2009-06-25 14:39:17 UTC (rev 8855)
@@ -0,0 +1,33 @@
+Source: sprox
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Stefano Zacchiroli <zack at debian.org>
+Build-Depends:
+ debhelper (>= 7),
+ cdbs,
+ python-dev,
+ python-support,
+ python-setuptools
+Standards-Version: 3.8.2
+Homepage: http://www.sprox.org/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/sprox/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/sprox/trunk/
+
+Package: python-sprox
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+ python-sqlalchemy (>= 0.5),
+ python-toscawidgets
+Description: Python library to generate web widgets from database schemas
+ Sprox is a Python library to generate web widgets from database
+ schemas.
+ .
+ Sprox provides an easy way to create forms for web content which are:
+ automatically generated, easy to customize, and validated.  The way
+ in which Sprox displays content is customizable by the means of
+ different "viewers".  Finally, Sprox provides a way to fill your
+ widgets, whether they are forms or other content with customizable
+ data.

Added: packages/sprox/trunk/debian/copyright
===================================================================
--- packages/sprox/trunk/debian/copyright	                        (rev 0)
+++ packages/sprox/trunk/debian/copyright	2009-06-25 14:39:17 UTC (rev 8855)
@@ -0,0 +1,35 @@
+This package was debianized by Stefano Zacchiroli <zack at debian.org> on
+Thu, 25 Jun 2009 16:36:39 +0200.
+
+Files: *
+Copyright: © 2007-2009 Christopher Perkins
+License: MIT
+ MIT license is reported below.
+
+Files: debian/*
+Copyright: Copyright © 2009 Stefano Zacchiroli <zack at debian.org>
+License: GPL-3+
+ On Debian systems the full text of the GNU General Public License can
+ be found in the `/usr/share/common-licenses/GPL-3' file.
+
+License: MIT
+ 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.
+

Added: packages/sprox/trunk/debian/rules
===================================================================
--- packages/sprox/trunk/debian/rules	                        (rev 0)
+++ packages/sprox/trunk/debian/rules	2009-06-25 14:39:17 UTC (rev 8855)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+DEB_PYTHON_SYSTEM = pysupport
+include /usr/share/cdbs/1/class/python-distutils.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+PKG = python-sprox
+DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed


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

Added: packages/sprox/trunk/debian/watch
===================================================================
--- packages/sprox/trunk/debian/watch	                        (rev 0)
+++ packages/sprox/trunk/debian/watch	2009-06-25 14:39:17 UTC (rev 8855)
@@ -0,0 +1,3 @@
+version=3
+http://pypi.python.org/packages/source/s/sprox/sprox-([0-9.]+)\.tar\.gz
+




More information about the Python-modules-commits mailing list