Commit graph

2 commits

Author SHA1 Message Date
Mateusz Piotrowski
7452f2e018 net-im/py-slixmpp: Add missing RUN_DEPENDS and fix some other issues
- 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
2019-01-08 13:31:14 +00:00
Mateusz Piotrowski
d05cf3aae9 New port: net-im/py-slimxmpp: Threadless Poezio-oriented fork of SleekXMPP using asyncio
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://git.poez.io/slixmpp/

Reviewed by:	mat
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D18668
2018-12-28 15:04:28 +00:00