mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Add port py-sleekxmpp, an XMPP library
This commit is contained in:
parent
89b126061b
commit
3f1512ecfc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373501
@ -124,6 +124,7 @@
|
|||||||
SUBDIR += py-punjab
|
SUBDIR += py-punjab
|
||||||
SUBDIR += py-pyxmpp
|
SUBDIR += py-pyxmpp
|
||||||
SUBDIR += py-skype4py
|
SUBDIR += py-skype4py
|
||||||
|
SUBDIR += py-sleekxmpp
|
||||||
SUBDIR += py-twistedWords
|
SUBDIR += py-twistedWords
|
||||||
SUBDIR += py-xmpppy
|
SUBDIR += py-xmpppy
|
||||||
SUBDIR += py-xmpppy-irc
|
SUBDIR += py-xmpppy-irc
|
||||||
|
21
net-im/py-sleekxmpp/Makefile
Normal file
21
net-im/py-sleekxmpp/Makefile
Normal 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>
|
2
net-im/py-sleekxmpp/distinfo
Normal file
2
net-im/py-sleekxmpp/distinfo
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
SHA256 (sleekxmpp-1.3.1.tar.gz) = e5ed93b6c4bc302573396bfc8a8bcbe3bfa6d90eca7d5ace8655843890983f13
|
||||||
|
SIZE (sleekxmpp-1.3.1.tar.gz) = 1014109
|
5
net-im/py-sleekxmpp/pkg-descr
Normal file
5
net-im/py-sleekxmpp/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user