-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpython-lazy-object-proxy.spec
More file actions
32 lines (27 loc) · 875 Bytes
/
python-lazy-object-proxy.spec
File metadata and controls
32 lines (27 loc) · 875 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
%global debug_package %{nil}
%define module lazy-object-proxy
%define oname lazy_object_proxy
Name: python-lazy-object-proxy
Summary: A fast and thorough lazy object proxy
Version: 1.12.0
Release: 1
Group: Development/Python
License: BSD
URL: https://github.com/ionelmc/python-lazy-object-proxy
Source0: %{URL}/archive/v%{version}/%{name}-%{version}.tar.gz
Source100: %{name}.rpmlintrc
BuildSystem: python
BuildRequires: pkgconfig(python3)
BuildRequires: python%{pyver}dist(pip)
BuildRequires: python%{pyver}dist(setuptools)
BuildRequires: python%{pyver}dist(setuptools-scm)
BuildRequires: python%{pyver}dist(wheel)
%description
A common base representation of python source code for pylint
and other projects
%build -p
export LDFLAGS="%{ldflags} -lpython%{py_ver}"
%files
%doc README.rst
%{python_sitearch}/%{oname}
%{python_sitearch}/%{oname}-%{version}.dist-info