Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-sugar/
Date: Wed, 15 Sep 2021 07:50:38
Message-Id: 1631684528.535516f4a9b0312aab317ce06fefb81c2527d177.arthurzam@gentoo
1 commit: 535516f4a9b0312aab317ce06fefb81c2527d177
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 15 05:41:38 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 15 05:42:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=535516f4
7
8 dev-python/pytest-sugar: treeclean (imported to ::gentoo)
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/pytest-sugar/Manifest | 1 -
13 dev-python/pytest-sugar/metadata.xml | 20 --------------
14 dev-python/pytest-sugar/pytest-sugar-0.9.4.ebuild | 32 -----------------------
15 3 files changed, 53 deletions(-)
16
17 diff --git a/dev-python/pytest-sugar/Manifest b/dev-python/pytest-sugar/Manifest
18 deleted file mode 100644
19 index 69354e873..000000000
20 --- a/dev-python/pytest-sugar/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST pytest-sugar-0.9.4.tar.gz 12727 BLAKE2B 898692fc4083871d707fad44c7dd0c1298c28c190d705ef4525d4ba68d77bd37bb2634e43795ea553041317dc2f014d9be8ef52cfe40383ee75af36e5780cb98 SHA512 bbe375f0ae934d132457d698c9e09994a9a96a31860397f1b5e50b32139e5018f0137ddc0d3dd84bec29fc2b4c16592f59a38933c53fb8acec714c64689c4c76
24
25 diff --git a/dev-python/pytest-sugar/metadata.xml b/dev-python/pytest-sugar/metadata.xml
26 deleted file mode 100644
27 index 6da8f3513..000000000
28 --- a/dev-python/pytest-sugar/metadata.xml
29 +++ /dev/null
30 @@ -1,20 +0,0 @@
31 -<?xml version='1.0' encoding='UTF-8'?>
32 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
33 -<pkgmetadata>
34 - <maintainer type="person">
35 - <description>co-maintainers welcome</description>
36 - <email>lssndrbarbieri@×××××.com</email>
37 - <name>Alessandro Barbieri</name>
38 - </maintainer>
39 - <longdescription lang="en">
40 -pytest-sugar changes the look and feel of pytest, Python testing tool, by adding a progressbar and instafailing tests
41 - </longdescription>
42 - <upstream>
43 - <remote-id type="github">Teemu/pytest-sugar</remote-id>
44 - <remote-id type="pypi">pytest-sugar</remote-id>
45 - <maintainer status="unknown">
46 - <email>janne.vanhala@×××××.com</email>
47 - <name>Janne Vanhala</name>
48 - </maintainer>
49 - </upstream>
50 -</pkgmetadata>
51
52 diff --git a/dev-python/pytest-sugar/pytest-sugar-0.9.4.ebuild b/dev-python/pytest-sugar/pytest-sugar-0.9.4.ebuild
53 deleted file mode 100644
54 index 02e296b52..000000000
55 --- a/dev-python/pytest-sugar/pytest-sugar-0.9.4.ebuild
56 +++ /dev/null
57 @@ -1,32 +0,0 @@
58 -# Copyright 1999-2020 Gentoo Authors
59 -# Distributed under the terms of the GNU General Public License v2
60 -
61 -EAPI="7"
62 -
63 -PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
64 -
65 -DISTUTILS_USE_SETUPTOOLS=bdepend
66 -
67 -inherit distutils-r1
68 -
69 -DESCRIPTION="Plugin for pytest that changes the default look and feel of pytest"
70 -HOMEPAGE="
71 - https://pivotfinland.com/pytest-sugar
72 - https://github.com/Teemu/pytest-sugar
73 - https://pypi.org/project/pytest-sugar
74 -"
75 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
76 -
77 -LICENSE="BSD"
78 -SLOT="0"
79 -KEYWORDS="~amd64 ~x86"
80 -
81 -RDEPEND="
82 - >=dev-python/packaging-14.1[${PYTHON_USEDEP}]
83 - dev-python/pytest[${PYTHON_USEDEP}]
84 - >=dev-python/pytest-xdist-1.14[${PYTHON_USEDEP}]
85 - >=dev-python/termcolor-1.1.0[${PYTHON_USEDEP}]
86 -"
87 -DEPEND="${RDEPEND}"
88 -
89 -distutils_enable_tests --install pytest