python-iptools: update to 0.7.0
This commit is contained in:
parent
8e026f061e
commit
06ef31e7c2
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-iptools'
|
||||
pkgname=python-iptools
|
||||
version=0.6.1
|
||||
revision=3
|
||||
version=0.7.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
build_style=python-module
|
||||
|
@ -10,10 +10,10 @@ hostmakedepends="python-setuptools python3-setuptools"
|
|||
depends="python"
|
||||
short_desc="Python2 utilites for manipulating IPv4 and IPv6 addresses"
|
||||
maintainer="Andrew Mirghassemi <a.mirghassemi@live.com>"
|
||||
license="2-clause-BSD"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://github.com/bd808/python-iptools"
|
||||
distfiles="${PYPI_SITE}/i/iptools/iptools-${version}.tar.gz"
|
||||
checksum=0f03875a5bed740ba4bf44decb6a78679cca914a1ee8a6cc468114485c4d98e3
|
||||
checksum=118a4f638bb5fa0123df56fe3be703b112a689167539bcc194f8698ccdd9e2ea
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue