This repository has been archived by the owner on Oct 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
backports.entry_points_selectable.spec
103 lines (86 loc) · 3.52 KB
/
backports.entry_points_selectable.spec
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
#
# This file is auto-generated. DO NOT EDIT
# Generated by: autospec.py
#
Name : backports.entry_points_selectable
Version : 1.1.1
Release : 10
URL : https://files.pythonhosted.org/packages/71/16/edd003270daaab0168f7dbac6e22b055322e9ba66fb2cc951f58d1ed158b/backports.entry_points_selectable-1.1.1.tar.gz
Source0 : https://files.pythonhosted.org/packages/71/16/edd003270daaab0168f7dbac6e22b055322e9ba66fb2cc951f58d1ed158b/backports.entry_points_selectable-1.1.1.tar.gz
Summary : Compatibility shim providing selectable entry points for older implementations
Group : Development/Tools
License : MIT
Requires: backports.entry_points_selectable-license = %{version}-%{release}
Requires: backports.entry_points_selectable-python = %{version}-%{release}
Requires: backports.entry_points_selectable-python3 = %{version}-%{release}
Requires: importlib_metadata
BuildRequires : buildreq-distutils3
BuildRequires : pluggy
BuildRequires : py-python
BuildRequires : pytest
BuildRequires : setuptools
BuildRequires : setuptools_scm
BuildRequires : tox
BuildRequires : virtualenv
%description
.. image:: https://img.shields.io/pypi/v/backports.entry_points_selectable.svg
:target: `PyPI link`_
%package license
Summary: license components for the backports.entry_points_selectable package.
Group: Default
%description license
license components for the backports.entry_points_selectable package.
%package python
Summary: python components for the backports.entry_points_selectable package.
Group: Default
Requires: backports.entry_points_selectable-python3 = %{version}-%{release}
%description python
python components for the backports.entry_points_selectable package.
%package python3
Summary: python3 components for the backports.entry_points_selectable package.
Group: Default
Requires: python3-core
Provides: pypi(backports.entry_points_selectable)
%description python3
python3 components for the backports.entry_points_selectable package.
%prep
%setup -q -n backports.entry_points_selectable-1.1.1
cd %{_builddir}/backports.entry_points_selectable-1.1.1
%build
export http_proxy=http://127.0.0.1:9/
export https_proxy=http://127.0.0.1:9/
export no_proxy=localhost,127.0.0.1,0.0.0.0
export LANG=C.UTF-8
export SOURCE_DATE_EPOCH=1636471932
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
export RANLIB=gcc-ranlib
export NM=gcc-nm
export CFLAGS="$CFLAGS -O3 -ffat-lto-objects -flto=auto "
export FCFLAGS="$FFLAGS -O3 -ffat-lto-objects -flto=auto "
export FFLAGS="$FFLAGS -O3 -ffat-lto-objects -flto=auto "
export CXXFLAGS="$CXXFLAGS -O3 -ffat-lto-objects -flto=auto "
export MAKEFLAGS=%{?_smp_mflags}
python3 setup.py build
%install
export MAKEFLAGS=%{?_smp_mflags}
rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/share/package-licenses/backports.entry_points_selectable
cp %{_builddir}/backports.entry_points_selectable-1.1.1/LICENSE %{buildroot}/usr/share/package-licenses/backports.entry_points_selectable/8e6689d37f82d5617b7f7f7232c94024d41066d1
python3 -tt setup.py build install --root=%{buildroot}
echo ----[ mark ]----
cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :
echo ----[ mark ]----
## Remove excluded files
rm -f %{buildroot}*/usr/lib/python3.*/site-packages/backports/__init__.py
rm -f %{buildroot}*/usr/lib/python3.*/site-packages/backports/__pycache__/__init__.cpython-3*.pyc
%files
%defattr(-,root,root,-)
%files license
%defattr(0644,root,root,0755)
/usr/share/package-licenses/backports.entry_points_selectable/8e6689d37f82d5617b7f7f7232c94024d41066d1
%files python
%defattr(-,root,root,-)
%files python3
%defattr(-,root,root,-)
/usr/lib/python3*/*