diff --git a/programming/language/python3/python3-isort/actions.py b/programming/language/python3/python3-isort/actions.py new file mode 100644 index 0000000000..3a393ce7c1 --- /dev/null +++ b/programming/language/python3/python3-isort/actions.py @@ -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") diff --git a/programming/language/python3/python3-isort/pspec.xml b/programming/language/python3/python3-isort/pspec.xml new file mode 100644 index 0000000000..52a111a530 --- /dev/null +++ b/programming/language/python3/python3-isort/pspec.xml @@ -0,0 +1,46 @@ + + + + + python3-isort + https://github.com/PyCQA/isort + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + MIT + library + A Python utility / library to sort imports. + python3-isort is a Python utility / library to sort imports alphabetically, and automatically separated into sections and by type. + https://pypi.org/packages/source/i/isort/isort-5.5.3.tar.gz + + python3-devel + python3-setuptools + + + + + python3-isort + A Python utility / library to sort imports. + + python3 + python3-setuptools + + + /usr/share/doc/ + /usr/lib/python3* + /usr/bin/isort + + + + + + 2020-09-24 + 5.5.3 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-isort/translations.xml b/programming/language/python3/python3-isort/translations.xml new file mode 100755 index 0000000000..9110ba90e5 --- /dev/null +++ b/programming/language/python3/python3-isort/translations.xml @@ -0,0 +1,8 @@ + + + + python3-isort + Python importlarını sıralamak için python kitaplık ve araçları. + python3-isort, python importlarını sıralamak için python kitaplık ve araçları sağlar. + + \ No newline at end of file