16 lines
579 B
Bash
16 lines
579 B
Bash
# Template file for 'python3-nbxmpp'
|
|
pkgname=python3-nbxmpp
|
|
version=1.0.2
|
|
revision=2
|
|
wrksrc="${pkgname#*-}-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-openssl"
|
|
short_desc="Non blocking Jabber/XMPP module"
|
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://python-nbxmpp.gajim.org/"
|
|
#changelog="https://dev.gajim.org/gajim/python-nbxmpp/raw/master/ChangeLog"
|
|
distfiles="${PYPI_SITE}/n/nbxmpp/nbxmpp-${version}.tar.gz"
|
|
checksum=991f014a2736123e989da454d6a467be8c4314bf86dbcc889e899f03726e856f
|