dev-python/responses: Clean old up
authorMichał Górny <mgorny@gentoo.org>
Sat, 6 Jan 2018 09:22:46 +0000 (10:22 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 6 Jan 2018 13:38:55 +0000 (14:38 +0100)
dev-python/responses/Manifest
dev-python/responses/responses-0.5.1.ebuild [deleted file]

index 917c1bd44c6a90d5cce2e684d818ff9a34f43120..b528a69fe6a7707599cb0d17a72234c07f9482f1 100644 (file)
@@ -1,2 +1 @@
-DIST responses-0.5.1.tar.gz 11697 BLAKE2B 268065d2469c54995d8bb3b1f5a49b33d1d234ea9a3e0512950a8266843046db807789eecb28d45b8a919dae3678ee8516d4271a00e7fbc1dc6c101fbc2cffe3 SHA512 bd3dcd0cb97d46519371fbda11b42f2dae6c12e2492e6872f29cab31d5cc3942388d0d1d1d400ddd07bf810951edb75ee20f144b24750a3103a0d0d9ba2f78eb
 DIST responses-0.6.0.tar.gz 14073 BLAKE2B 27d4a4a380a9154ded1030278213c0cd87308a488199c277050fa2a0a1dad87a61086094bc35279ff9c4201d06c59613bd1b0dbd18b4d83b8321341f6f1c4bb0 SHA512 32d41be5850f0040a4f2ad82a057d6ef73f0f83f7d3c250fa223d5614470b0b8b58790667af76ecc6b0b7e8e2a0a069c46c7913e983730c968c603e2716dec0b
diff --git a/dev-python/responses/responses-0.5.1.ebuild b/dev-python/responses/responses-0.5.1.ebuild
deleted file mode 100644 (file)
index 8955f63..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
-
-inherit distutils-r1
-
-DESCRIPTION="A utility for mocking out the Python Requests library"
-HOMEPAGE="https://github.com/getsentry/responses"
-SRC_URI="https://github.com/getsentry/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND=">=dev-python/requests-2.0[${PYTHON_USEDEP}]
-       dev-python/cookies[${PYTHON_USEDEP}]
-       dev-python/mock[${PYTHON_USEDEP}]
-       dev-python/six[${PYTHON_USEDEP}]"
-
-DEPEND="test? ( ${RDEPEND}
-       dev-python/pytest[${PYTHON_USEDEP}] )
-       dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
-       py.test || die
-}