void-packages/srcpkgs/python3-irc/template
maxice8 f56df632ac python3-irc: update to 17.0.
- Removes python3 module (removed in 17.0)
2019-02-18 13:50:34 -05:00

21 lines
551 B
Bash

# Template file for 'python3-irc'
pkgname=python3-irc
version=17.0
revision=1
archs=noarch
wrksrc="irc-${version}"
build_style=python3-module
pycompile_module="irc"
hostmakedepends="python3-setuptools"
depends="python3-six"
short_desc="Full-featured Python IRC library for Python3"
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="MIT"
homepage="https://github.com/jaraco/irc"
distfiles="${PYPI_SITE}/i/irc/irc-${version}.tar.gz"
checksum=f9c5fcb72dd230e1387fd4a0114a1935605e0f59ac09dec962313baed74e1365
post_install() {
vlicense LICENSE
}