Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/raven/, dev-python/raven/files/
Date: Fri, 28 May 2021 10:28:43
Message-Id: 1622169339.9abf86a464190ffc1a65ad179af35fd2b84863e9.andrewammerlaan@gentoo
1 commit: 9abf86a464190ffc1a65ad179af35fd2b84863e9
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Fri May 28 02:35:39 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Fri May 28 02:35:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9abf86a4
7
8 dev-python/raven: treeclean
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/raven/Manifest | 1 -
13 dev-python/raven/files/no-coverage.patch | 10 -----
14 dev-python/raven/metadata.xml | 13 -------
15 dev-python/raven/raven-6.10.0.ebuild | 64 --------------------------------
16 4 files changed, 88 deletions(-)
17
18 diff --git a/dev-python/raven/Manifest b/dev-python/raven/Manifest
19 deleted file mode 100644
20 index ffc242aa4..000000000
21 --- a/dev-python/raven/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST raven-6.10.0.tar.gz 288902 BLAKE2B e72f48511347910d65cae9ba342a0a592bead9e848ec932b5efc361e7993ce77ce7213fce63c7cfb40534ace536c9ed55751928c991272ed123e12222047b096 SHA512 37ca6d5953dc92b57b3bf4e2edb3947d41f33711d9babfc9eafb8712dc5923829f8810e5123e63749710aeecceb66e56bf8b5b60868f61d750704e20add3c747
25
26 diff --git a/dev-python/raven/files/no-coverage.patch b/dev-python/raven/files/no-coverage.patch
27 deleted file mode 100644
28 index 70a48d142..000000000
29 --- a/dev-python/raven/files/no-coverage.patch
30 +++ /dev/null
31 @@ -1,10 +0,0 @@
32 ---- a/setup.cfg 2018-12-19 11:00:58.000000000 -0000
33 -+++ b/setup.cfg 2021-05-08 01:39:02.631499047 -0000
34 -@@ -1,6 +1,6 @@
35 - [tool:pytest]
36 - python_files = test*.py
37 --addopts = --tb=native -p no:doctest -p no:logging --cov=raven
38 -+addopts = --tb=native -p no:doctest -p no:logging
39 - norecursedirs = raven build bin dist htmlcov hooks node_modules .* {args}
40 - django_settings_module = tests.contrib.django.settings
41 - python_paths = tests
42
43 diff --git a/dev-python/raven/metadata.xml b/dev-python/raven/metadata.xml
44 deleted file mode 100644
45 index 3abb195a1..000000000
46 --- a/dev-python/raven/metadata.xml
47 +++ /dev/null
48 @@ -1,13 +0,0 @@
49 -<?xml version="1.0" encoding="UTF-8"?>
50 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
51 -<pkgmetadata>
52 - <maintainer type="person">
53 - <description>comaintainers welcome</description>
54 - <email>lssndrbarbieri@×××××.com</email>
55 - <name>Alessandro Barbieri</name>
56 - </maintainer>
57 - <upstream>
58 - <remote-id type="pypi">raven</remote-id>
59 - <remote-id type="github">getsentry/raven-python</remote-id>
60 - </upstream>
61 -</pkgmetadata>
62
63 diff --git a/dev-python/raven/raven-6.10.0.ebuild b/dev-python/raven/raven-6.10.0.ebuild
64 deleted file mode 100644
65 index 44e5526c5..000000000
66 --- a/dev-python/raven/raven-6.10.0.ebuild
67 +++ /dev/null
68 @@ -1,64 +0,0 @@
69 -# Copyright 1999-2021 Gentoo Authors
70 -# Distributed under the terms of the GNU General Public License v2
71 -
72 -EAPI="7"
73 -
74 -PYTHON_COMPAT=( python3_{7,8,9} )
75 -DISTUTILS_USE_SETUPTOOLS=rdepend
76 -
77 -inherit distutils-r1
78 -
79 -DESCRIPTION="Raven is a client for Sentry"
80 -HOMEPAGE="https://github.com/getsentry/raven-python"
81 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
82 -
83 -LICENSE="BSD"
84 -SLOT="0"
85 -KEYWORDS="~amd64"
86 -RESTRICT="test" #tests broken with pytest >=4
87 -
88 -RDEPEND="
89 - dev-python/contextlib2[${PYTHON_USEDEP}]
90 -"
91 -DEPEND="
92 - ${RDEPEND}
93 - test? (
94 - dev-python/aiohttp[${PYTHON_USEDEP}]
95 - >=dev-python/blinker-1.1[${PYTHON_USEDEP}]
96 - dev-python/bottle[${PYTHON_USEDEP}]
97 - >=dev-python/celery-2.5[${PYTHON_USEDEP}]
98 - >=dev-python/exam-0.5.2[${PYTHON_USEDEP}]
99 - >=dev-python/flask-0.8[${PYTHON_USEDEP}]
100 - >=dev-python/flask-login-0.2.0[${PYTHON_USEDEP}]
101 - dev-python/logbook[${PYTHON_USEDEP}]
102 - dev-python/nose[${PYTHON_USEDEP}]
103 - dev-python/paste[${PYTHON_USEDEP}]
104 - dev-python/pytz[${PYTHON_USEDEP}]
105 - dev-python/pytest-pythonpath[${PYTHON_USEDEP}]
106 - dev-python/pytest-timeout[${PYTHON_USEDEP}]
107 - dev-python/pytest-xdist[${PYTHON_USEDEP}]
108 - dev-python/requests[${PYTHON_USEDEP}]
109 - >=dev-python/sanic-0.7.0[${PYTHON_USEDEP}]
110 - dev-python/unittest2[${PYTHON_USEDEP}]
111 - dev-python/webob[${PYTHON_USEDEP}]
112 - dev-python/webpy[${PYTHON_USEDEP}]
113 - dev-python/webtest[${PYTHON_USEDEP}]
114 - dev-python/wheel[${PYTHON_USEDEP}]
115 - dev-python/zconfig[${PYTHON_USEDEP}]
116 - >=www-servers/tornado-4.1[${PYTHON_USEDEP}]
117 - )
118 -"
119 -
120 -PATCHES="${FILESDIR}/no-coverage.patch"
121 -
122 -distutils_enable_tests pytest
123 -
124 -src_prepare() {
125 - export DJANGO_SETTINGS_MODULE=tests.contrib.django.settings
126 -
127 - #test not working with >=www-servers/tornado-6
128 - rm tests/contrib/tornado/tests.py || die
129 - #test not working with >=dev-python/django-3
130 - rm tests/contrib/django/tests.py || die
131 - default
132 -}