python3-* new package

This commit is contained in:
Rmys
2025-01-06 12:38:27 +03:00
parent 4752d3e456
commit 01fd320d39
14 changed files with 626 additions and 109 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 "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-hyperlink</Name>
<Homepage>https://pypi.org/project/hyperlink/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>app</IsA>
<Summary>A featureful, correct URL for Python</Summary>
<Description>A featureful, correct URL for Python</Description>
<Archive sha1sum="17e538afafbf16e298ed78201a15fbd874d855a2" type="targz">https://files.pythonhosted.org/packages/3a/51/1947bd81d75af87e3bb9e34593a4cf118115a8feb451ce7a69044ef1412e/hyperlink-21.0.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-build</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-idna</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>python3-hyperlink.patch</Patch>
<Patch level="1">python3-hyperlink.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>python3-hyperlink</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-idna</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2025-01-06</Date>
<Version>21.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-hyperlink</Name>
<Summary xml:lang="tr">A featureful, correct URL for Python</Summary>
<Description xml:lang="tr">A featureful, correct URL for Python</Description>
</Source>
</PISI>