python-parameterized new package

This commit is contained in:
Rmys
2026-04-11 09:49:00 +03:00
parent bd9d062c3c
commit 61ae06bffe
8 changed files with 370556 additions and 367832 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,48 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-parameterized</Name>
<Homepage>https://github.com/wolever/parameterized</Homepage>
<Packager>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<Summary>Parameterized testing with any Python test framework</Summary>
<Description>Herhangi bir Python test çerçevesiyle parametreli test</Description>
<Archive sha1sum="357e9d312ead5cc15bf68c192e4f11a432a8e635" type="targz">https://github.com/wolever/parameterized/archive/v0.9.0/python-parameterized-0.9.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-build</Dependency>
<Dependency>python3-pytest</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>python3-parameterized.patch</Patch>
<Patch level="1">python3-parameterized.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>python3-parameterized</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>2026-04-11</Date>
<Version>0.9.0</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-parameterized</Name>
<Summary xml:lang="tr">Parameterized testing with any Python test framework</Summary>
<Description xml:lang="tr">Herhangi bir Python test çerçevesiyle parametreli test</Description>
</Source>
</PISI>