new packages: python-gast, python3-beniget, python3-pythran

This commit is contained in:
suvari
2024-04-09 22:01:10 +03:00
parent f9328002f2
commit a6804e5e2a
13 changed files with 1071 additions and 444 deletions
@@ -0,0 +1,19 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import autotools, pythonmodules, shelltools, pisitools
def setup():
pass
def build():
shelltools.system("python3 setup.py build") #autotools.make()
def install():
pythonmodules.install(pyVer = '3')
pisitools.dodoc("LICENSE", "README.rst")