[Python-modules-commits] r1679 - in /packages/turboentity: branches/ tags/ trunk/ trunk/debian/ trunk/debian/changelog trunk/debian/compat trunk/debian/control trunk/debian/copyright trunk/debian/patches/ trunk/debian/pyversions trunk/debian/rules trunk/debian/watch

kov at users.alioth.debian.org kov at users.alioth.debian.org
Mon Jan 15 18:13:49 CET 2007


Author: kov
Date: Mon Jan 15 18:13:49 2007
New Revision: 1679

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1679
Log:
initial packaging for turboentity

Added:
    packages/turboentity/branches/
    packages/turboentity/tags/
    packages/turboentity/trunk/
    packages/turboentity/trunk/debian/
    packages/turboentity/trunk/debian/changelog
    packages/turboentity/trunk/debian/compat
    packages/turboentity/trunk/debian/control
    packages/turboentity/trunk/debian/copyright
    packages/turboentity/trunk/debian/patches/
    packages/turboentity/trunk/debian/pyversions
    packages/turboentity/trunk/debian/rules   (with props)
    packages/turboentity/trunk/debian/watch

Added: packages/turboentity/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/turboentity/trunk/debian/changelog?rev=1679&op=file
==============================================================================
--- packages/turboentity/trunk/debian/changelog (added)
+++ packages/turboentity/trunk/debian/changelog Mon Jan 15 18:13:49 2007
@@ -1,0 +1,5 @@
+turboentity (0.1.0-1) UNRELEASED; urgency=low
+
+  * New package
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Mon,  8 Jan 2007 22:51:47 -0200

Added: packages/turboentity/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/turboentity/trunk/debian/compat?rev=1679&op=file
==============================================================================
--- packages/turboentity/trunk/debian/compat (added)
+++ packages/turboentity/trunk/debian/compat Mon Jan 15 18:13:49 2007
@@ -1,0 +1,1 @@
+5

Added: packages/turboentity/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/turboentity/trunk/debian/control?rev=1679&op=file
==============================================================================
--- packages/turboentity/trunk/debian/control (added)
+++ packages/turboentity/trunk/debian/control Mon Jan 15 18:13:49 2007
@@ -1,0 +1,31 @@
+Source: turboentity
+Section: python
+Priority: optional
+Maintainer: Gustavo Noronha Silva <kov at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: cdbs (>= 0.4.42), debhelper (>= 5.0.37.1), python-setuptools (>= 0.6a9-1)
+Build-Depends-Indep: python-dev, python-support (>= 0.2.3)
+Standards-Version: 3.7.2
+XS-Python-Version: >= 2.3
+XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/turboentity/trunk/
+
+Package: python-turboentity
+Architecture: all
+XB-Python-Version: ${python:Versions}
+Depends: ${python:Depends}
+Provides: ${python:Provides}
+Description: high-level declarative layer for SQLAlchemy
+ SQLAlchemy provides a very nice API to deal with relational databases
+ in an abstract and pythonic way. TurboEntity is an object-relational
+ mapping framework for SQLAlchemy which helps the developer by
+ automatically creating most of the structure based on a simple class.
+ .
+ Features currently include:
+    * automatic polymorphic inheritance
+    * easy specification of relationships
+    * automatic creation of primary keys
+    * automatic creation of foreign keys
+    * automatic creation of secondary tables
+    * relations can be specified across modules
+ .
+  Homepage: http://turboentity.ematia.de/

Added: packages/turboentity/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/turboentity/trunk/debian/copyright?rev=1679&op=file
==============================================================================
--- packages/turboentity/trunk/debian/copyright (added)
+++ packages/turboentity/trunk/debian/copyright Mon Jan 15 18:13:49 2007
@@ -1,0 +1,35 @@
+This package was debianized by Gustavo Noronha Silva <kov at debian.org> on
+Mon, 15 Jan 2007 15:15:30 -0300.
+
+It was downloaded from http://turboentity.ematia.de/
+
+Copyright:
+
+Copyright (c) 2005 Daniel Haus <daniel.haus at ematia.de>
+
+Upstream Author: Daniel Haus
+
+License:
+
+Copyright (c) 2005 Daniel Haus
+
+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/turboentity/trunk/debian/pyversions
URL: http://svn.debian.org/wsvn/python-modules/packages/turboentity/trunk/debian/pyversions?rev=1679&op=file
==============================================================================
--- packages/turboentity/trunk/debian/pyversions (added)
+++ packages/turboentity/trunk/debian/pyversions Mon Jan 15 18:13:49 2007
@@ -1,0 +1,1 @@
+2.3-

Added: packages/turboentity/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/turboentity/trunk/debian/rules?rev=1679&op=file
==============================================================================
--- packages/turboentity/trunk/debian/rules (added)
+++ packages/turboentity/trunk/debian/rules Mon Jan 15 18:13:49 2007
@@ -1,0 +1,16 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM := pysupport
+
+include /usr/share/cdbs/1/rules/buildcore.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+DEB_COMPRESS_EXCLUDE=.py .pdf
+DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
+PYVER=$(shell python -V 2>&1 | cut -d ' ' -f 2 | cut -d . -f 1-2)
+
+common-binary-post-install-indep::
+	mv debian/python-turboentity/usr/share/python-support/python-turboentity/TurboEntity-${DEB_UPSTREAM_VERSION}-py${PYVER}.egg-info \
+		debian/python-turboentity/usr/share/python-support/python-turboentity/TurboEntity-${DEB_UPSTREAM_VERSION}.egg-info

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

Added: packages/turboentity/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/turboentity/trunk/debian/watch?rev=1679&op=file
==============================================================================
--- packages/turboentity/trunk/debian/watch (added)
+++ packages/turboentity/trunk/debian/watch Mon Jan 15 18:13:49 2007
@@ -1,0 +1,2 @@
+version=3
+http://turboentity.ematia.de/download/TurboEntity-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list