python3 tomli.pep517.build

This commit is contained in:
Rmys
2022-07-02 15:25:37 +03:00
committed by ayhanyalcinsoy
parent c6279a848b
commit 292eb3f05f
13 changed files with 367 additions and 2 deletions
@@ -0,0 +1,18 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
def build():
#shelltools.system("""sed -i "s/ '--ignore-installed',//" pep517/envbuild.py""")
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
pisitools.dodoc("LICENSE", "README*")
@@ -0,0 +1,48 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-pep517</Name>
<Homepage>https://pypi.org/project/pep517/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>library</IsA>
<Summary>Wrappers to build Python packages using PEP 517 hooks</Summary>
<Description>PEP 517 kancalarını kullanarak Python paketleri oluşturmak için sarmalayıcılar</Description>
<Archive sha1sum="1848668c715049e9bebbd55274908aef5a8e07c1" type="targz">https://files.pythonhosted.org/packages/0a/65/6e656d49c679136edfba25f25791f45ffe1ea4ae2ec1c59fe9c35e061cd1/pep517-0.12.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>python3-pep517.patch</Patch>
<Patch level="1">python3-pep517.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>python3-pep517</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-06-26</Date>
<Version>0.12.0</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-pep517</Name>
<Summary xml:lang="tr">Wrappers to build Python packages using PEP 517 hooks</Summary>
<Description xml:lang="tr">PEP 517 kancalarını kullanarak Python paketleri oluşturmak için sarmalayıcılar</Description>
</Source>
</PISI>