mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 06:52:56 +02:00
26 lines
750 B
Bash
26 lines
750 B
Bash
# Template file for 'python-nbxmpp'
|
|
pkgname=python-nbxmpp
|
|
version=0.6.3
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc=${pkgname#*-}-${version}
|
|
build_style=python-module
|
|
hostmakedepends="python-setuptools python3-setuptools"
|
|
depends="python python-openssl"
|
|
pycompile_module="nbxmpp"
|
|
short_desc="Non blocking Jabber/XMPP module (Python2)"
|
|
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
|
license="GPL-3"
|
|
homepage="https://python-nbxmpp.gajim.org/"
|
|
distfiles="${PYPI_SITE}/n/nbxmpp/nbxmpp-${version}.tar.gz"
|
|
checksum=dd66e701a4856e3cace8f4865837ccc9bcfcdb286df01f01aa19531f5d834a83
|
|
|
|
python3-nbxmpp_package() {
|
|
noarch=yes
|
|
depends="python3 python3-openssl"
|
|
pycompile_module="nbxmpp"
|
|
short_desc="${short_desc/Python2/Python3}"
|
|
pkg_install() {
|
|
vmove usr/lib/python3*
|
|
}
|
|
}
|