Files
main/programming/language/python3/python3-pypcap/pspec.xml
T
2020-05-19 16:31:03 +03:00

49 lines
1.9 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-pypcap</Name>
<Homepage>https://github.com/pynetwork/pypcap</Homepage>
<Packager>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>BSD</License>
<IsA>library</IsA>
<Summary>Python3 pcap module</Summary>
<Description>This is a simplified object-oriented Python wrapper for libpcap - the current tcpdump.org version, and the WinPcap port for Windows.</Description>
<Archive sha1sum="4be296c8612eb910cf573670d08a2ebe0a485389" type="targz">https://pypi.org/packages/source/p/pypcap/pypcap-1.2.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>libpcap-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<!-- documentation files-->
<!--<Dependency>python3-mock</Dependency>-->
<!--<Dependency>python3-sphinx</Dependency>-->
</BuildDependencies>
</Source>
<Package>
<Name>python3-pypcap</Name>
<Summary>Python3 pcap module</Summary>
<RuntimeDependencies>
<Dependency>libpcap</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-pypcap</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2019-12-13</Date>
<Version>1.2.3</Version>
<Comment>First pisi release</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>