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/testpath/
Date: Thu, 24 Jun 2021 08:20:50
Message-Id: 1624522832.8dff949c3692b9a4d323456eba3f57b43a8d018e.mgorny@gentoo
1 commit: 8dff949c3692b9a4d323456eba3f57b43a8d018e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 24 08:06:03 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 24 08:20:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dff949c
7
8 dev-python/testpath: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/testpath/Manifest | 1 -
13 dev-python/testpath/testpath-0.4.4-r1.ebuild | 27 ---------------------------
14 2 files changed, 28 deletions(-)
15
16 diff --git a/dev-python/testpath/Manifest b/dev-python/testpath/Manifest
17 index 6382fff9007..1a5f559abbe 100644
18 --- a/dev-python/testpath/Manifest
19 +++ b/dev-python/testpath/Manifest
20 @@ -1,2 +1 @@
21 -DIST testpath-0.4.4.tar.gz 92101 BLAKE2B e607fbccf66570ebe29779701bac11048751e9ee8381cd7841ba5dc55e02ee2edc32e8fd8a4a869fdd786f0c4bacdb5e7efc644e0111c24a786631257a08c9cb SHA512 4435c99325d535c713e88b59ce16704e10947232e4eccfe0e792ff9288b65e677417881ce8bbb69577aebb4b9ef793621d8e54898ecb158d07fc22e8445950e2
22 DIST testpath-0.5.0.tar.gz 93168 BLAKE2B 864ac80e027192fb1a83f1a15db55fe72729154c7236f2054abfe161be36741614732efbea2a6b4eeb1fb59befa36002d767b4113fab98202ff22330ad15e21d SHA512 d960da04b490b355c5ca9d8e348d81a0d528f13dc7a2b5d6d3c09327a603c1582bce76f7de6d1666b490112306a10d6a19c7979c1119fb726c08c712a08bbcb0
23
24 diff --git a/dev-python/testpath/testpath-0.4.4-r1.ebuild b/dev-python/testpath/testpath-0.4.4-r1.ebuild
25 deleted file mode 100644
26 index 635ef54bece..00000000000
27 --- a/dev-python/testpath/testpath-0.4.4-r1.ebuild
28 +++ /dev/null
29 @@ -1,27 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -DISTUTILS_USE_SETUPTOOLS=pyproject.toml
36 -PYTHON_COMPAT=( pypy3 python3_{7,8,9} )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Test utilities for code working with files and commands"
41 -HOMEPAGE="https://github.com/jupyter/testpath https://testpath.readthedocs.io/en/latest/"
42 -SRC_URI="https://github.com/jupyter/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="MIT"
45 -SLOT="0"
46 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~x64-macos"
47 -
48 -DEPEND="
49 - test? (
50 - dev-python/pathlib2[${PYTHON_USEDEP}]
51 - dev-python/pytest[${PYTHON_USEDEP}]
52 - )
53 -"
54 -
55 -distutils_enable_tests pytest
56 -distutils_enable_sphinx doc