diff --git a/src/python-sleekxmpp/.AURINFO b/src/python-sleekxmpp/.AURINFO new file mode 100644 index 0000000..41c425d --- /dev/null +++ b/src/python-sleekxmpp/.AURINFO @@ -0,0 +1,13 @@ +pkgbase = python-sleekxmpp + pkgdesc = A XMPP library written for Python 3.x + pkgver = 1.3.1 + pkgrel = 1 + url = http://github.com/fritzy/SleekXMPP + arch = any + license = MIT + depends = python + optdepends = python-dnspython: SRV support + source = https://pypi.python.org/packages/source/s/sleekxmpp/sleekxmpp-1.3.1.tar.gz + +pkgname = python-sleekxmpp + diff --git a/src/python-sleekxmpp/.SRCINFO b/src/python-sleekxmpp/.SRCINFO new file mode 100644 index 0000000..d4a8f44 --- /dev/null +++ b/src/python-sleekxmpp/.SRCINFO @@ -0,0 +1,20 @@ +pkgbase = python-sleekxmpp + pkgdesc = A XMPP library written for Python 3.x + pkgver = 1.3.1 + pkgrel = 1 + url = http://github.com/fritzy/SleekXMPP + arch = any + license = MIT + makedepends = python2 + makedepends = python + source = https://pypi.python.org/packages/source/s/sleekxmpp/sleekxmpp-1.3.1.tar.gz + md5sums = ff7c1154fb238efa83ea64ef91a1bff4 + +pkgname = python-sleekxmpp + depends = python + optdepends = python-dnspython: SRV support + +pkgname = python2-sleekxmpp + depends = python2 + optdepends = python2-dnspython: SRV support + diff --git a/src/python-sleekxmpp/PKGBUILD b/src/python-sleekxmpp/PKGBUILD new file mode 100644 index 0000000..51acbcc --- /dev/null +++ b/src/python-sleekxmpp/PKGBUILD @@ -0,0 +1,29 @@ +# Maintainer: Sebastien Leduc