python3-pytest:first pisi rel.

This commit is contained in:
blue-devil
2020-02-20 19:46:01 +03:00
parent b59c5ccacd
commit 9ae29ef373
3 changed files with 80 additions and 0 deletions
@@ -0,0 +1,17 @@
#!/usr/bin/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 shelltools
from pisi.actionsapi import pisitools
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","5.3.5")
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
@@ -0,0 +1,55 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-pytest</Name>
<Homepage>https://pytest.org/</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>MIT</License>
<IsA>library</IsA>
<Summary>Simple powerful testing with Python</Summary>
<Description>The pytest framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries.</Description>
<Archive sha1sum="ffb59c3432bb2a6c0a43642c3aa8b7aa1f30c4af" type="targz">https://github.com/pytest-dev/pytest/archive/5.3.5.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools-scm</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-six</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-pytest</Name>
<Summary>Simple powerful testing with Python</Summary>
<RuntimeDependencies>
<Dependency>python3-more-itertools</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-packaging</Dependency>
<Dependency>python3-wcwidth</Dependency>
<Dependency>python3-pluggy</Dependency>
<Dependency>python3-attrs</Dependency>
<Dependency>python3-py</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="executable">/usr/bin/pytest</Path>
<Path fileType="executable">/usr/bin/py.test</Path>
<Path fileType="doc">/usr/share/doc/python3-pytest</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-02-13</Date>
<Version>5.3.5</Version>
<Comment>First release.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-pytest</Name>
<Summary xml:lang="tr">Basit ve güçlü python3 için test modülü.</Summary>
<Description xml:lang="tr">python3-pytest, python3 için güçlü ve basit test modülü içerir.</Description>
</Source>
</PISI>