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/python-distutils-extra/
Date: Fri, 08 Jan 2021 12:40:37
Message-Id: 1610109589.bcfb055499123fccc79cdad713e21dcfa37e190a.mgorny@gentoo
1 commit: bcfb055499123fccc79cdad713e21dcfa37e190a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 8 12:39:05 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 8 12:39:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcfb0554
7
8 dev-python/python-distutils-extra: Update DISTUTILS_USE_SETUPTOOLS
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/python-distutils-extra/python-distutils-extra-2.45.ebuild | 4 +---
13 1 file changed, 1 insertion(+), 3 deletions(-)
14
15 diff --git a/dev-python/python-distutils-extra/python-distutils-extra-2.45.ebuild b/dev-python/python-distutils-extra/python-distutils-extra-2.45.ebuild
16 index a802c7dfdba..224aca62611 100644
17 --- a/dev-python/python-distutils-extra/python-distutils-extra-2.45.ebuild
18 +++ b/dev-python/python-distutils-extra/python-distutils-extra-2.45.ebuild
19 @@ -1,11 +1,9 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25
26 -DISTUTILS_USE_SETUPTOOLS="rdepend"
27 PYTHON_COMPAT=( python3_{6..9} )
28 -
29 inherit distutils-r1
30
31 DESCRIPTION="Gettext support, themed icons and scrollkeeper-based documentation in distutils"