python3-pytest-runner: first rel

This commit is contained in:
bluedevil
2020-09-24 20:45:38 +02:00
parent f60db2d9ce
commit 74623096f7
3 changed files with 74 additions and 0 deletions
@@ -0,0 +1,20 @@
#!/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 shelltools
from pisi.actionsapi import pythonmodules
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","5.2")
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
@@ -0,0 +1,46 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-pytest-runner</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>Invoke py.test as distutils command with dependency resolution</Summary>
<Description>python3-pytest-runner invokes py.test as distutils command with dependency resolution.</Description>
<Archive sha1sum="253868dadf88575e0054fffc4d865514ac0616b0" type="targz">https://github.com/pytest-dev/pytest-runner/archive/5.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-setuptools-scm</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-pytest-runner</Name>
<Summary>Simple powerful testing with Python</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-pytest</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-pytest-runner</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-09-24</Date>
<Version>5.2</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-runner</Name>
<Summary xml:lang="tr">Bağımlılık çözünürlüğü ile beraber distutils komutu olarak py.test çalıştırır.</Summary>
<Description xml:lang="tr">python3-pytest-runner, bağımlılık çözünürlüğü ile beraber distutils komutu olarak py.test çalıştırır.</Description>
</Source>
</PISI>