python3-flit-core, python3-typing_extensions

This commit is contained in:
Rmys
2022-07-02 14:41:42 +03:00
parent 29710d571d
commit 40e93b07a2
10 changed files with 336786 additions and 335840 deletions
@@ -0,0 +1,19 @@
#!/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 pythonmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def build():
shelltools.system("PYTHONPATH=flit_core python3 -m flit build --format wheel")
def install():
shelltools.system("PIP_CONFIG_FILE=/dev/null pip3 install --isolated --root=%s --ignore-installed --no-deps dist/*.whl" % get.installDIR())
pisitools.dodoc("LICENSE", "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-typing_extensions</Name>
<Homepage>https://pypi.org/project/typing-extensions/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>library</IsA>
<Summary>The blessed package to manage your versions by scm tags</Summary>
<Description>The blessed package to manage your versions by scm tags</Description>
<Archive sha1sum="c9233c46918ea4259fae943f1f24ef4430a4e3f0" type="targz">https://files.pythonhosted.org/packages/9e/1d/d128169ff58c501059330f1ad96ed62b79114a2eb30b8238af63a2e27f70/typing_extensions-4.3.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>pip3</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>python3-typing_extensions.patch</Patch>
<Patch level="1">python3-typing_extensions.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>python3-typing_extensions</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-07-02</Date>
<Version>4.3.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-typing_extensions</Name>
<Summary xml:lang="tr">The blessed package to manage your versions by scm tags</Summary>
<Description xml:lang="tr">The blessed package to manage your versions by scm tags</Description>
</Source>
</PISI>