]> git.pld-linux.org Git - packages/python-psycopg2.git/blame - python-psycopg2.spec
- Release 3. Ac rebuild with changed Pythons ABI.
[packages/python-psycopg2.git] / python-psycopg2.spec
CommitLineData
f93a45b9 1
3bacd1f7
MK
2%include /usr/lib/rpm/macros.python
3%define module psycopg
f93a45b9 4
3bacd1f7 5Summary: psycopg is a PostgreSQL database adapter for Python
258ebeda 6Summary(pl): psycopg jest przeznaczonym dla Pythona interfejsem do bazy PostgreSQL
3bacd1f7 7Name: python-%{module}
64f5466a 8Version: 1.1.10
6f0a20b5 9Release: 3
258ebeda 10License: GPL
4b5b5919 11Group: Libraries/Python
3bacd1f7 12Source0: http://initd.org/pub/software/%{module}/%{module}-%{version}.tar.gz
64f5466a 13# Source0-md5: 2279a6aaddf8a8fbec44f782e5cdaa02
3bacd1f7 14Patch0: %{name}-dumb-ac-fix.patch
258ebeda 15URL: http://www.initd.org/software/psycopg/
dd6f8fe2 16BuildRequires: autoconf
258ebeda
JB
17BuildRequires: postgresql-backend-devel
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