python3-pylint:new pisi rel

This commit is contained in:
bluedevil
2020-09-24 21:22:23 +02:00
parent 5d43aa586c
commit 75c44fe90c
3 changed files with 73 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,50 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-pylint</Name>
<Homepage>https://pylint.org/</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>GPL</License>
<IsA>library</IsA>
<Summary>A python code static checker tools.</Summary>
<Description>python3-pylint is a Python static code analysis tool which looks for programming errors, helps enforcing a coding standard, sniffs for code smells and offers simple refactoring suggestions.</Description>
<Archive sha1sum="ea9a6d8de8487b48393f8ce520be153f5b6fa431" type="targz">https://github.com/PyCQA/pylint/archive/pylint-2.6.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-pylint</Name>
<Summary>A Python module for decorators, wrappers and monkey patching.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-toml</Dependency>
<Dependency>python3-isort</Dependency>
<Dependency>python3-mccabe</Dependency>
<Dependency>python3-astroid</Dependency>
<Dependency>python3-setuptools</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib/python3*</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-09-24</Date>
<Version>2.6.0</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-pylint</Name>
<Summary xml:lang="tr">Python kaynak kodlarını hatalara karşı tarayan bir araç.</Summary>
<Description xml:lang="tr">python3-pylint, bir Python modülünün standartlara uyup uymadığını, hatalar içerip içermediğini analiz eden bir uygulamadır.</Description>
</Source>
</PISI>