python3-dpkt: update to 1.9.4
This commit is contained in:
parent
450f006b79
commit
5846c9dde7
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'python3-dpkt'
|
# Template file for 'python3-dpkt'
|
||||||
pkgname=python3-dpkt
|
pkgname=python3-dpkt
|
||||||
version=1.9.2
|
version=1.9.4
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
|
||||||
wrksrc="dpkt-${version}"
|
wrksrc="dpkt-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3"
|
||||||
short_desc="Basic TCP/IP packet creation and parsing"
|
short_desc="Basic TCP/IP packet creation and parsing"
|
||||||
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
|
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/kbandla/dpkt"
|
homepage="https://github.com/kbandla/dpkt"
|
||||||
distfiles="${PYPI_SITE}/d/dpkt/dpkt-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/d/dpkt/dpkt-${version}.tar.gz"
|
||||||
checksum=52a92ecd5ca04d5bd852bb11cb2eac4bbe38b42a7c472e0d950eeb9f82a81e54
|
checksum=f4e579cbaf6e2285ebf3a9e84019459b4367636bac079ba169527e582fca48b4
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue