18 lines
533 B
Bash
18 lines
533 B
Bash
# Template file for 'python3-IPy'
|
|
pkgname=python3-IPy
|
|
version=1.01
|
|
revision=4
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Python3 class for handling of IPv4 and IPv6 addresses and networks"
|
|
maintainer="johannes <johannes.brechtmann@gmail.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/autocracy/python-ipy"
|
|
distfiles="${PYPI_SITE}/I/IPy/IPy-${version}.tar.gz"
|
|
checksum=edeca741dea2d54aca568fa23740288c3fe86c0f3ea700344571e9ef14a7cc1a
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|