Files
main/programming/language/python3/python3-wheel/pspec.xml
T
2025-04-18 22:38:16 +03:00

79 lines
3.0 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-wheel</Name>
<Homepage>https://github.com/pypa/wheel</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>MIT</License>
<IsA>library</IsA>
<Summary>The official binary distribution format for Python.</Summary>
<Description>This library is the reference implementation of the Python wheel packaging standard, as defined in PEP 427.</Description>
<Archive sha1sum="0581da65adf99dc44534375195f5aa3953f3e79d" type="targz">https://github.com/pypa/wheel/archive/refs/tags/0.45.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>pip3</Dependency>
<Dependency>python3-build</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-installer</Dependency>
<Dependency>python3-flit-core</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-wheel</Name>
<Summary>The official binary distribution format for Python.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/wheel</Path>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-wheel</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2025-04-13</Date>
<Version>0.45.1</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2024-08-14</Date>
<Version>0.44.0</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2023-10-16</Date>
<Version>0.36.2</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2021-10-22</Date>
<Version>0.36.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2020-08-30</Date>
<Version>0.35.1</Version>
<Comment>First pisi release.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>