From 685a63049fe2ae7b1f63d3e05c4ea7cffc85eb40 Mon Sep 17 00:00:00 2001 From: c0m4r Date: Wed, 31 Jan 2024 22:54:31 +0100 Subject: [PATCH] python3-ifaddr: update to 0.2.0 --- srcpkgs/python3-ifaddr/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-ifaddr/template b/srcpkgs/python3-ifaddr/template index cb37ba2c0d61b..42a497c7b4f41 100644 --- a/srcpkgs/python3-ifaddr/template +++ b/srcpkgs/python3-ifaddr/template @@ -1,16 +1,17 @@ # Template file for 'python3-ifaddr' pkgname=python3-ifaddr -version=0.1.7 -revision=5 +version=0.2.0 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3" +checkdepends="python3-pytest" short_desc="Enumerates all IP addresses on all network adapters of the system" maintainer="Orphaned " license="MIT" homepage="https://github.com/pydron/ifaddr" distfiles="${PYPI_SITE}/i/ifaddr/ifaddr-${version}.tar.gz" -checksum=1f9e8a6ca6f16db5a37d3356f07b6e52344f6f9f7e806d618537731669eb1a94 +checksum=cc0cbfcaabf765d44595825fb96a99bb12c79716b73b44330ea38ee2b0c4aed4 post_install() { sed -n '/Copyright/,/SOFTWARE\./p' setup.py >LICENSE.txt