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