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

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname pycparser

Name: python3-module-pycparser
Version: 2.21
Release: alt1.1

Summary: C parser in Python

Group: Development/Python3
License: BSD
Url: https://github.com/eliben/pycparser

Packager: Vitaly Lipatov <lav at altlinux.ru>

# Source-url: %__pypi_url %oname

Source: %name-%version.tar

BuildRequires(pre): rpm-build-intro >= 2.2.5
BuildRequires(pre): rpm-build-python3

BuildArch: noarch

%add_python3_self_prov_path %buildroot%python3_sitelibdir/%oname/

%description
pycparser is a complete parser of the C language, written in pure Python
using the PLY parsing library.
It parses C code into an AST and can serve as a front-end for C compilers or analysis tools.


%prep
%setup

%build
%python3_build

%install
%python3_install

%files
%python3_sitelibdir/%oname/
%python3_sitelibdir/%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