Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37907513
en ru br
ALT Linux repos
S:3.0.16120-alt1

Group :: Development/Python3
RPM: python3-module-vlc

 Main   Changelog   Spec   Patches   Sources   Download   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

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin