22 lines
785 B
Bash
22 lines
785 B
Bash
# Template file for 'python3-irc'
|
|
pkgname=python3-irc
|
|
version=20.1.0
|
|
revision=2
|
|
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=b6f737932dd4791f3b18e319de7b7daf02d2285a6bea263d101f4d8e553807ec
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|