1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

Add port py-sleekxmpp, an XMPP library

This commit is contained in:
Tilman Keskinoz 2014-11-27 17:29:44 +00:00
parent 89b126061b
commit 3f1512ecfc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373501
4 changed files with 29 additions and 0 deletions

View File

@ -124,6 +124,7 @@
SUBDIR += py-punjab
SUBDIR += py-pyxmpp
SUBDIR += py-skype4py
SUBDIR += py-sleekxmpp
SUBDIR += py-twistedWords
SUBDIR += py-xmpppy
SUBDIR += py-xmpppy-irc

View File

@ -0,0 +1,21 @@
# $FreeBSD$
PORTNAME= sleekxmpp
PORTVERSION= 1.3.1
CATEGORIES= net-im python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= arved@FreeBSD.org
COMMENT= XMPP Library
LICENSE= MIT
USES= python:3.2+
USE_PYTHON= distutils autoplist
USE_GITHUB= yes
GH_ACCOUNT= fritzy
GH_PROJECT= SleekXMPP
GH_TAGNAME= 1.3.1
GH_COMMIT= e558269
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (sleekxmpp-1.3.1.tar.gz) = e5ed93b6c4bc302573396bfc8a8bcbe3bfa6d90eca7d5ace8655843890983f13
SIZE (sleekxmpp-1.3.1.tar.gz) = 1014109

View File

@ -0,0 +1,5 @@
SleekXMPP is an MIT licensed XMPP library for Python 2.6/3.1+, and is featured
in examples in XMPP: The Definitive Guide by Kevin Smith, Remko Troncon, and
Peter Saint-Andre.
WWW: https://github.com/fritzy/SleekXMPP/