Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/httmock/
Date: Sun, 27 Jan 2019 12:37:08
Message-Id: 1548592565.515e65b729b5f39f526ffc9278b6aa2c73a599b8.pacho@gentoo
1 commit: 515e65b729b5f39f526ffc9278b6aa2c73a599b8
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 27 12:23:27 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 27 12:36:05 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=515e65b7
7
8 dev-python/httmock: Drop old
9
10 Package-Manager: Portage-2.3.58, Repoman-2.3.12
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 dev-python/httmock/Manifest | 3 ---
14 dev-python/httmock/httmock-1.2.2.ebuild | 24 ------------------------
15 dev-python/httmock/httmock-1.2.3.ebuild | 24 ------------------------
16 dev-python/httmock/httmock-1.2.4.ebuild | 23 -----------------------
17 4 files changed, 74 deletions(-)
18
19 diff --git a/dev-python/httmock/Manifest b/dev-python/httmock/Manifest
20 index d7914a3f24a..9fc32af7c93 100644
21 --- a/dev-python/httmock/Manifest
22 +++ b/dev-python/httmock/Manifest
23 @@ -1,4 +1 @@
24 -DIST httmock-1.2.2.tar.gz 4975 BLAKE2B adb42f1a0602f2221adfa237e4529791a54231d2839963a99250c68f799d014b2dade9db332bc302a6d138e6c80522e1cc022121bd065f5411357b54f8e5cf5d SHA512 0be8ae754bd3ae34166b0b001a44e664b07488ba6d44ed3dc518b310b82418dc5ab2f15ef13cb20909109f19c22a6e13dfdfdfa37f26f3c0688b19f2321be767
25 -DIST httmock-1.2.3.tar.gz 5203 BLAKE2B 8b288a7afce514b6961ba3f5149bb07d822f82a811c5008262476e65f4a1dcd0afd0ffc9650e283802e33a9a093eb30f217466899464e527d4c0eeb5647d7449 SHA512 23b7295f2685639eba44714b3dadbd6eca20b7f50e636d6490d5c3f581429d84e1f4b1e15f4ba31a7ccee1596768003e68a7f1591b75aeb3d5811b279b3f1bb1
26 -DIST httmock-1.2.4.tar.gz 5412 BLAKE2B 503e8725dec2de095aad2a7177d81ddb47c00bfa3e1e50c72d6c894cd8c0b7012c1c99ccc65d5026f3e57a765bce14149b17d5cc0d52a0f129151b6d3444ec7f SHA512 868c38e84665d7eaeae2610d79f21d991f1ddebe72bd9d396a906f59595695199ff2c11c80318e6c246425b9acdb7a1c8b36d570ac0af04d04f4eaa4d965e01b
27 DIST httmock-1.2.5.tar.gz 5409 BLAKE2B 06ea90b6553b2d97b72944a05587e07c4c6ffa9282a81dd976c8f875ae92fbeded10dde0c060b2c9883bf2827d7233cde337f3d995e30d9057119632a49ee9cd SHA512 1dc3bd506f76f2e57db5268201faeb7038b9a62873f0113590023c7b889903428fc3c796db4accf74f53cae60a258160c3698dd9cef71024183f0c6f05040b80
28
29 diff --git a/dev-python/httmock/httmock-1.2.2.ebuild b/dev-python/httmock/httmock-1.2.2.ebuild
30 deleted file mode 100644
31 index 1878d487dd3..00000000000
32 --- a/dev-python/httmock/httmock-1.2.2.ebuild
33 +++ /dev/null
34 @@ -1,24 +0,0 @@
35 -# Copyright 1999-2015 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
39 -
40 -PYTHON_COMPAT=( python{2_7,3_4} pypy )
41 -
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="A mocking library for requests"
45 -HOMEPAGE="https://github.com/patrys/httmock"
46 -SRC_URI="https://github.com/patrys/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
47 -
48 -LICENSE="Apache-2.0"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~x86"
51 -IUSE=""
52 -
53 -RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
54 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
55 -
56 -python_test() {
57 - esetup.py test
58 -}
59
60 diff --git a/dev-python/httmock/httmock-1.2.3.ebuild b/dev-python/httmock/httmock-1.2.3.ebuild
61 deleted file mode 100644
62 index 57a4bbeba38..00000000000
63 --- a/dev-python/httmock/httmock-1.2.3.ebuild
64 +++ /dev/null
65 @@ -1,24 +0,0 @@
66 -# Copyright 1999-2015 Gentoo Foundation
67 -# Distributed under the terms of the GNU General Public License v2
68 -
69 -EAPI=5
70 -
71 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
72 -
73 -inherit distutils-r1
74 -
75 -DESCRIPTION="A mocking library for requests"
76 -HOMEPAGE="https://github.com/patrys/httmock"
77 -SRC_URI="https://github.com/patrys/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
78 -
79 -LICENSE="Apache-2.0"
80 -SLOT="0"
81 -KEYWORDS="~amd64 ~x86"
82 -IUSE=""
83 -
84 -RDEPEND=">=dev-python/requests-1.0.0[${PYTHON_USEDEP}]"
85 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
86 -
87 -python_test() {
88 - esetup.py test
89 -}
90
91 diff --git a/dev-python/httmock/httmock-1.2.4.ebuild b/dev-python/httmock/httmock-1.2.4.ebuild
92 deleted file mode 100644
93 index 4e2a45ca7f9..00000000000
94 --- a/dev-python/httmock/httmock-1.2.4.ebuild
95 +++ /dev/null
96 @@ -1,23 +0,0 @@
97 -# Copyright 1999-2016 Gentoo Foundation
98 -# Distributed under the terms of the GNU General Public License v2
99 -
100 -EAPI=6
101 -
102 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
103 -
104 -inherit distutils-r1
105 -
106 -DESCRIPTION="A mocking library for requests"
107 -HOMEPAGE="https://github.com/patrys/httmock"
108 -SRC_URI="https://github.com/patrys/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
109 -
110 -LICENSE="Apache-2.0"
111 -SLOT="0"
112 -KEYWORDS="~amd64 ~x86"
113 -
114 -RDEPEND=">=dev-python/requests-1.0.0[${PYTHON_USEDEP}]"
115 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
116 -
117 -python_test() {
118 - esetup.py test
119 -}