Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37655624
en ru br
Репозитории ALT
5.1: 0.10.2-alt0.M41.1
4.1: 0.7rc1-alt1.0.1
4.0: 0.7rc1-alt1.0
www.altlinux.org/Changes

Группа :: Разработка/Python
Пакет: python-module-SQLObject

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: python-module-SQLObject
Version: 0.10.2
Release: alt0.M41.1

Summary: Object-Relational Manager, aka database wrapper for Python
License: LGPL
Group: Development/Python
Url: http://sqlobject.org

Source: %name-%version-%release.tar

BuildArch: noarch
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

%build
%__python setup.py build

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

# omit paste for a while

sed -i -e '/sqlobject\/manager/d' -e '/sqlobject\/wsgi_middleware.py/d' INSTALLED_FILES
# we have rpm for that, btw
sed -i '/egg-info/d' INSTALLED_FILES

%files -f INSTALLED_FILES
%doc README.txt

%files doc
%doc docs/*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin