gentoo/dev-python/python-nbxmpp/python-nbxmpp-0.5.3.ebuild
Agostino Sarubbo 0cee918432
dev-python/python-nbxmpp: ppc stable wrt bug #561644
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="ppc"
2015-10-30 11:15:11 +01:00

23 lines
517 B
Bash

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{3,4} )
inherit distutils-r1
TAG=8
DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
HOMEPAGE="http://python-nbxmpp.gajim.org/"
SRC_URI="http://python-nbxmpp.gajim.org/downloads/${TAG} -> ${P}.tar.gz"
SLOT="0"
LICENSE="BSD"
KEYWORDS="~alpha amd64 arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
IUSE=""
S="${WORKDIR}"/nbxmpp-${PV}