e95d61d7eb
python-nbxmpp 1.0.1 New * Add XEP-0377 support * MUC: Return message id when using inivite() Bugfixes * OMEMO: Correctly parse prekey value * Client: Determine protocol and type correctly if a custom host is used * Smacks: Don't fail on saving error replies python-nbxmpp 1.0.0 * Library rewritten in most parts * Replace BOSH with Websocket * Add new example client * Many other improvements Known Issues: * Currently no Client Cert support
23 lines
707 B
Makefile
23 lines
707 B
Makefile
# $NetBSD: Makefile,v 1.5 2020/07/08 11:55:45 adam Exp $
|
|
|
|
DISTNAME= nbxmpp-1.0.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= chat python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=n/nbxmpp/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://dev.gajim.org/gajim/python-nbxmpp
|
|
COMMENT= Asynchronous Python library for XMPP
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
DEPENDS+= libsoup-[0-9]*:../../net/libsoup
|
|
DEPENDS+= ${PYPKGPREFIX}-idna-[0-9]*:../../www/py-idna
|
|
DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
|
|
DEPENDS+= ${PYPKGPREFIX}-precis-i18n>=1.0.0:../../textproc/py-precis-i18n
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27 36
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|