python-pypcapfile: drop package

This commit is contained in:
Đoàn Trần Công Danh 2020-09-20 17:37:29 +07:00
parent 0680e7723e
commit cc89cc392e

View file

@ -1,21 +0,0 @@
# Template file for 'python-pypcapfile'
pkgname=python-pypcapfile
version=0.12.0
revision=1
wrksrc="pypcapfile-${version}"
archs=noarch
build_style=python2-module
pycompile_module="pcapfile"
hostmakedepends="python-setuptools"
depends="python"
short_desc="A Python library for handling libpcap savefiles"
maintainer="cipr3s <cipr3s@gmx.com>"
license="ISC"
homepage="http://kisom.github.com/pypcapfile"
distfiles="${PYPI_SITE}/p/pypcapfile/pypcapfile-${version}.tar.gz"
checksum="3328e2136980468b0906bbe05a5a6e4e506a6f1a8451cf80393814c31e6f3b7f"
post_install() {
$XBPS_FETCH_CMD https://raw.githubusercontent.com/kisom/pypcapfile/master/LICENSE
vlicense LICENSE
}