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

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define oname clang

%def_without check

Name:       python3-module-%oname
Version:    16.0.6
Release:    alt1

Summary:    Libclang python bindings
License:    Apache-2.0
Group:      Development/Python3
Url:        https://pypi.org/project/libclang/
VCS:        https://github.com/sighingnow/libclang

BuildArch:  noarch

Source0:    %name-%version.tar

BuildRequires(pre): rpm-build-python3

%description
The aim of this project is to make the clang.cindex
(aka., Clang Python Bindings) available for more Python users, without setting
up the LLVM environment.

%prep
%setup

%build
%python3_build

%install
%python3_install

%files
%doc LICENSE.TXT README.md docs/
%python3_sitelibdir/%oname
%python3_sitelibdir/lib%oname-%version-*.egg-info

%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