void-packages/srcpkgs/python3-nbxmpp/template
2020-09-07 07:11:32 -04:00

22 lines
757 B
Bash

# Template file for 'python3-nbxmpp'
pkgname=python3-nbxmpp
version=1.0.2
revision=1
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
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"
}