void-packages/srcpkgs/python3-nbxmpp/template
Đoàn Trần Công Danh ec426111a3 python-nbxmpp: mark empty
nbxmpp doesn't support Python 2 anymore.
But 1.0.0 has been published, mark it as empty to remove.
2020-06-30 07:36:01 +07:00

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"
}