python-IPy: update to 1.00.
This commit is contained in:
parent
c0bd7a42e1
commit
2212ee85e9
1 changed files with 6 additions and 6 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python-IPy'
|
# Template file for 'python-IPy'
|
||||||
pkgname=python-IPy
|
pkgname=python-IPy
|
||||||
version=0.83
|
version=1.00
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python-module
|
|
||||||
archs=noarch
|
archs=noarch
|
||||||
pycompile_module="IPy.py"
|
|
||||||
wrksrc="IPy-${version}"
|
wrksrc="IPy-${version}"
|
||||||
|
build_style=python-module
|
||||||
|
pycompile_module="IPy.py"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="Python2 class for handling of IPv4 and IPv6 addresses and networks"
|
short_desc="Python2 class for handling of IPv4 and IPv6 addresses and networks"
|
||||||
maintainer="johannes <johannes.brechtmann@gmail.com>"
|
maintainer="johannes <johannes.brechtmann@gmail.com>"
|
||||||
license="BSD"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/autocracy/python-ipy"
|
homepage="https://github.com/autocracy/python-ipy"
|
||||||
distfiles="${PYPI_SITE}/I/IPy/IPy-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/I/IPy/IPy-${version}.tar.gz"
|
||||||
checksum=61da5a532b159b387176f6eabf11946e7458b6df8fb8b91ff1d345ca7a6edab8
|
checksum=2f2bf658a858d43868d8a4352b3889cf78c66e2ce678b300dcf518c9149ba621
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Reference in a new issue