-
Notifications
You must be signed in to change notification settings - Fork 130
Expand file tree
/
Copy pathpyslurm.spec
More file actions
46 lines (35 loc) · 1.24 KB
/
pyslurm.spec
File metadata and controls
46 lines (35 loc) · 1.24 KB
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
Name: python-pyslurm
Version: 25.11.2
%define rel 1
Release: %{rel}%{?dist}
Summary: Python interface to Slurm
License: GPL-2.0-only
URL: https://github.com/PySlurm/pyslurm
Source: pyslurm-%{version}.tar.gz
BuildRequires: python3-devel
BuildRequires: pyproject-rpm-macros
BuildRequires: slurm-devel >= 25.11.0
%description
pyslurm is a Python interface to Slurm
%package -n python3-pyslurm
Summary: %{summary}
Requires: python3
%description -n python3-pyslurm
pyslurm is a Python interface to Slurm
%prep
%autosetup -p1 -n pyslurm-%{version}
%generate_buildrequires
%pyproject_buildrequires -R
%build
%pyproject_wheel
%install
%pyproject_install
%pyproject_save_files pyslurm
%files -n python3-pyslurm -f %{pyproject_files}
%license COPYING.txt
%doc README.md
%changelog
* Sat Apr 12 2026 Giovanni Torres <giovtorres@users.noreply.github.com> - 25.11.2-1
- Fix Python 3.6 package metadata (UNKNOWN-0.0.0) by reading version from setup.py
* Sun Mar 22 2026 Giovanni Torres <giovtorres@users.noreply.github.com> - 25.11.0-1
- Initial package