Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-travis-fold/
Date: Fri, 28 Aug 2020 15:26:30
Message-Id: 1598628353.687364a80ede67c88d63345a8ad2bb1464ea7729.andrewammerlaan@gentoo
1 commit: 687364a80ede67c88d63345a8ad2bb1464ea7729
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Fri Aug 28 14:23:40 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Fri Aug 28 15:25:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=687364a8
7
8 dev-python/pytest-travis-fold: remove package, no revdeps
9
10 pytest<4 has been removed from ::gentoo
11
12 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
13
14 dev-python/pytest-travis-fold/Manifest | 1 -
15 dev-python/pytest-travis-fold/metadata.xml | 13 ---------
16 .../pytest-travis-fold-1.3.0-r1.ebuild | 32 ----------------------
17 .../pytest-travis-fold-1.3.0.ebuild | 32 ----------------------
18 4 files changed, 78 deletions(-)
19
20 diff --git a/dev-python/pytest-travis-fold/Manifest b/dev-python/pytest-travis-fold/Manifest
21 deleted file mode 100644
22 index e078951..0000000
23 --- a/dev-python/pytest-travis-fold/Manifest
24 +++ /dev/null
25 @@ -1 +0,0 @@
26 -DIST pytest-travis-fold-1.3.0.tar.gz 7787 BLAKE2B 1ccecca18312d85b4bec0fcd6398a4b8aa19053c18799eb5bd4bb59a1e33e5eaa45bb952e4f3b356ba985cb81ef4753c474ebbfd901d57bce8e8521f16541768 SHA512 18b551690a526330a7ed3846c4ecb123e5ecbd6edb91ba145525b48391c5226b6e5ff44ba4e5c46487ca3716120a2d0d0518c2ef4cab5ee3419496124a5f2ffa
27
28 diff --git a/dev-python/pytest-travis-fold/metadata.xml b/dev-python/pytest-travis-fold/metadata.xml
29 deleted file mode 100644
30 index ec09803..0000000
31 --- a/dev-python/pytest-travis-fold/metadata.xml
32 +++ /dev/null
33 @@ -1,13 +0,0 @@
34 -<?xml version="1.0" encoding="UTF-8"?>
35 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
36 -
37 -<pkgmetadata>
38 - <maintainer type="person">
39 - <email>lssndrbarbieri@×××××.com</email>
40 - <name>Alessandro Barbieri</name>
41 - </maintainer>
42 - <upstream>
43 - <remote-id type="github">abusalimov/pytest-travis-fold</remote-id>
44 - <remote-id type="pypi">pytest-travis-fold</remote-id>
45 - </upstream>
46 -</pkgmetadata>
47
48 diff --git a/dev-python/pytest-travis-fold/pytest-travis-fold-1.3.0-r1.ebuild b/dev-python/pytest-travis-fold/pytest-travis-fold-1.3.0-r1.ebuild
49 deleted file mode 100644
50 index bdad148..0000000
51 --- a/dev-python/pytest-travis-fold/pytest-travis-fold-1.3.0-r1.ebuild
52 +++ /dev/null
53 @@ -1,32 +0,0 @@
54 -# Copyright 1999-2020 Gentoo Authors
55 -# Distributed under the terms of the GNU General Public License v2
56 -
57 -EAPI="7"
58 -
59 -DISTUTILS_USE_SETUPTOOLS=rdepend
60 -PYTHON_COMPAT=( pypy3 python3_{6,7} )
61 -
62 -inherit distutils-r1
63 -
64 -DESCRIPTION="Pytest plugin that folds captured output sections in Travis CI build log"
65 -HOMEPAGE="
66 - https://github.com/abusalimov/pytest-travis-fold
67 - https://pypi.org/project/pytest-travis-fold
68 -"
69 -SRC_URI="https://github.com/abusalimov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
70 -
71 -LICENSE="MIT"
72 -SLOT="0"
73 -KEYWORDS="~amd64 ~x86"
74 -
75 -RDEPEND="
76 - >=dev-python/pytest-2.6.0[${PYTHON_USEDEP}]
77 - <dev-python/pytest-4[${PYTHON_USEDEP}]
78 -"
79 -DEPEND="${RDEPEND}
80 - test? (
81 - dev-python/pytest-travis-fold[${PYTHON_USEDEP}]
82 - )
83 -"
84 -
85 -distutils_enable_tests pytest
86
87 diff --git a/dev-python/pytest-travis-fold/pytest-travis-fold-1.3.0.ebuild b/dev-python/pytest-travis-fold/pytest-travis-fold-1.3.0.ebuild
88 deleted file mode 100644
89 index 5b7322f..0000000
90 --- a/dev-python/pytest-travis-fold/pytest-travis-fold-1.3.0.ebuild
91 +++ /dev/null
92 @@ -1,32 +0,0 @@
93 -# Copyright 1999-2020 Gentoo Authors
94 -# Distributed under the terms of the GNU General Public License v2
95 -
96 -EAPI=7
97 -
98 -DISTUTILS_USE_SETUPTOOLS=rdepend
99 -PYTHON_COMPAT=( python3_{6,7} )
100 -
101 -inherit distutils-r1
102 -
103 -DESCRIPTION="Pytest plugin that folds captured output sections in Travis CI build log"
104 -HOMEPAGE="
105 - https://github.com/abusalimov/pytest-travis-fold
106 - https://pypi.org/project/pytest-travis-fold
107 -"
108 -SRC_URI="https://github.com/abusalimov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
109 -
110 -LICENSE="MIT"
111 -SLOT="0"
112 -KEYWORDS="~amd64 ~x86"
113 -
114 -RDEPEND="
115 - >=dev-python/pytest-2.6.0[${PYTHON_USEDEP}]
116 - <dev-python/pytest-4[${PYTHON_USEDEP}]
117 -"
118 -DEPEND="${RDEPEND}
119 - test? (
120 - dev-python/pytest-travis-fold[${PYTHON_USEDEP}]
121 - )
122 -"
123 -
124 -distutils_enable_tests pytest