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/pytest-datadir/
Date: Tue, 29 Nov 2022 08:41:44
Message-Id: 1669710949.bf535dcb6adfd1660d453dea348a23c50b18167a.mgorny@gentoo
1 commit: bf535dcb6adfd1660d453dea348a23c50b18167a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 29 08:35:49 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 29 08:35:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf535dcb
7
8 dev-python/pytest-datadir: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-datadir/Manifest | 1 -
13 .../pytest-datadir/pytest-datadir-1.3.1-r1.ebuild | 33 ----------------------
14 2 files changed, 34 deletions(-)
15
16 diff --git a/dev-python/pytest-datadir/Manifest b/dev-python/pytest-datadir/Manifest
17 index c1d4aefe5c9b..b31186d8b5e9 100644
18 --- a/dev-python/pytest-datadir/Manifest
19 +++ b/dev-python/pytest-datadir/Manifest
20 @@ -1,2 +1 @@
21 -DIST pytest-datadir-1.3.1.tar.gz 15230 BLAKE2B 72c5daaeb93315be55ae052d39a22eee4e64a1aaafa344ae64b527eebd137dc4667cee2f60af887551f00814d7ea4e5788097d0f59f7769335545c5083aef356 SHA512 2ab035ea4e6c4eaaead746a5fd3988feed31a314f73e18270faf4ae606521aa045f3d6c5e1301adcb87f8fd5b1ba5f3f1784f212ad778707ba46ad638d594f8c
22 DIST pytest-datadir-1.4.1.tar.gz 7862 BLAKE2B 6ecd0ba76706c2fedf5964b3f6476176b2eb858fff9207b6286f6235d13c173f62fd03abeab2f5e5fd31506ee436c731d9786fe7937620bb1de08bb50f7b492d SHA512 e9a301004275235787de11242fe987665e4fcc89ca2d1168b27686f4d1506e506bdd517658edcbf2aca97b28dcb1869653e16412157b8ef313c1d4146f8cf4d8
23
24 diff --git a/dev-python/pytest-datadir/pytest-datadir-1.3.1-r1.ebuild b/dev-python/pytest-datadir/pytest-datadir-1.3.1-r1.ebuild
25 deleted file mode 100644
26 index 29016d5497a1..000000000000
27 --- a/dev-python/pytest-datadir/pytest-datadir-1.3.1-r1.ebuild
28 +++ /dev/null
29 @@ -1,33 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -DISTUTILS_USE_PEP517=setuptools
36 -PYTHON_COMPAT=( python3_{8..11} pypy3 )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Pytest plugin for manipulating test data directories and files"
41 -HOMEPAGE="
42 - https://github.com/gabrielcnr/pytest-datadir/
43 - https://pypi.org/project/pytest-datadir/
44 -"
45 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="MIT"
48 -SLOT="0"
49 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
50 -
51 -RDEPEND="
52 - dev-python/pytest[${PYTHON_USEDEP}]
53 -"
54 -
55 -distutils_enable_tests pytest
56 -
57 -src_prepare() {
58 - # Do not install license to /usr
59 - sed -e '/data_files/d' -i setup.py || die
60 -
61 - distutils-r1_src_prepare
62 -}