commit: 515e65b729b5f39f526ffc9278b6aa2c73a599b8
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 27 12:23:27 2019 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jan 27 12:36:05 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=515e65b7
dev-python/httmock: Drop old
Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
dev-python/httmock/Manifest | 3 ---
dev-python/httmock/httmock-1.2.2.ebuild | 24 ------------------------
dev-python/httmock/httmock-1.2.3.ebuild | 24 ------------------------
dev-python/httmock/httmock-1.2.4.ebuild | 23 -----------------------
4 files changed, 74 deletions(-)
diff --git a/dev-python/httmock/Manifest b/dev-python/httmock/Manifest
index d7914a3f24a..9fc32af7c93 100644
--- a/dev-python/httmock/Manifest
+++ b/dev-python/httmock/Manifest
@@ -1,4 +1 @@
-DIST httmock-1.2.2.tar.gz 4975 BLAKE2B
adb42f1a0602f2221adfa237e4529791a54231d2839963a99250c68f799d014b2dade9db332bc302a6d138e6c80522e1cc022121bd065f5411357b54f8e5cf5d
SHA512
0be8ae754bd3ae34166b0b001a44e664b07488ba6d44ed3dc518b310b82418dc5ab2f15ef13cb20909109f19c22a6e13dfdfdfa37f26f3c0688b19f2321be767
-DIST httmock-1.2.3.tar.gz 5203 BLAKE2B
8b288a7afce514b6961ba3f5149bb07d822f82a811c5008262476e65f4a1dcd0afd0ffc9650e283802e33a9a093eb30f217466899464e527d4c0eeb5647d7449
SHA512
23b7295f2685639eba44714b3dadbd6eca20b7f50e636d6490d5c3f581429d84e1f4b1e15f4ba31a7ccee1596768003e68a7f1591b75aeb3d5811b279b3f1bb1
-DIST httmock-1.2.4.tar.gz 5412 BLAKE2B
503e8725dec2de095aad2a7177d81ddb47c00bfa3e1e50c72d6c894cd8c0b7012c1c99ccc65d5026f3e57a765bce14149b17d5cc0d52a0f129151b6d3444ec7f
SHA512
868c38e84665d7eaeae2610d79f21d991f1ddebe72bd9d396a906f59595695199ff2c11c80318e6c246425b9acdb7a1c8b36d570ac0af04d04f4eaa4d965e01b
DIST httmock-1.2.5.tar.gz 5409 BLAKE2B
06ea90b6553b2d97b72944a05587e07c4c6ffa9282a81dd976c8f875ae92fbeded10dde0c060b2c9883bf2827d7233cde337f3d995e30d9057119632a49ee9cd
SHA512
1dc3bd506f76f2e57db5268201faeb7038b9a62873f0113590023c7b889903428fc3c796db4accf74f53cae60a258160c3698dd9cef71024183f0c6f05040b80
diff --git a/dev-python/httmock/httmock-1.2.2.ebuild
b/dev-python/httmock/httmock-1.2.2.ebuild
deleted file mode 100644
index 1878d487dd3..00000000000
--- a/dev-python/httmock/httmock-1.2.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="A mocking library for requests"
-HOMEPAGE="https://github.com/patrys/httmock"
-SRC_URI="https://github.com/patrys/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
- esetup.py test
-}
diff --git a/dev-python/httmock/httmock-1.2.3.ebuild
b/dev-python/httmock/httmock-1.2.3.ebuild
deleted file mode 100644
index 57a4bbeba38..00000000000
--- a/dev-python/httmock/httmock-1.2.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="A mocking library for requests"
-HOMEPAGE="https://github.com/patrys/httmock"
-SRC_URI="https://github.com/patrys/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-python/requests-1.0.0[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
- esetup.py test
-}
diff --git a/dev-python/httmock/httmock-1.2.4.ebuild
b/dev-python/httmock/httmock-1.2.4.ebuild
deleted file mode 100644
index 4e2a45ca7f9..00000000000
--- a/dev-python/httmock/httmock-1.2.4.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="A mocking library for requests"
-HOMEPAGE="https://github.com/patrys/httmock"
-SRC_URI="https://github.com/patrys/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=">=dev-python/requests-1.0.0[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
- esetup.py test
-}