From 21f18711d054226bfbaca46f288162abf809fecb Mon Sep 17 00:00:00 2001 From: KronoZed Date: Wed, 10 Feb 2016 01:42:32 +0300 Subject: [PATCH] Create slixmpp-9999.ebuild --- dev-python/slixmpp/slixmpp-9999.ebuild | 30 ++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 dev-python/slixmpp/slixmpp-9999.ebuild diff --git a/dev-python/slixmpp/slixmpp-9999.ebuild b/dev-python/slixmpp/slixmpp-9999.ebuild new file mode 100644 index 0000000..1b81fdb --- /dev/null +++ b/dev-python/slixmpp/slixmpp-9999.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +PYTHON_COMPAT=( python3_4 ) +DISTUTILS_SINGLE_IMPL="1" + +inherit eutils distutils-r1 git-r3 + +EGIT_REPO_URI="git://git.poez.io/${PN}" +EGIT_MIN_CLONE_TYPE="mirror" + +DESCRIPTION="Python library for XMPP (branched from sleekxmpp)" +HOMEPAGE="http://blog.louiz.org/slixmpp https://dev.louiz.org/projects/slixmpp http://sleekxmpp.com/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +#IUSE="crypt" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="dev-python/aiodns[${PYTHON_USEDEP}] + dev-python/pyasn1[${PYTHON_USEDEP}] + dev-python/pyasn1-modules[${PYTHON_USEDEP}]" +# crypt? ( dev-python/pyasn1[${PYTHON_USEDEP}] dev-python/pyasn1-modules[${PYTHON_USEDEP}] )" + +python_test() { + esetup.py test +}