dev-python/moto: Clean old versions up
authorMichał Górny <mgorny@gentoo.org>
Tue, 2 May 2017 11:15:58 +0000 (13:15 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 2 May 2017 11:58:14 +0000 (13:58 +0200)
dev-python/moto/Manifest
dev-python/moto/moto-0.4.25-r1.ebuild [deleted file]

index 08839d170649355862e054c3ee6c52bd7e0d5427..0df537c827a947720f032e8ef3f8eab918cb28c5 100644 (file)
@@ -1,3 +1,2 @@
 DIST moto-0.4.22.tar.gz 192878 SHA256 07c511f1ebcdf28a4022478bbca6c1e11585f41d0301e8d4525c353d0f7c1d59 SHA512 7a5f1f43dbf6202696705c52a35fde4e046febd403b1e1b0a7e98ae25e881c6a86c29d2f27841db5ce8fe34689cd00ff4d2d711cbfc8817723d2dfa675379f8c WHIRLPOOL 636aeab8991f0b6c5931c2085478bd1cc15df6d15ed04d33500e1848d1095d7e3734dc23b8fbe6aab2f067f8c63733feb96c7a06cc530d9dcdd3bbaaecd5bc9c
-DIST moto-0.4.25.tar.gz 329545 SHA256 076307dee26a4287e69b1074af66bf9b192c72e3d2ae03dad5b397ba0c3c15bf SHA512 dce1464d8dca69b3a76585ac58115b75232e18bf9df14e5133f7153d7316ae29bc2fb253476b14b10b01e072ffc7970ab22f1634890bf1d89c4f12ca4f2ccf1e WHIRLPOOL a804049d4fcb851cf10b51293218dfd7b9085f4b95c5ce13a47c8b83cf96d6087976c31e4dc5abf468ee4d968edc042a676a80c0996aa6d7a6bc083ce9996deb
 DIST moto-0.4.30.tar.gz 614008 SHA256 8575b5d19fff0c6046692de6deb2a77968e34eea8a97d6c7e1b2be2148e4867e SHA512 ece27979911f46adbb0aec9aa3755b13c09ced00b24ea136ab9c8a8a992550e9c38dac15d8b0c71822953f070761083253ee5fb5cbe44a4b108d140ab4407699 WHIRLPOOL b277fa02ecf998f4d9120e182310cbced96cd7b79e6f92a8752872bec5bebbd0ebc2c2d759dfbb7d23cc99e9ea046376d0ad403a6c2c03dfda3a56702e44de2e
diff --git a/dev-python/moto/moto-0.4.25-r1.ebuild b/dev-python/moto/moto-0.4.25-r1.ebuild
deleted file mode 100644 (file)
index 1ff01da..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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.8.10[${PYTHON_USEDEP}]
-       dev-python/requests[${PYTHON_USEDEP}]
-       dev-python/xmltodict[${PYTHON_USEDEP}]
-       dev-python/six[${PYTHON_USEDEP}]
-       dev-python/werkzeug[${PYTHON_USEDEP}]"
-
-python_prepare_all() {
-       distutils-r1_python_prepare_all
-       sed -e "s/httpretty==0.8.10/httpretty>=0.8.10/" -i setup.py
-
-}