Files
2023-10-18 10:49:08 +03:00

76 lines
2.8 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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 pylints capabilities.</Description>
<Archive sha1sum="4a1e5088eb740ecbc152a016b6811fec6823560d" type="targz">https://github.com/PyCQA/astroid/archive/refs/tags/v2.8.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="4">
<Date>2023-10-17</Date>
<Version>2.8.2</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2021-10-13</Date>
<Version>2.8.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2021-10-13</Date>
<Version>2.8.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<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>