Merge pull request #8786 from blue-devil/master

pylint deps
This commit is contained in:
Blue DeviL
2020-09-24 20:48:00 +02:00
committed by GitHub
25 changed files with 1158 additions and 115 deletions
+672 -113
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
25772701a5e67a1d966e13e43d28c2c6a47a21f1
2114e589dd5fd1a4b52d8342d3ad716bbd44b9d5
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
9e121d71d0f8d51bd49b7fd140de2b87c11673ac
968efa62e2eeacf3f13b4f3aba8a447f8ba6a4c9
@@ -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,48 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-breathe</Name>
<Homepage>https://github.com/michaeljones/breathe</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>BSD</License>
<IsA>library</IsA>
<Summary>ReStructuredText and Sphinx bridge to Doxygen.</Summary>
<Description>python3-breathe is an extension to reStructuredText and Sphinx to be able to read and render the Doxygen xml output.</Description>
<Archive sha1sum="91ea808877a72cd9c35f385e11f3f4067ee97341" type="targz">https://github.com/michaeljones/breathe/archive/v4.22.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-sphinx</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-breathe</Name>
<Summary>ReStructuredText and Sphinx bridge to Doxygen.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-sphinx</Dependency>
<Dependency>python3-setuptools</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/</Path>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="executable">/usr/bin/breathe-apidoc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-09-24</Date>
<Version>4.22.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-breathe</Name>
<Summary xml:lang="tr">Doxygene, ReStructuredText ve Sphinx köprüsü sağlayan python modülü.</Summary>
<Description xml:lang="tr">python3-breathe, Doxygene, ReStructuredText ve Sphinx köprüsü sağlayan python modülü sunar.</Description>
</Source>
</PISI>
@@ -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,46 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-isort</Name>
<Homepage>https://github.com/PyCQA/isort</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 Python utility / library to sort imports.</Summary>
<Description>python3-isort is a Python utility / library to sort imports alphabetically, and automatically separated into sections and by type.</Description>
<Archive sha1sum="a3be8b212f170325fdfac95ef39dd0c0f14b70d5" type="targz">https://pypi.org/packages/source/i/isort/isort-5.5.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-isort</Name>
<Summary>A Python utility / library to sort imports.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-setuptools</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/</Path>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="executable">/usr/bin/isort</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-09-24</Date>
<Version>5.5.3</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-isort</Name>
<Summary xml:lang="tr">Python importlarını sıralamak için python kitaplık ve araçları.</Summary>
<Description xml:lang="tr">python3-isort, python importlarını sıralamak için python kitaplık ve araçları sağlar.</Description>
</Source>
</PISI>
@@ -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,45 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-lazy-object-proxy</Name>
<Homepage>https://github.com/ionelmc/python-lazy-object-proxy</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>BSDv2</License>
<IsA>library</IsA>
<Summary>A fast and thorough lazy object proxy.</Summary>
<Description>python3-lazy-object-proxy provides a fast and thorough lazy object proxy.</Description>
<Archive sha1sum="a5bff3b7a9c847484e0ae10b2fc126f1108020d4" type="targz">https://github.com/ionelmc/python-lazy-object-proxy/archive/v1.5.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-lazy-object-proxy</Name>
<Summary>A fast and thorough lazy object proxy.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-setuptools</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>1.5.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-lazy-object-proxy</Name>
<Summary xml:lang="tr">Hızlı ve esaslı tembel proxy nesnesi.</Summary>
<Description xml:lang="tr">python3-lazy-object-proxy, hızlı ve esaslı tembel proxy nesnesi sunar.</Description>
</Source>
</PISI>
@@ -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>
@@ -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>
@@ -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-toml</Name>
<Homepage>https://github.com/uiri/toml</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>MIT</License>
<IsA>library</IsA>
<Summary>Python lib for parsing TOML</Summary>
<Description>A Python library for parsing and creating TOML.</Description>
<Archive sha1sum="edd6ec94f79fcfcba093efba6e63a94cce20c29b" type="targz">https://github.com/uiri/toml/archive/0.10.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-toml</Name>
<Summary>Python lib for parsing TOML</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.10.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-toml</Name>
<Summary xml:lang="tr">TOML çözümleyen python kitaplığı.</Summary>
<Description xml:lang="tr">python3-toml, TOML çözümleyen python kitaplığı sunar.</Description>
</Source>
</PISI>
@@ -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,45 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-wrapt</Name>
<Homepage>https://github.com/GrahamDumpleton/wrapt</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>BSDv2</License>
<IsA>library</IsA>
<Summary>A Python module for decorators, wrappers and monkey patching.</Summary>
<Description>python3-wrapt provides a transparent object proxy for Python, which can be used as the basis for the construction of function wrappers and decorator functions.</Description>
<Archive sha1sum="8c2c28f1e99d9a421183d6ada062e5c1ad4b3093" type="targz">https://github.com/GrahamDumpleton/wrapt/archive/1.12.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-wrapt</Name>
<Summary>A Python module for decorators, wrappers and monkey patching.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-setuptools</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>1.12.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-wrapt</Name>
<Summary xml:lang="tr">Çalışma zamanında uygulama yamayabilen(monkey patching), sarmalayıcı yordamlar ve dekoratörler için python modülü.</Summary>
<Description xml:lang="tr">python3-wrapt, çalışma zamanında uygulama yamayabilen(monkey patching), sarmalayıcı yordamlar ve dekoratörler için python modülü sağlar.</Description>
</Source>
</PISI>