Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/
Date: Sat, 26 Mar 2022 22:31:39
Message-Id: 1648333878.0dd1333cf591804ed04f45bfcbd2f1fce9ce91a7.marecki@gentoo
1 commit: 0dd1333cf591804ed04f45bfcbd2f1fce9ce91a7
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 26 21:53:26 2022 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 26 22:31:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dd1333c
7
8 dev-python/pytools: drop 9999
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 dev-python/pytools/pytools-9999.ebuild | 23 -----------------------
13 1 file changed, 23 deletions(-)
14
15 diff --git a/dev-python/pytools/pytools-9999.ebuild b/dev-python/pytools/pytools-9999.ebuild
16 deleted file mode 100644
17 index 2bd2c25235ec..000000000000
18 --- a/dev-python/pytools/pytools-9999.ebuild
19 +++ /dev/null
20 @@ -1,23 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=8
25 -
26 -PYTHON_COMPAT=( python3_{8..10} )
27 -PYTHON_REQ_USE='sqlite'
28 -
29 -inherit distutils-r1 git-r3
30 -
31 -DESCRIPTION="Collection of tools missing from the Python standard library"
32 -HOMEPAGE="https://mathema.tician.de/software/pytools/"
33 -EGIT_REPO_URI="https://github.com/inducer/pytools"
34 -
35 -LICENSE="MIT"
36 -SLOT="0"
37 -
38 -RDEPEND="
39 - >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
40 - >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
41 -"
42 -
43 -distutils_enable_tests pytest