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")