Files
main/programming/language/python3/python3-hyperlink/pspec.xml
T
2025-01-06 12:38:27 +03:00

51 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-hyperlink</Name>
<Homepage>https://pypi.org/project/hyperlink/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>app</IsA>
<Summary>A featureful, correct URL for Python</Summary>
<Description>A featureful, correct URL for Python</Description>
<Archive sha1sum="17e538afafbf16e298ed78201a15fbd874d855a2" type="targz">https://files.pythonhosted.org/packages/3a/51/1947bd81d75af87e3bb9e34593a4cf118115a8feb451ce7a69044ef1412e/hyperlink-21.0.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-build</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-idna</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>python3-hyperlink.patch</Patch>
<Patch level="1">python3-hyperlink.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>python3-hyperlink</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-idna</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2025-01-06</Date>
<Version>21.0.0</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>