mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
7452f2e018
- Switch MASTER_SITES to CHEESESHOP as it ought to be the default for Python software. - Adjust COMMENT to match the short description from setup.py. - Add missing RUN_DEPENDS. - Standardize test invocation. - Update WWW to point to project's homepage instead of the Git repository. Reported by: koobs Reviewed by: koobs, krion Approved by: koobs, krion (mentor) Differential Revision: https://reviews.freebsd.org/D18684
9 lines
289 B
Plaintext
9 lines
289 B
Plaintext
Slixmpp is an MIT licensed XMPP library for Python 3.5+. It is a fork of
|
|
SleekXMPP.
|
|
|
|
Slixmpp's goals is to only rewrite the core of the library (the low level
|
|
socket handling, the timers, the events dispatching) in order to remove all
|
|
threads.
|
|
|
|
WWW: https://dev.louiz.org/projects/slixmpp
|