Magellan Linux

Contents of /smage/trunk/extras/python-pycparser/python-pycparser-2.22-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 18121 - (show annotations) (download)
Wed Apr 3 14:59:27 2024 UTC (2 months ago) by niro
File size: 284 byte(s)
-ver bump to 2.22-r1
1 # $Id$
2
3 PNAME="python-pycparser"
4 PVER="2.22"
5 PBUILD="r1"
6
7 DESCRIPTION="C parser and AST generator written in Python."
8
9 SPLIT_PNAME="pycparser"
10 PYPI_MODULE="pycparser"
11 sminclude pypi
12
13 PYTHON3_DEPEND=">= dev-python/python3-ply-3.11"
14 PYTHON3_SEPEND=">= dev-python/python3-setuptools-68"