46 lines
1.8 KiB
XML
46 lines
1.8 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>python3-isort</Name>
|
|
<Homepage>https://github.com/PyCQA/isort</Homepage>
|
|
<Packager>
|
|
<Name>Blue Devil</Name>
|
|
<Email>bluedevil@sctzine.com</Email>
|
|
</Packager>
|
|
<PartOf>programming.language.python3</PartOf>
|
|
<License>MIT</License>
|
|
<IsA>library</IsA>
|
|
<Summary>A Python utility / library to sort imports.</Summary>
|
|
<Description>python3-isort is a Python utility / library to sort imports alphabetically, and automatically separated into sections and by type.</Description>
|
|
<Archive sha1sum="a3be8b212f170325fdfac95ef39dd0c0f14b70d5" type="targz">https://pypi.org/packages/source/i/isort/isort-5.5.3.tar.gz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>python3-devel</Dependency>
|
|
<Dependency>python3-setuptools</Dependency>
|
|
</BuildDependencies>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>python3-isort</Name>
|
|
<Summary>A Python utility / library to sort imports.</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency>python3</Dependency>
|
|
<Dependency>python3-setuptools</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="doc">/usr/share/doc/</Path>
|
|
<Path fileType="library">/usr/lib/python3*</Path>
|
|
<Path fileType="executable">/usr/bin/isort</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="1">
|
|
<Date>2020-09-24</Date>
|
|
<Version>5.5.3</Version>
|
|
<Comment>First pisi release.</Comment>
|
|
<Name>Blue Devil</Name>
|
|
<Email>bluedevil@sctzine.com</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI> |