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/raven/
Date: Sun, 27 Jan 2019 12:37:26
Message-Id: 1548592576.e02f08a6e56142fd81abd5f4883228779fe2742e.pacho@gentoo
1 commit: e02f08a6e56142fd81abd5f4883228779fe2742e
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 27 12:30:37 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 27 12:36:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e02f08a6
7
8 dev-python/raven: 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/raven/Manifest | 3 ---
14 dev-python/raven/raven-5.2.0.ebuild | 22 ----------------------
15 dev-python/raven/raven-5.3.0.ebuild | 22 ----------------------
16 dev-python/raven/raven-5.31.0.ebuild | 22 ----------------------
17 4 files changed, 69 deletions(-)
18
19 diff --git a/dev-python/raven/Manifest b/dev-python/raven/Manifest
20 index d83c6003daa..71eabb9724c 100644
21 --- a/dev-python/raven/Manifest
22 +++ b/dev-python/raven/Manifest
23 @@ -1,4 +1 @@
24 -DIST raven-5.2.0.tar.gz 225471 BLAKE2B 9ceb05f33cb10718af39cbb30aac0e76a4d7c79fa0fa89ab150506985de80bc364490766e974ef7711fd45cd4a73ecaee9609b6a2f585398a7b91af4590c2906 SHA512 a7e82d9060f466500e429c119a184da1f437632dae76dfd3b24b2101e3fcf0e7fcf8b7371c299e5174c15516c127a3e437269d62d908c59f02c587f3ab528b21
25 -DIST raven-5.3.0.tar.gz 319160 BLAKE2B 5e4b3c817e077210381354e990b9676925ef46b31afe29e615342b63659d5a434a672105ee8b0aa5319bd9e21eae75521be74b78e9ba16aa5d39d032c989ea3f SHA512 805a0910aea0eed73704dc57a32482a5b01501c27c788c105b84d12241480e70d1454ab54d924e6c8e5ef03764ed5759fc79482ee24417e801e9634353160df2
26 -DIST raven-5.31.0.tar.gz 275545 BLAKE2B f7b93a21884d7d0de3af5b7562aa96962babc081d292ec1e0edb8f06bf572c73c5862eb2829faa06c75d990815912cf52f789ee19cdf73e0835642e758bb1e20 SHA512 9299f980640dc5aa4d4ddccfcab4b6b514eeba389aab084e267221c0966aebbe56836b07668e74b5362d51928ac4b708913f081b73a439dde8b74a37c159b7de
27 DIST raven-5.33.0.tar.gz 284367 BLAKE2B a66471ed09bb2afca4afe78f662fdc21464e89bb1317fdc5481f87bdca626ad2a0064e9b9681d63e6439ebecd3f25d38a0000666a0c55ace90ca51efb2ccd1c8 SHA512 b6924c36f1cf4e957e8399e757dd1f3fc8152c14af06b700d139cc93bc3dbde4186690fc6934afeda03c13a3b59e739ab3627759580b3adb890f0c1f1ddbe8fd
28
29 diff --git a/dev-python/raven/raven-5.2.0.ebuild b/dev-python/raven/raven-5.2.0.ebuild
30 deleted file mode 100644
31 index c41df2dc2eb..00000000000
32 --- a/dev-python/raven/raven-5.2.0.ebuild
33 +++ /dev/null
34 @@ -1,22 +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=( python2_7 python3_4 )
41 -
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="Raven is a client for Sentry"
45 -HOMEPAGE="https://github.com/getsentry/raven-python"
46 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
47 -
48 -LICENSE="BSD"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~x86"
51 -IUSE=""
52 -
53 -RDEPEND=""
54 -DEPEND="
55 - dev-python/pytest[${PYTHON_USEDEP}]
56 - dev-python/setuptools[${PYTHON_USEDEP}]"
57
58 diff --git a/dev-python/raven/raven-5.3.0.ebuild b/dev-python/raven/raven-5.3.0.ebuild
59 deleted file mode 100644
60 index c41df2dc2eb..00000000000
61 --- a/dev-python/raven/raven-5.3.0.ebuild
62 +++ /dev/null
63 @@ -1,22 +0,0 @@
64 -# Copyright 1999-2015 Gentoo Foundation
65 -# Distributed under the terms of the GNU General Public License v2
66 -
67 -EAPI="5"
68 -
69 -PYTHON_COMPAT=( python2_7 python3_4 )
70 -
71 -inherit distutils-r1
72 -
73 -DESCRIPTION="Raven is a client for Sentry"
74 -HOMEPAGE="https://github.com/getsentry/raven-python"
75 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
76 -
77 -LICENSE="BSD"
78 -SLOT="0"
79 -KEYWORDS="~amd64 ~x86"
80 -IUSE=""
81 -
82 -RDEPEND=""
83 -DEPEND="
84 - dev-python/pytest[${PYTHON_USEDEP}]
85 - dev-python/setuptools[${PYTHON_USEDEP}]"
86
87 diff --git a/dev-python/raven/raven-5.31.0.ebuild b/dev-python/raven/raven-5.31.0.ebuild
88 deleted file mode 100644
89 index c77e0b776b3..00000000000
90 --- a/dev-python/raven/raven-5.31.0.ebuild
91 +++ /dev/null
92 @@ -1,22 +0,0 @@
93 -# Copyright 1999-2016 Gentoo Foundation
94 -# Distributed under the terms of the GNU General Public License v2
95 -
96 -EAPI=6
97 -
98 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
99 -
100 -inherit distutils-r1
101 -
102 -DESCRIPTION="Raven is a client for Sentry"
103 -HOMEPAGE="https://github.com/getsentry/raven-python"
104 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
105 -
106 -LICENSE="BSD"
107 -SLOT="0"
108 -KEYWORDS="~amd64 ~x86"
109 -IUSE="test"
110 -
111 -RDEPEND="dev-python/contextlib2[${PYTHON_USEDEP}]"
112 -DEPEND="${RDEPEND}
113 - dev-python/setuptools[${PYTHON_USEDEP}]
114 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )"