]> git.pld-linux.org Git - packages/python3-py-postgresql.git/blob - python3-py-postgresql.spec
02a00878cc10a5d6a0aebb91963a2a8b137a209b
[packages/python3-py-postgresql.git] / python3-py-postgresql.spec
1 Summary:        PostgreSQL driver and tools library
2 Name:           python3-py-postgresql
3 Version:        1.1.0
4 Release:        6
5 License:        BSD
6 Group:          Development/Languages/Python
7 Source0:        https://github.com/python-postgres/fe/archive/v%{version}.tar.gz
8 # Source0-md5:  8efe810a4abbbbe1c25b4fcef29421fa
9 URL:            http://python.projects.postgresql.org/
10 BuildRequires:  python3-devel
11 BuildRequires:  python3-modules
12 BuildRequires:  rpm-pythonprov
13 %pyrequires_eq  python3-modules
14 Requires:       python3-modules
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 py-postgresql is a set of Python modules providing interfaces to
19 various parts of PostgreSQL. Notably, it provides a pure-Python driver
20 + C optimizations for querying a PostgreSQL database.
21
22 %prep
23 %setup -q -n fe-%{version}
24
25 %build
26 %py3_build
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 %py3_install
31
32 %clean
33 rm -rf $RPM_BUILD_ROOT
34
35 %files
36 %defattr(644,root,root,755)
37 %{py3_sitedir}/postgresql
38 %{py3_sitedir}/*.egg-info
This page took 0.051016 seconds and 2 git commands to generate.