55 lines
2.2 KiB
XML
55 lines
2.2 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>python-click</Name>
|
|
<Homepage>https://palletsprojects.com/p/click/</Homepage>
|
|
<Packager>
|
|
<Name>Blue Devil</Name>
|
|
<Email>bluedevil@sctzine.com</Email>
|
|
</Packager>
|
|
<PartOf>programming.language.python3</PartOf>
|
|
<License>BSD-3</License>
|
|
<IsA>library</IsA>
|
|
<Summary>Python composable command line interface toolkit</Summary>
|
|
<Description>Click is a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary. It's the "Command Line Interface Creation Kit". It's highly configurable but comes with sensible defaults out of the box.</Description>
|
|
<Archive sha1sum="8d906f756ba7cc44271de41f6fa079e6f9b710fc" type="targz">https://github.com/pallets/click/archive/7.1.1.tar.gz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>python-setuptools</Dependency>
|
|
<Dependency>python</Dependency>
|
|
</BuildDependencies>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>python-click</Name>
|
|
<Summary>Python composable command line interface toolkit</Summary>
|
|
<Files>
|
|
<Path fileType="doc">/usr/share/doc/python-click</Path>
|
|
<Path fileType="library">/usr/lib/python2*</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="3">
|
|
<Date>2020-03-11</Date>
|
|
<Version>7.1.1</Version>
|
|
<Comment>Minor version bump.</Comment>
|
|
<Name>Blue Devil</Name>
|
|
<Email>bluedevil@sctzine.com</Email>
|
|
</Update>
|
|
<Update release="2">
|
|
<Date>2020-02-15</Date>
|
|
<Version>7.0</Version>
|
|
<Comment>Moved from contrib and rebuilt.</Comment>
|
|
<Name>Blue Devil</Name>
|
|
<Email>bluedevil@sctzine.com</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2019-11-06</Date>
|
|
<Version>7.0</Version>
|
|
<Comment>First pisi release</Comment>
|
|
<Name>Blue Devil</Name>
|
|
<Email>bluedevil@sctzine.com</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI> |