python3 tomli.pep517.build

This commit is contained in:
Rmys
2022-07-02 15:25:37 +03:00
parent 3dd6340536
commit 30c0ae5106
13 changed files with 367 additions and 2 deletions
@@ -0,0 +1,16 @@
#!/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
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
pisitools.dodoc("CHANGELOG*", "LICENSE", "README*")
@@ -0,0 +1,50 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-build</Name>
<Homepage>https://github.com/pypa/build</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>app</IsA>
<Summary>A simple, correct PEP517 package builder</Summary>
<Description>A simple, correct PEP517 package builder</Description>
<Archive sha1sum="512cffefce86dfa9aba5bcbbb82b91af486acb0c" type="targz">https://github.com/pypa/build/archive/refs/tags/0.8.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>python3-build.patch</Patch>
<Patch level="1">python3-build.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>python3-build</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-setuptools</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-06-28</Date>
<Version>0.8.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-build</Name>
<Summary xml:lang="tr">A simple, correct PEP517 package builder</Summary>
<Description xml:lang="tr">A simple, correct PEP517 package builder</Description>
</Source>
</PISI>