python3-pluggy:first pisi release

This commit is contained in:
blue-devil
2020-02-15 16:01:45 +03:00
parent 326d6819ed
commit c72f3359c3
3 changed files with 70 additions and 0 deletions
@@ -0,0 +1,16 @@
#!/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
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","0.13.1")
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-pluggy</Name>
<Homepage>https://github.com/pytest-dev/pluggy</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>MIT</License>
<IsA>library</IsA>
<Summary>A minimalist production ready plugin system</Summary>
<Description>pluggy is the crystallized core of plugin management and hook calling for pytest. It enables 500+ plugins to extend and customize pytests default behaviour.</Description>
<Archive sha1sum="936d34f0934d6febccd8d4eae054dbbaae83fc2e" type="targz">https://github.com/pytest-dev/pluggy/archive/0.13.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools-scm</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-pluggy</Name>
<Summary>A minimalist production ready plugin system</Summary>
<RuntimeDependencies>
<Dependency>python3-importlib_metadata</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-pluggy</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-02-13</Date>
<Version>0.13.1</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-pluggy</Name>
<Summary xml:lang="tr">Minimalist bir hazır üretim eklenti sistemi.</Summary>
<Description xml:lang="tr">python3-pluggy, minimalist bir hazır üretim eklenti sistemi içerir.</Description>
</Source>
</PISI>