python3-astroid:new pisi rel
This commit is contained in:
@@ -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")
|
||||||
@@ -0,0 +1,54 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>python3-astroid</Name>
|
||||||
|
<Homepage>https://github.com/PyCQA/astroid</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>Blue Devil</Name>
|
||||||
|
<Email>bluedevil@sctzine.com</Email>
|
||||||
|
</Packager>
|
||||||
|
<PartOf>programming.language.python3</PartOf>
|
||||||
|
<License>MIT</License>
|
||||||
|
<IsA>library</IsA>
|
||||||
|
<Summary>Useful miscellaneous modules used by Logilab projects.</Summary>
|
||||||
|
<Description>python3-astrid provides a common base representation of python source code. It is currently the library powering pylint’s capabilities.</Description>
|
||||||
|
<Archive sha1sum="b245fa6abf947dc538379f580fd7be65b1f81da7" type="targz">https://github.com/PyCQA/astroid/archive/astroid-2.4.2.tar.gz</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>python3-devel</Dependency>
|
||||||
|
<Dependency>python3-setuptools</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>python3-astroid</Name>
|
||||||
|
<Summary>Useful miscellaneous modules used by Logilab projects.</Summary>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>python3</Dependency>
|
||||||
|
<Dependency>python3-six</Dependency>
|
||||||
|
<Dependency>python3-wrapt</Dependency>
|
||||||
|
<Dependency>python3-setuptools</Dependency>
|
||||||
|
<Dependency>python3-lazy-object-proxy</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="doc">/usr/share/doc/</Path>
|
||||||
|
<Path fileType="library">/usr/lib/python3*</Path>
|
||||||
|
</Files>
|
||||||
|
<Replaces>
|
||||||
|
<Package>python3-logilab-astng</Package>
|
||||||
|
</Replaces>
|
||||||
|
<Conflicts>
|
||||||
|
<Package>python3-logilab-astng</Package>
|
||||||
|
</Conflicts>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<History>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2020-09-24</Date>
|
||||||
|
<Version>2.4.2</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-astroid</Name>
|
||||||
|
<Summary xml:lang="tr">Logilab projeleri tarafından kullanılan kullanışlı çeşitli modüller.</Summary>
|
||||||
|
<Description xml:lang="tr">python3-astroid, Logilab projeleri tarafından kullanılan kullanışlı çeşitli modüller içerir. Pylınt yeteneklerini artırır.</Description>
|
||||||
|
</Source>
|
||||||
|
</PISI>
|
||||||
Reference in New Issue
Block a user