Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37433980
en ru br
Репозитории ALT

Группа :: Development/Python3
Пакет: python3-module-vlc

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define modname vlc
%define pypi_name python-vlc

Name: python3-module-%modname
Version: 3.0.16120
Release: alt1
Summary: Binding for the native libvlc API
License: LGPL-2.1+
Group: Development/Python3
Url: https://github.com/oaubert/python-vlc
Source: %name-%version.tar

BuildArch: noarch

BuildRequires(pre): rpm-build-python3
BuildRequires: python3(setuptools)
BuildRequires: python3(wheel)

Requires: libvlc-devel

%py3_provides %pypi_name

%description
This module provides ctypes-based bindings for the native libvlc API of the VLC
video player. Note that it relies on an already present install of VLC.

%prep
%setup

%build
%pyproject_build

%install
%pyproject_install

%files
%python3_sitelibdir/%modname.py
%python3_sitelibdir/*/*.pyc
%python3_sitelibdir/%{pyproject_distinfo %pypi_name}
%doc examples

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin