void-packages/srcpkgs/python3-IPy/template
2021-10-09 08:00:53 -04:00

19 lines
557 B
Bash

# Template file for 'python3-IPy'
pkgname=python3-IPy
version=1.01
revision=2
wrksrc="IPy-${version}"
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
}