]> git.ipfire.org Git - ipfire-3.x.git/blame - python3-parted/python3-parted.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / python3-parted / python3-parted.nm
CommitLineData
90890534
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = python3-parted
bfc52482 7version = 3.13.0
90890534
MT
8release = 1
9thisapp = pyparted-%{version}
10
11groups = System/Libraries
12url = https://github.com/dcantrell/pyparted/
13license = GPLv2+
14summary = Python module for GNU parted.
15
16description
17 Python module for the parted library. It is used for manipulating
18 partition tables.
19end
20
21source_dl = https://github.com/dcantrell/pyparted/releases/download/v%{version}/
22
23build
24 requires
25 parted-devel >= 3.4
26 pkg-config
27 python3-devel >= 3.5
28 python3-setuptools
29 end
30
31 build
32 %{python3} setup.py build
33 end
34
35 install
36 %{python3} setup.py install --root=%{BUILDROOT}
37 end
38end
39
40
41packages
42 package %{name}
43
44 package %{name}-debuginfo
45 template DEBUGINFO
46 end
47end