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