aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/py-nbxmpp
Commit message (Collapse)AuthorAgeFilesLines
* net-im/py-nbxmpp: update to 0.6.3rm2018-01-312-4/+4
|
* Simplify some USES=pythonantoine2017-12-291-1/+1
| | | | With hat: portmgr
* Convert Python ports to FLAVORS.mat2017-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464
* net-im/py-nbxmpp: update to 0.5.6rm2017-06-072-4/+4
|
* net-im/py-nbxmpp: update to 0.5.5rm2017-02-022-4/+4
|
* net-im/py-nbxmpp: update to 0.5.4rm2016-09-082-5/+5
| | | | | | | | | | Changelog: python-nbxmpp 0.5.4 (04 September 2016) * Fix SCRAM authentication * Fix BOSH connection with UTF-8 messages * Fix smacks implementation * Use uuid in stanza ids
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* net-im/py-nbxmpp: remove dependency on twistedrm2015-07-271-1/+2
| | | | | | Remove dependency on twisted, because it is not used anymore and let it build with python3 after that. Bump PORTREVISION to chase dependency change
* net-im/py-nbxmpp: update to 0.5.3rm2015-07-272-6/+6
| | | | | | | | | | python-nbxmpp 0.5.3 (13 July 2015) * Fix receiving long utf8 strings under py3 * Fix issue with pyopenssl 0.15.1 * Fix decoding issues Add NO_ARCH and limit python version to 2.x (twisted is not py3-aware).
* net-im/py-nbxmpp: update to 0.5.2rm2015-01-132-3/+3
| | | | | | | | Changelog: * Fix BOSH HTTP requests * Fix handling of binary SASL data for mechanism GSSAPI * Update MAM namespace
* The goal of this python library is to provide a way for python applicationsrm2014-10-063-0/+28
to use Jabber/XMPP networks in a non-blocking way. This library is initialy a fork of xmpppy one, but using non-blocking sockets. WWW: https://python-nbxmpp.gajim.org/