python3-setuptools-rust new package

This commit is contained in:
Rmys
2023-03-31 16:31:17 +03:00
parent 126a4aaa24
commit cfa5e767ce
7 changed files with 122 additions and 2 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 pythonmodules
from pisi.actionsapi import pisitools
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
# 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-semanticversion</Name>
<Homepage>https://github.com/rbarrois/python-semanticversion</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>app</IsA>
<Summary>A library implementing the 'SemVer' scheme.</Summary>
<Icon>python3-semanticversion</Icon>
<Description>A library implementing the 'SemVer' scheme.</Description>
<Archive sha1sum="ab1c55dead22473b0beaa76d3eb790f1abdb4381" type="targz">https://github.com/rbarrois/python-semanticversion/archive/refs/tags/2.10.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>python3-semanticversion.patch</Patch>
<Patch level="1">python3-semanticversion.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>python3-semanticversion</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>2022-12-13</Date>
<Version>2.10.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-semanticversion</Name>
<Summary xml:lang="tr">A library implementing the 'SemVer' scheme.</Summary>
<Description xml:lang="tr">A library implementing the 'SemVer' scheme.</Description>
</Source>
</PISI>