24 lines
770 B
Bash
24 lines
770 B
Bash
# Template file for 'python3-nbxmpp'
|
|
pkgname=python3-nbxmpp
|
|
version=1.0.0
|
|
revision=2
|
|
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=8b7e967bc1d0f1a1f7cf3395b6f5d70009ae5607ad9afb8de32ff92b661693ad
|
|
|
|
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"
|
|
}
|