Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37568223
en ru br
Репозитории ALT

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

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

%define _name apsw
%define rel r1

Name: python-module-%_name
Version: 3.6.19
Release: alt1.%rel

Summary: Another Python SQLite Wrapper
License: zlib/libpng License
Group: Development/Python
Packager: Alexey Shabalin <shaba at altlinux.ru>
Url: http://code.google.com/p/apsw/

Source: http://apsw.googlecode.com/files/%_name-%version-%rel.zip

BuildPreReq: unzip rpm-build-python
BuildRequires: libsqlite3-devel >= %version
BuildRequires: python-devel python-module-setuptools

%description
APSW is a Python wrapper for the SQLite embedded relational database
engine. In contrast to other wrappers such as pysqlite it focuses on
being a minimal layer over SQLite attempting just to translate the
complete SQLite API into Python.

%prep
%setup -q -n %_name-%version-%rel

%build
%python_build

%install
%python_install

%files
%python_sitelibdir/%_name-*.egg-info
%python_sitelibdir/%_name.so
%doc doc


%changelog

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

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