vp-build/srcpkgs/python3-netifaces/template

22 lines
682 B
Bash

# Template file for 'python3-netifaces'
pkgname=python3-netifaces
version=0.11.0
revision=3
wrksrc="netifaces-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
depends="python3"
short_desc="Python3 library to retrieve information about network interfaces"
maintainer="Alessio Sergi <al3hex@gmail.com>"
license="MIT"
homepage="https://github.com/al45tair/netifaces"
distfiles="${PYPI_SITE}/n/netifaces/netifaces-${version}.tar.gz"
checksum=043a79146eb2907edf439899f262b3dfe41717d34124298ed281139a8b93ca32
conflicts="python-netifaces>=0"
post_install() {
sed -n '/Copyright/,/SOFTWARE\./p' PKG-INFO >LICENSE
vlicense LICENSE
}