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,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>