python-parameterized new package
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
<Dependency>libxslt-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>python3-Pygments</Dependency>
|
||||
<Dependency>python3-parameterized</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- <Patch level="1">0001-Partially-revert-a-gtk-doc-1.31-change-that-broke-e-.patch</Patch> -->
|
||||
@@ -43,6 +44,7 @@
|
||||
<Dependency>python3-Pygments</Dependency>
|
||||
<Dependency>python3-lxml</Dependency>
|
||||
<Dependency>python3-anytree</Dependency>
|
||||
<Dependency>python3-parameterized</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
|
||||
+370480
-367830
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
9b6a7861e27a2271ffd41eb7f51862e4a11b8f1f
|
||||
41d119a53231f45c9e70bd1c3817092683a3245c
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
c84a866fe3c118b575a56d9d392e0871d934eda2
|
||||
2e6ed0f19fd031993881ec63f4231b0f0480abad
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user