python3-mccabe: first rel

This commit is contained in:
bluedevil
2020-09-24 20:45:21 +02:00
parent dc2d5c2c3c
commit f60db2d9ce
3 changed files with 67 additions and 0 deletions
@@ -0,0 +1,15 @@
#!/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
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
@@ -0,0 +1,44 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-mccabe</Name>
<Homepage>https://github.com/PyCQA/mccabe</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>MIT</License>
<IsA>library</IsA>
<Summary>McCabe complexity checker for Python</Summary>
<Description>python3-mccabe, provides a plugin for flake8, the Python code checker.</Description>
<Archive sha1sum="020e4b23ecdc21d4e969764eee06c32c2532ed8e" type="targz">https://github.com/PyCQA/mccabe/archive/0.6.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-mccabe</Name>
<Summary>McCabe complexity checker for Python</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/</Path>
<Path fileType="library">/usr/lib/python3*</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-09-24</Date>
<Version>0.6.1</Version>
<Comment>First pisi 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-mccabe</Name>
<Summary xml:lang="tr">Python kod denetleyicisi, flake8 için bir eklenti.</Summary>
<Description xml:lang="tr">python3-mccabe, Python kod denetleyicisi, flake8 için bir eklenti sağlar.</Description>
</Source>
</PISI>