new packages: python-gast, python3-beniget, python3-pythran
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-gast</Name>
|
||||
<Homepage>https://github.com/serge-sans-paille/gast</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvarice@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<IsA>library</IsA>
|
||||
<Icon>python</Icon>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<Summary>A generic AST to represent Python2 and Python3’s Abstract Syntax Tree(AST).</Summary>
|
||||
<Description>GAST provides a compatibility layer between the AST of various Python versions, as produced by ast.parse from the standard ast module.</Description>
|
||||
<Archive sha1sum="6c113cf8d33cc654d33210335103485ab41d3dbb" type="targz">https://files.pythonhosted.org/packages/e4/41/f26f62ebef1a80148e20951a6e9ef4d0ebbe2090124bc143da26e12a934c/gast-0.5.4.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python3-gast</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/python3.*/site-packages</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2024-04-09</Date>
|
||||
<Version>0.5.4</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvarice@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-gast</Name>
|
||||
<Summary xml:lang="tr">Python2 ve Python3'ün Soyut Sözdizimi Ağacını (AST) temsil eden genel bir AST.</Summary>
|
||||
<Description xml:lang="tr">GAST, standart ast modülünden ast.parse tarafından üretilen çeşitli Python sürümlerinin AST'leri arasında bir uyumluluk katmanı sağlar.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user