Files
main/programming/language/python3/python3-distlib/pspec.xml
T
2020-03-04 00:41:11 +03:00

44 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-distlib</Name>
<Homepage>https://bitbucket.org/pypa/distlib/</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>PSF</License>
<IsA>library</IsA>
<Summary>Low-level components of distutils2/packaging.</Summary>
<Description>python3-distlib Low-level parts of packaging/distutils2 which implement the relevant PEPs and which could be used by third-party packaging tools to achieve interoperability, enhanced with additional features for dependency resolution, package resource management and more.</Description>
<Archive sha1sum="890d521ce22e780672a8dd8639e58e1a2a145bf3" type="targz">https://bitbucket.org/pypa/distlib/get/0.3.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-distlib</Name>
<Summary>Low-level components of distutils2/packaging.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-distlib</Path>
<Path fileType="library">/usr/lib/python3*</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-03-03</Date>
<Version>0.3.0</Version>
<Comment>First pisi release.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>