Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mimerender/
Date: Sat, 02 Jul 2022 19:26:09
Message-Id: 1656789956.e658c8d891fdb07e4f507b3a19f8823bb2e3fcd5.mgorny@gentoo
1 commit: e658c8d891fdb07e4f507b3a19f8823bb2e3fcd5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 19:23:11 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 19:25:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e658c8d8
7
8 dev-python/mimerender: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/mimerender/mimerender-0.6.0.ebuild | 27 ---------------------------
13 1 file changed, 27 deletions(-)
14
15 diff --git a/dev-python/mimerender/mimerender-0.6.0.ebuild b/dev-python/mimerender/mimerender-0.6.0.ebuild
16 deleted file mode 100644
17 index 625e2dad26e1..000000000000
18 --- a/dev-python/mimerender/mimerender-0.6.0.ebuild
19 +++ /dev/null
20 @@ -1,27 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -PYTHON_COMPAT=( python3_{8..10} )
26 -
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="RESTful HTTP Content Negotiation for Flask, Bottle, web.py and webapp2"
30 -HOMEPAGE="
31 - https://pypi.org/project/mimerender/
32 - https://github.com/martinblech/mimerender/"
33 -SRC_URI="
34 - https://github.com/martinblech/mimerender/archive/v${PV}.tar.gz
35 - -> ${P}.gh.tar.gz"
36 -
37 -LICENSE="BSD"
38 -SLOT="0"
39 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
40 -
41 -RDEPEND="dev-python/python-mimeparse[${PYTHON_USEDEP}]"
42 -
43 -distutils_enable_tests unittest
44 -
45 -python_test() {
46 - "${EPYTHON}" src/test.py -v || die "Tests fail with ${EPYTHON}"
47 -}