Name: python3-mpv Version: 1.0.8 Release: 1%{?dist} Summary: Python bindings for the mpv media player License: GPL-3.0 URL: https://github.com/jaseg/python-mpv Source0: python-mpv-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-pip BuildRequires: python3-setuptools BuildRequires: python3-wheel BuildRequires: pyproject-rpm-macros Requires: mpv %description python-mpv is a ctypes-based python interface to the mpv media player. It gives you more or less full control of all features of the player, just as the lua interface does. %prep %autosetup -n python-mpv-%{version} %build %pyproject_wheel %check %install %pyproject_install %files %license LICENSE.GPL LICENSE.LGPL %doc README.rst %{python3_sitelib}/mpv* %{python3_sitelib}/__pycache__/mpv* %changelog * Wed Apr 08 2026 -