Magellan Linux

Contents of /trunk/extras/python-ply/python-ply-3.11-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33580 - (show annotations) (download)
Mon Aug 7 11:47:27 2023 UTC (10 months ago) by niro
File size: 218 byte(s)
-ver bump to 3.11-r1
1 # $Id$
2
3 PNAME="python-ply"
4 PVER="3.11"
5 PBUILD="r1"
6
7 DESCRIPTION="Implementation of lex and yacc parsing tools."
8
9 SPLIT_PNAME="ply"
10 PYPI_MODULE="ply"
11 sminclude pypi
12
13 PYTHON3_SEPEND=">= dev-python/python3-setuptools-68"