void-packages/srcpkgs/python3-nbxmpp/template

24 lines
770 B
Bash

# Template file for 'python3-nbxmpp'
pkgname=python3-nbxmpp
version=1.0.1
revision=1
archs=noarch
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=ca60c9bd1527fbeac305df90c670f11f2fe79f1304dad1efa0315f7484a34d43
python-nbxmpp_package() {
build_style=meta
archs=noarch
# Someone bumped this package to 1.0.0, which doesn't support Python 2
short_desc+=" - Python 2 - removed package"
}