python3-* new package

This commit is contained in:
Rmys
2023-10-28 21:37:14 +03:00
parent 552f2b9fb1
commit a6a56ed708
38 changed files with 5787 additions and 2078 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,49 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-jaraco-functools</Name>
<Homepage>https://pypi.org/project/jaraco.functools/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>app</IsA>
<Summary>Functools like those found in stdlib</Summary>
<Icon>python3-jaraco-functools</Icon>
<Description>Functools like those found in stdlib</Description>
<Archive sha1sum="f3ae4f0cb5eb48fa44f8ee2f49d14d1e0b677187" type="targz">https://files.pythonhosted.org/packages/e6/f7/97322b08780ac7f783893991a1ed2a0a8b9c729d06350e2a1c6e7f8687cb/jaraco.functools-3.9.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-build</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>python3-jaraco-functools.patch</Patch>
<Patch level="1">python3-jaraco-functools.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>python3-jaraco-functools</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>2023-10-28</Date>
<Version>3.9.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-jaraco.functools</Name>
<Summary xml:lang="tr">Functools like those found in stdlib</Summary>
<Description xml:lang="tr">Functools like those found in stdlib</Description>
</Source>
</PISI>