]> git.pld-linux.org Git - packages/python-psycopg2.git/blame - python-psycopg2.spec
- ver. 2.0.2
[packages/python-psycopg2.git] / python-psycopg2.spec
CommitLineData
fa6eecba 1#
2# todo:
3# - zope adapter
4# - lib64 patch
5#
f93a45b9 6
fa6eecba 7%define module psycopg2
f93a45b9 8
3bacd1f7 9Summary: psycopg is a PostgreSQL database adapter for Python
258ebeda 10Summary(pl): psycopg jest przeznaczonym dla Pythona interfejsem do bazy PostgreSQL
3bacd1f7 11Name: python-%{module}
dd6f52dd 12Version: 2.0.2
13Release: 1
258ebeda 14License: GPL
4b5b5919 15Group: Libraries/Python
dd6f52dd 16Source0: http://initd.org/pub/software/psycopg/%{module}-%{version}.tar.gz
17# Source0-md5: 6c056b261782c51f53ceccbf86c08749
fa6eecba 18#Patch0: %{name}-lib64.patch
258ebeda 19URL: http://www.initd.org/software/psycopg/
dd6f8fe2 20BuildRequires: autoconf
258ebeda 21BuildRequires: postgresql-backend-devel
c72332e3 22BuildRequires: postgresql-devel
258ebeda 23BuildRequires: python-devel
258ebeda 24Requires: postgresql-libs
44843cf9 25%pyrequires_eq python-modules
3bacd1f7 26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
3bacd1f7 27
f1720923 28%define zope_subname ZPsycopgDA
e8c205e6 29
3bacd1f7
MK
30%description
31psycopg is a PostgreSQL database adapter for the Python programming
32language (just like pygresql and popy.) It was written from scratch
33with the aim of being very small and fast, and stable as a rock. The
34main advantages of psycopg are that it supports the full Python
35DBAPI-2.0 and being thread safe at level 2.
36
37%description -l pl
38psycopg jest przeznaczonym dla Pythona interfejsem do bazy danych
258ebeda 39