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-param-files/
Date: Sun, 27 Feb 2022 10:52:32
Message-Id: 1645959145.5f69c708fa99524a12d270d7b4f0f523865798fc.mgorny@gentoo
1 commit: 5f69c708fa99524a12d270d7b4f0f523865798fc
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 10:39:49 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 10:52:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f69c708
7
8 dev-python/pytest-param-files: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-param-files/Manifest | 1 -
13 .../pytest-param-files-0.3.3.ebuild | 25 ----------------------
14 2 files changed, 26 deletions(-)
15
16 diff --git a/dev-python/pytest-param-files/Manifest b/dev-python/pytest-param-files/Manifest
17 index 5234361ee133..d690b091c1d8 100644
18 --- a/dev-python/pytest-param-files/Manifest
19 +++ b/dev-python/pytest-param-files/Manifest
20 @@ -1,2 +1 @@
21 -DIST pytest-param-files-0.3.3.gh.tar.gz 6858 BLAKE2B 6614b00dcfab63241daee0951bea442afb885942c4ab1ce0b2f6b4c3fe1e0a6048955d79cb1bd703f31ffedaede19b36f40caded98e0c8dc014b64e847110a00 SHA512 d52d0aa44088879ee5cd55f8af56ed649a1a82420bed357be043fdcc0df4899002cae36d95c6864126eaaa97877a21aedabb00dd12a8730d6aee3bcaecdcee62
22 DIST pytest-param-files-0.3.4.gh.tar.gz 6882 BLAKE2B e2e96bd2cf7b8676f92eeb7821ef76f1f82bb066210170ed4d04a16a7fb3ce346bcd63688ef9d46118c03fd74812fd821fff0414565befb8c558d03d15af2945 SHA512 2df6fe798aab743fdbf892b88ee1d09c554119429167e85bccb87e4ae9d487f8ab5a66c4157827500e8a5d2930277c7490348f6c38f23243e421d5449bde2df5
23
24 diff --git a/dev-python/pytest-param-files/pytest-param-files-0.3.3.ebuild b/dev-python/pytest-param-files/pytest-param-files-0.3.3.ebuild
25 deleted file mode 100644
26 index 1a00f6b23a3a..000000000000
27 --- a/dev-python/pytest-param-files/pytest-param-files-0.3.3.ebuild
28 +++ /dev/null
29 @@ -1,25 +0,0 @@
30 -# Copyright 2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -PYTHON_COMPAT=( python3_{8..10} )
36 -DISTUTILS_USE_PEP517=flit
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Pytest parametrize decorators from external files."
40 -HOMEPAGE="https://pypi.org/project/pytest_param_files/
41 - https://github.com/chrisjsewell/pytest-param-files"
42 -SRC_URI="
43 - https://github.com/chrisjsewell/pytest-param-files/archive/v${PV}.tar.gz
44 - -> ${P}.gh.tar.gz
45 -"
46 -
47 -LICENSE="MIT"
48 -SLOT="0"
49 -KEYWORDS="~amd64"
50 -
51 -DEPEND=""
52 -RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
53 -
54 -distutils_enable_tests pytest