diff --git a/programming/language/python3/python3-astroid/actions.py b/programming/language/python3/python3-astroid/actions.py new file mode 100644 index 0000000000..5188bd7dcc --- /dev/null +++ b/programming/language/python3/python3-astroid/actions.py @@ -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 pisitools +from pisi.actionsapi import pythonmodules + +def setup(): + pisitools.dosed("astroid/__pkginfo__.py", "six~=[0-9.*]*", "six") + pisitools.dosed("astroid/__pkginfo__.py", "wrapt~=[0-9.*]*", "wrapt") + pisitools.dosed("astroid/__pkginfo__.py", "lazy_object_proxy==[0-9.*]*", "lazy_object_proxy") + +def build(): + pythonmodules.compile(pyVer="3") + + +def install(): + pythonmodules.install(pyVer="3") diff --git a/programming/language/python3/python3-astroid/pspec.xml b/programming/language/python3/python3-astroid/pspec.xml new file mode 100644 index 0000000000..0aba4fe35b --- /dev/null +++ b/programming/language/python3/python3-astroid/pspec.xml @@ -0,0 +1,54 @@ + + + + + python3-astroid + https://github.com/PyCQA/astroid + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + MIT + library + Useful miscellaneous modules used by Logilab projects. + python3-astrid provides a common base representation of python source code. It is currently the library powering pylint’s capabilities. + https://github.com/PyCQA/astroid/archive/astroid-2.4.2.tar.gz + + python3-devel + python3-setuptools + + + + + python3-astroid + Useful miscellaneous modules used by Logilab projects. + + python3 + python3-six + python3-wrapt + python3-setuptools + python3-lazy-object-proxy + + + /usr/share/doc/ + /usr/lib/python3* + + + python3-logilab-astng + + + python3-logilab-astng + + + + + + 2020-09-24 + 2.4.2 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-astroid/translations.xml b/programming/language/python3/python3-astroid/translations.xml new file mode 100755 index 0000000000..bbccb983e6 --- /dev/null +++ b/programming/language/python3/python3-astroid/translations.xml @@ -0,0 +1,8 @@ + + + + python3-astroid + Logilab projeleri tarafından kullanılan kullanışlı çeşitli modüller. + python3-astroid, Logilab projeleri tarafından kullanılan kullanışlı çeşitli modüller içerir. Pylınt yeteneklerini artırır. + + \ No newline at end of file