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