21 lines
551 B
Bash
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
|
||
|
}
|