Files
2023-10-19 09:48:32 +03:00

68 lines
2.6 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="dbc12302834e9a7c7cd7868074f16fe80c50d711" type="targz">https://files.pythonhosted.org/packages/db/4f/419ad9b163f3e86c32ae3b1e2937709520e24dce589897a26fb875189520/pypcap-1.3.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>pip3</Dependency>
<Dependency>libpcap-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<!-- documentation files-->
<!--<Dependency>python3-mock</Dependency>-->
<!--<Dependency>python3-sphinx</Dependency>-->
</BuildDependencies>
<Patches>
<!-- <Patch level="1">pypcap-python3.9.patch</Patch> -->
</Patches>
</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="3">
<Date>2023-10-19</Date>
<Version>1.3.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2021-10-28</Date>
<Version>1.2.3</Version>
<Comment>Rebuild</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<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>