python3-humanfriendly.

This commit is contained in:
4fury-c3440d8
2022-11-16 10:19:47 +03:00
parent 6164dec877
commit a9dc36aa03
2 changed files with 63 additions and 0 deletions
@@ -0,0 +1,13 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import pythonmodules
def build():
pythonmodules.compile(pyVer = '3')
def install():
pythonmodules.install(pyVer = '3')
@@ -0,0 +1,50 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-humanfriendly</Name>
<Homepage>https://humanfriendly.readthedocs.io/</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>MIT</License>
<IsA>app</IsA>
<PartOf>programming.language.python3</PartOf>
<Summary>Human friendly input/output in Python.</Summary>
<Description>The functions and classes in the humanfriendly package can be used to make text interfaces more user friendly.</Description>
<Archive sha1sum="7aad370e5590cf5d90eaa0f6e69ed753945f7c37" type="targz">
https://files.pythonhosted.org/packages/source/h/humanfriendly/humanfriendly-10.0.tar.gz
</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-importlib_metadata</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level='1'></Patch> -->
</Patches>
</Source>
<Package>
<Name>python3-humanfriendly</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/lib/python3.9</Path>
<Path fileType="data">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-11-15</Date>
<Version>10.0</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>