-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpython-pbs-installer.spec
More file actions
28 lines (24 loc) · 855 Bytes
/
python-pbs-installer.spec
File metadata and controls
28 lines (24 loc) · 855 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
%define module pbs-installer
%define oname pbs_installer
Name: python-pbs-installer
Version: 2026.6.2
Release: 1
Summary: Installer for Python Build Standalone
License: MIT
Group: Development/Python
URL: https://pbs-installer.readthedocs.io
# repo-url https://github.com/frostming/pbs-installer/
# Use pypi source as git repo tarball produces wrong version strings in dist-info path
Source0: https://files.pythonhosted.org/packages/source/p/%{module}/%{oname}-%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildSystem: python
BuildArch: noarch
BuildRequires: python
BuildRequires: python%{pyver}dist(pdm-backend)
BuildRequires: python%{pyver}dist(pip)
BuildRequires: python%{pyver}dist(wheel)
%description
Installer for Python Build Standalone
%files
%{_bindir}/pbs-install
%{python_sitelib}/%{oname}
%{python_sitelib}/%{oname}-%{version}.dist-info