Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37040703
en ru br
Репозитории ALT
5.1: 2.4.1-alt1
4.1: 2.4.1-alt1
4.0: 2.3.3-alt1
3.0: 2.0.4-alt1
www.altlinux.org/Changes

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

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

%define version 2.3.3
%define release alt1
%setup_python_module pysqlite2

Summary: Python interface to SQLite 3.0
Name: %packagename
Version: %version
Release: %release
URL: http://pysqlite.org
Source0: pysqlite.tar
License: zlib/libpng license
Group: Development/Python
BuildRequires: libsqlite3-devel
Packager: Python Development Team <python at packages.altlinux.org>

%description
Pysqlite is an interface to the SQLite 3.0  database server for Python.
It aims to be fully compliant with Python database API version 2.0
while also exploiting the unique features of SQLite 3.0.
   
%prep
%setup -q -n pysqlite

%build
env CFLAGS="$RPM_OPT_FLAGS" %__python setup.py build

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

%files
%defattr(-,root,root)
%dir %python_sitelibdir/%modulename
%python_sitelibdir/%modulename/*
%doc LICENSE doc/*

%changelog

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

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