############################################################################### # IPFire.org - An Open Source Firewall Solution # # Copyright (C) - IPFire Development Team # ############################################################################### name = python3-parted version = 3.13.0 release = 1 thisapp = pyparted-%{version} groups = System/Libraries url = https://github.com/dcantrell/pyparted/ license = GPLv2+ summary = Python module for GNU parted. description Python module for the parted library. It is used for manipulating partition tables. end source_dl = https://github.com/dcantrell/pyparted/releases/download/v%{version}/ build requires parted-devel >= 3.4 pkg-config python3-devel >= 3.5 python3-setuptools end build %{python3} setup.py build end install %{python3} setup.py install --root=%{BUILDROOT} end end packages package %{name} package %{name}-debuginfo template DEBUGINFO end end