diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2017-01-05 16:46:05 -0800 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2017-01-05 16:48:15 -0800 |
commit | 1e4bee97a8391815505f93d1b549081863855226 (patch) | |
tree | 68f64054d2692eb0bb1d688cfd2b445350fc1814 /dev-python/moto/moto-0.4.22.ebuild | |
parent | dev-util/buildbot-worker: Version bump, update 9999 (diff) | |
download | gentoo-1e4bee97a8391815505f93d1b549081863855226.tar.gz gentoo-1e4bee97a8391815505f93d1b549081863855226.tar.bz2 gentoo-1e4bee97a8391815505f93d1b549081863855226.zip |
dev-python/moto: Revision bump existing fixing httpretty dep
Version & EAPI bump for 0.4.30 release.
Package-Manager: Portage-2.3.3_p7, Repoman-2.3.1
Diffstat (limited to 'dev-python/moto/moto-0.4.22.ebuild')
-rw-r--r-- | dev-python/moto/moto-0.4.22.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/moto/moto-0.4.22.ebuild b/dev-python/moto/moto-0.4.22.ebuild deleted file mode 100644 index cbc557414051..000000000000 --- a/dev-python/moto/moto-0.4.22.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) - -inherit distutils-r1 - -DESCRIPTION="Mock library for boto" -HOMEPAGE="https://github.com/spulec/moto" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 x86" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="dev-python/jinja[${PYTHON_USEDEP}] - >=dev-python/boto-2.20.0[${PYTHON_USEDEP}] - dev-python/dicttoxml[${PYTHON_USEDEP}] - dev-python/flask[${PYTHON_USEDEP}] - >=dev-python/httpretty-0.6.1[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/xmltodict[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - dev-python/werkzeug[${PYTHON_USEDEP}]" |