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/cachelib/
Date: Tue, 04 Feb 2020 13:42:40
Message-Id: 1580823742.34d5e6c2e3bc21bbb50005cc5fe25ade7f1159b1.mgorny@gentoo
1 commit: 34d5e6c2e3bc21bbb50005cc5fe25ade7f1159b1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 4 13:33:56 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 4 13:42:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34d5e6c2
7
8 dev-python/cachelib: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/cachelib/cachelib-0.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/cachelib/cachelib-0.1.ebuild b/dev-python/cachelib/cachelib-0.1.ebuild
16 index 937ba108d67..884023189b6 100644
17 --- a/dev-python/cachelib/cachelib-0.1.ebuild
18 +++ b/dev-python/cachelib/cachelib-0.1.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2019 Gentoo Authors
21 +# Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python2_7 python3_6 )
27 +PYTHON_COMPAT=( python3_6 )
28 inherit distutils-r1
29
30 DESCRIPTION="Collection of cache libraries in the same API interface. Extracted from werkzeug"