2013-08-05 10:38:22 +04:00
|
|
|
# Copyright 1999-2013 Gentoo Foundation
|
2012-09-21 15:27:10 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-11 00:17:55 +03:00
|
|
|
# $Id$
|
2012-09-21 15:27:10 +04:00
|
|
|
|
2013-10-07 03:44:03 +04:00
|
|
|
EAPI=5
|
2012-09-21 15:27:10 +04:00
|
|
|
|
2013-10-07 03:44:03 +04:00
|
|
|
PYTHON_COMPAT=( python2_7 )
|
|
|
|
inherit distutils-r1
|
2012-09-21 15:27:10 +04:00
|
|
|
|
|
|
|
DESCRIPTION="A python implementation of the Campfire API"
|
|
|
|
HOMEPAGE="http://www.pyfire.org/"
|
|
|
|
SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
|
2013-10-07 03:44:03 +04:00
|
|
|
|
2012-09-21 15:27:10 +04:00
|
|
|
LICENSE="MIT"
|
|
|
|
SLOT="0"
|
2013-10-07 03:44:03 +04:00
|
|
|
KEYWORDS="~amd64 ~x86"
|
2012-09-21 15:27:10 +04:00
|
|
|
|
2013-10-07 03:44:03 +04:00
|
|
|
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
2012-09-21 15:27:10 +04:00
|
|
|
RDEPEND="
|
2013-10-07 03:44:03 +04:00
|
|
|
dev-python/pyopenssl[${PYTHON_USEDEP}]
|
|
|
|
dev-python/twisted-core[${PYTHON_USEDEP}]
|
|
|
|
dev-python/twisted-web[${PYTHON_USEDEP}]
|
2012-09-21 15:27:10 +04:00
|
|
|
"
|