python3-pyproject-hooks new package

This commit is contained in:
Rmys
2024-04-10 00:07:01 +03:00
parent 60875a363f
commit e80e441422
7 changed files with 454734 additions and 454609 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 python3modules
from pisi.actionsapi import pisitools
def build():
python3modules.compile()
def install():
python3modules.install()
# pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "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-pyproject-hooks</Name>
<Homepage>https://pypi.org/project/pyproject_hooks/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>library</IsA>
<Summary>A low-level library for calling build-backends in pyproject.toml-based project</Summary>
<Icon>python3-pyproject-hooks</Icon>
<Description>Pyproject.toml tabanlı projede yapı arka uçlarını çağırmak için düşük düzeyli bir kitaplık</Description>
<Archive sha1sum="8cf1a868ebb7233a9d9cf7195da0375434aacf52" type="targz">https://files.pythonhosted.org/packages/25/c1/374304b8407d3818f7025457b7366c8e07768377ce12edfe2aa58aa0f64c/pyproject_hooks-1.0.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-build</Dependency>
</BuildDependencies>
-->
<!--
<Patches>
<Patch>python3-pyproject-hooks.patch</Patch>
<Patch level="1">python3-pyproject-hooks.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>python3-pyproject-hooks</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>2024-04-09</Date>
<Version>1.0.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-pyproject-hooks</Name>
<Summary xml:lang="tr">A low-level library for calling build-backends in pyproject.toml-based project</Summary>
<Description xml:lang="tr">Pyproject.toml tabanlı projede yapı arka uçlarını çağırmak için düşük düzeyli bir kitaplık</Description>
</Source>
</PISI>