Magellan Linux

Contents of /trunk/extras/python-cffi/python-cffi-1.15.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33576 - (show annotations) (download)
Mon Aug 7 11:45:51 2023 UTC (9 months, 1 week ago) by niro
File size: 282 byte(s)
-added missing python-pycparser dep
1 # $Id$
2
3 PNAME="python-cffi"
4 PVER="1.15.1"
5 PBUILD="r2"
6
7 DESCRIPTION="Foreign function interface for python calling c code."
8
9 SPLIT_PNAME="cffi"
10 PYPI_MODULE="cffi"
11 sminclude pypi
12
13 PYTHON3_DEPEND=">= dev-python/python3-pycparser-2"
14 PYTHON3_SEPEND=">= dev-python/python3-setuptools-68"