61 lines
2.7 KiB
XML
61 lines
2.7 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>python3-jedi</Name>
|
|
<Homepage>https://github.com/davidhalter/jedi</Homepage>
|
|
<Packager>
|
|
<Name>Blue Devil</Name>
|
|
<Email>bluedevil@sctzine.com</Email>
|
|
</Packager>
|
|
<PartOf>programming.language.python3</PartOf>
|
|
<License>MIT</License>
|
|
<IsA>library</IsA>
|
|
<Summary>Awesome autocompletion and static analysis library for python.</Summary>
|
|
<Description>Jedi is a static analysis tool for Python that can be used in IDEs/editors. Jedi has a focus on autocompletion and goto functionality. Jedi is fast and is very well tested. It understands Python and stubs on a deep level.</Description>
|
|
<Archive sha1sum="88fbfacae3bb26bf9191eea5cc6b38aec596ab36" type="targz">https://github.com/davidhalter/jedi/archive/v0.17.2.tar.gz</Archive>
|
|
<Archive sha1sum="895fd7aa3f1edac94a937282fd3d4f7b3ff07e78" type="targz">https://github.com/davidhalter/typeshed/archive/jedi_v0.16.0.tar.gz</Archive>
|
|
<Archive sha1sum="54849ae445ba011d9dd2c11e5d95d1ec1f0f8278" type="targz">https://github.com/davidhalter/django-stubs/archive/v1.5.0.tar.gz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>python3-devel</Dependency>
|
|
<Dependency>python3-setuptools</Dependency>
|
|
</BuildDependencies>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>python3-jedi</Name>
|
|
<Summary>Awesome autocompletion and static analysis library for python.</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency>python3</Dependency>
|
|
<Dependency>python3-parso</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="library">/usr/lib/python3*</Path>
|
|
<Path fileType="doc">/usr/share/doc/python3-jedi</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="3">
|
|
<Date>2020-07-21</Date>
|
|
<Version>0.17.2</Version>
|
|
<Comment>Patch version bump.</Comment>
|
|
<Name>Blue Devil</Name>
|
|
<Email>bluedevil@sctzine.com</Email>
|
|
</Update>
|
|
<Update release="2">
|
|
<Date>2020-04-22</Date>
|
|
<Version>0.17.0</Version>
|
|
<Comment>Minor version bump.</Comment>
|
|
<Name>Blue Devil</Name>
|
|
<Email>bluedevil@sctzine.com</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2020-03-06</Date>
|
|
<Version>0.16.0</Version>
|
|
<Comment>First release.</Comment>
|
|
<Name>Blue Devil</Name>
|
|
<Email>bluedevil@sctzine.com</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI> |