Name: pc-ble-driver-py Version: 0.17.0 Release: 2%{?dist} Summary: Python interface to Bluetooth LE License: GPLv2+ URL: https://pypi.python.org/pypi/pc-ble-driver-py Source0: %{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-scikit-build-core BuildRequires: python3-setuptools %description Python interface to Bluetooth LE on Linux. %package -n python3-pc-ble-driver-py Summary: Python interface to Bluetooth LE on Linux Group: Development/Libraries %description -n python3-pc-ble-driver-py Python interface to Bluetooth LE %prep %autosetup sed -i 's/, <3.11//' setup.py sed -i 's/skbuild/setuptools/' setup.py sed -i 's/scikit-build/scikit-build-core/' pyproject.toml requirements-dev.txt %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files pc_ble_driver_py %files -n python3-pc-ble-driver-py -f %{pyproject_files} %license LICENSE %changelog * Sat Sep 13 2025 Peter Robinson - 0.17.0-2 - Update to use new python macros * Sat Oct 10 2015 Peter Robinson 0.17.0-1 - initial packaging