diff --git a/srcpkgs/python3-irc/template b/srcpkgs/python3-irc/template index 053010a62b7..6ae0231e76e 100644 --- a/srcpkgs/python3-irc/template +++ b/srcpkgs/python3-irc/template @@ -1,17 +1,21 @@ # Template file for 'python3-irc' pkgname=python3-irc -version=17.1 -revision=5 +version=20.1.0 +revision=1 wrksrc="irc-${version}" -build_style=python3-module -hostmakedepends="python3-setuptools_scm" -depends="python3-six" +build_style=python3-pep517 +hostmakedepends="python3-wheel python3-setuptools_scm" +depends="python3-jaraco.collections python3-jaraco.text python3-jaraco.logging + python3-jaraco.functools python3-jaraco.stream python3-pytz python3-more-itertools + python3-tempora" +checkdepends="${depends} python3-pytest" short_desc="Full-featured Python IRC library for Python3" maintainer="Toyam Cox " license="MIT" homepage="https://github.com/jaraco/irc" +changelog="https://raw.githubusercontent.com/jaraco/irc/main/CHANGES.rst" distfiles="${PYPI_SITE}/i/irc/irc-${version}.tar.gz" -checksum=0c19aeee800dbad792179d70dff1281c06fec220323f8ec34150cd94357f383b +checksum=b6f737932dd4791f3b18e319de7b7daf02d2285a6bea263d101f4d8e553807ec post_install() { vlicense LICENSE