Files
main/programming/language/python3/python3-portend/pspec.xml
T
2025-04-18 22:51:18 +03:00

50 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-portend</Name>
<Homepage>https://github.com/jaraco/portend/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>app</IsA>
<Summary>Use portend to monitor TCP ports for bound or unbound states.</Summary>
<Description>Use portend to monitor TCP ports for bound or unbound states.</Description>
<Archive sha1sum="a6d8f4ef4ee08ca85dde5e21a23912330c63c5b1" type="targz">https://files.pythonhosted.org/packages/8f/fc/bcfc768996b438d6e4bde7a6c8cfd62089847b0f5381a0e0ec2d8ee6b202/portend-3.2.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-build</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>python3-portend.patch</Patch>
<Patch level="1">python3-portend.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>python3-portend</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<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-11</Date>
<Version>3.2.0</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>