2015-07-07 21:30:57 +03:00
|
|
|
# Copyright 1999-2015 Gentoo Foundation
|
2014-11-19 10:11:13 +03:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-07-09 13:12:39 +03:00
|
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-python/WSME/WSME-0.6.2.ebuild,v 1.6 2015/07/08 21:00:05 zlogene Exp $
|
2014-11-19 10:11:13 +03:00
|
|
|
|
|
|
|
EAPI=5
|
2014-11-29 23:03:47 +03:00
|
|
|
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
|
2014-11-19 10:11:13 +03:00
|
|
|
|
|
|
|
inherit distutils-r1
|
|
|
|
|
|
|
|
DESCRIPTION="Simplify the writing of REST APIs, and extend them with additional protocols."
|
|
|
|
HOMEPAGE="http://pythonhosted.org//WSME"
|
|
|
|
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
|
|
|
|
|
|
|
LICENSE="MIT"
|
|
|
|
SLOT="0"
|
2015-07-09 13:12:39 +03:00
|
|
|
KEYWORDS="amd64 x86"
|
2014-11-19 10:11:13 +03:00
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
DEPEND="
|
|
|
|
dev-python/setuptools[${PYTHON_USEDEP}]
|
2014-11-25 10:32:18 +03:00
|
|
|
>=dev-python/pbr-0.5.21[${PYTHON_USEDEP}]
|
2014-11-19 10:11:13 +03:00
|
|
|
"
|
|
|
|
RDEPEND="
|
|
|
|
dev-python/six[${PYTHON_USEDEP}]
|
|
|
|
dev-python/simplegeneric[${PYTHON_USEDEP}]
|
|
|
|
>=dev-python/webob-1.2.3[${PYTHON_USEDEP}]
|
2014-11-22 23:50:16 +03:00
|
|
|
$(python_gen_cond_dep 'dev-python/ipaddr[${PYTHON_USEDEP}]' python{2_7,3_2})
|
2014-11-19 10:11:13 +03:00
|
|
|
"
|