python3-irc: update to 20.1.0.
This commit is contained in:
parent
a902cc3301
commit
5c69a5b2b8
|
@ -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 <Vaelatern@voidlinux.org>"
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue