53 lines
2.0 KiB
XML
53 lines
2.0 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>python3-argcomplete</Name>
|
|
<Homepage>https://pypi.org/project/argcomplete/</Homepage>
|
|
<Packager>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Packager>
|
|
<License>Apache-2.0</License>
|
|
<IsA>app</IsA>
|
|
<Summary>Easy, extensible command line tab completion of arguments for your Python script</Summary>
|
|
<Description>Easy, extensible command line tab completion of arguments for your Python script</Description>
|
|
<Archive sha1sum="c38a0ed5e4b94aa017a7f853964f173529b215cf" type="targz">https://files.pythonhosted.org/packages/16/0f/861e168fc813c56a78b35f3c30d91c6757d1fd185af1110f1aec784b35d0/argcomplete-3.6.2.tar.gz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>python3-devel</Dependency>
|
|
<Dependency>python3-build</Dependency>
|
|
<Dependency>python3-hatchling</Dependency>
|
|
<Dependency>python3-hatch-vcs</Dependency>
|
|
</BuildDependencies>
|
|
<!--
|
|
<Patches>
|
|
<Patch>python3-argcomplete.patch</Patch>
|
|
<Patch level="1">python3-argcomplete.patch</Patch>
|
|
</Patches>
|
|
-->
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>python3-argcomplete</Name>
|
|
<RuntimeDependencies>
|
|
<Dependency>python3</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="executable">/usr/bin</Path>
|
|
<Path fileType="library">/usr/lib</Path>
|
|
<Path fileType="data">/usr/share</Path>
|
|
<Path fileType="doc">/usr/share/doc</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="1">
|
|
<Date>2025-04-06</Date>
|
|
<Version>3.6.2</Version>
|
|
<Comment>First release</Comment>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|