Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37833099
en ru br
ALT Linux repos
5.0: 0.10.2-alt0.M41.1
4.1: 0.7rc1-alt1.0.1
4.0: 0.7rc1-alt1.0

Group :: Development/Python
RPM: python-module-SQLObject

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: python-module-SQLObject
Vendor: ALT Linux
Version: 0.7rc1
Release: alt1.0.1
Summary: Object-Relational Manager, aka database wrapper for Python

License: LGPL
Group: Development/Python
URL: http://sqlobject.org
Packager: Maxim Bodyansky <maximbo at altlinux.ru>
BuildArch: noarch

Source0: SQLObject-%version.tar.bz2
Patch0: sqlobject-no-egg.patch


# Automatically added by buildreq on Sun Nov 06 2005

BuildRequires: python-base python-dev python-modules-compiler python-modules-encodings

%add_python_req_skip py


%description
SQLObject is a popular *Object Relational Manager* for providing an
object interface to your database, with tables as classes, rows as
instances, and columns as attributes.
                       
SQLObject includes a Python-object-based query language that makes SQL
more abstract, and provides substantial database independence for
applications.

Supports MySQL, PostgreSQL, SQLite, Firebird, Sybase, and MaxDB (SAPDB).


%package doc
Summary: This package contains documentation for SQLObject.
Group: Development/Python

%description doc
SQLObject is a popular *Object Relational Manager* for providing an
object interface to your database, with tables as classes, rows as
instances, and columns as attributes.
                       
SQLObject includes a Python-object-based query language that makes SQL
more abstract, and provides substantial database independence for
applications.

Supports MySQL, PostgreSQL, SQLite, Firebird, Sybase, and MaxDB (SAPDB).


%prep
%setup -q -n SQLObject-%version
%patch0 -p1

%build
%__python setup.py build

%install
%__python setup.py install --root=%buildroot \
                          --optimize=2 \
                          --record=INSTALLED_FILES


%files -f INSTALLED_FILES
%doc README.txt


%files doc
%doc docs/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin