mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-07 04:44:57 +02:00
34 lines
1 KiB
Text
34 lines
1 KiB
Text
# Maintainer: Peter Shkenev <santurysim@gmail.com>
|
|
pkgname=py3-nbxmpp
|
|
_pkgname=python-nbxmpp
|
|
pkgver=6.2.0
|
|
pkgrel=0
|
|
pkgdesc="A non-blocking XMPP implementation for python"
|
|
url="https://dev.gajim.org/gajim/python-nbxmpp/"
|
|
arch="noarch"
|
|
license="GPL-3.0-or-later AND GPL-2.0-or-later AND MIT"
|
|
depends="python3 py3-idna py3-precis-i18n py3-packaging libsoup3"
|
|
makedepends="py3-setuptools py3-gpep517 py3-wheel"
|
|
subpackages="$pkgname-pyc"
|
|
source="https://dev.gajim.org/gajim/$_pkgname/-/archive/$pkgver/$_pkgname-$pkgver.tar.bz2"
|
|
options="!check" # no test suite
|
|
builddir="$srcdir"/$_pkgname-$pkgver
|
|
|
|
replaces=py-nbxmpp # Backwards compatibility
|
|
provides=py-nbxmpp=$pkgver-r$pkgrel # Backwards compatibility
|
|
|
|
build() {
|
|
gpep517 build-wheel \
|
|
--wheel-dir .dist \
|
|
--output-fd 3 3>&1 >&2
|
|
}
|
|
|
|
package() {
|
|
python3 -m installer -d "$pkgdir" \
|
|
.dist/*.whl
|
|
|
|
}
|
|
|
|
sha512sums="
|
|
794924ae2feccff2cbc29e4b7ce68fb62f59f5a6ffcd04f5552916a9496050a85dcd403c1c50f2c5bd54f2613b8106fc5b93c3b192b003cf7b9d1a9723afe162 python-nbxmpp-6.2.0.tar.bz2
|
|
"
|