Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/glob2/
Date: Thu, 02 Jun 2022 15:07:38
Message-Id: 1654181816.67f0929d88fe2dc2b3ee1836e7be3012af6b47e8.ionen@gentoo
1 commit: 67f0929d88fe2dc2b3ee1836e7be3012af6b47e8
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 2 13:16:20 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 2 14:56:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67f0929d
7
8 dev-python/glob2: drop 0.7
9
10 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
11
12 dev-python/glob2/glob2-0.7.ebuild | 21 ---------------------
13 1 file changed, 21 deletions(-)
14
15 diff --git a/dev-python/glob2/glob2-0.7.ebuild b/dev-python/glob2/glob2-0.7.ebuild
16 deleted file mode 100644
17 index d2e6f7bcc7ad..000000000000
18 --- a/dev-python/glob2/glob2-0.7.ebuild
19 +++ /dev/null
20 @@ -1,21 +0,0 @@
21 -# Copyright 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 -inherit distutils-r1
28 -
29 -DESCRIPTION="Extended version of Python's builtin glob module"
30 -HOMEPAGE="https://pypi.org/project/glob2/"
31 -SRC_URI="mirror://pypi/${P::1}/${PN}/${P}.tar.gz"
32 -
33 -LICENSE="BSD-2"
34 -SLOT="0"
35 -KEYWORDS="amd64 ~arm64 ~x86"
36 -
37 -distutils_enable_tests pytest
38 -
39 -python_test() {
40 - epytest test.py
41 -}