Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-slugify/
Date: Thu, 30 Apr 2020 12:00:31
Message-Id: 1588247994.d5c2a47a1faa5ef2dad5ad9cbe3237b31ff5cbfc.juippis@gentoo
1 commit: d5c2a47a1faa5ef2dad5ad9cbe3237b31ff5cbfc
2 Author: Robert Siebeck <gentoo.2019 <AT> r123 <DOT> de>
3 AuthorDate: Wed Apr 29 14:21:02 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 30 11:59:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5c2a47a
7
8 dev-python/python-slugify: add support for Python 3.8
9
10 Signed-off-by: Robert Siebeck <gentoo.2019 <AT> r123.de>
11 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
12
13 dev-python/python-slugify/python-slugify-1.2.6.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/python-slugify/python-slugify-1.2.6.ebuild b/dev-python/python-slugify/python-slugify-1.2.6.ebuild
17 index eed79aeecdd..8d4cc5710f7 100644
18 --- a/dev-python/python-slugify/python-slugify-1.2.6.ebuild
19 +++ b/dev-python/python-slugify/python-slugify-1.2.6.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python3_{6,7} )
25 +PYTHON_COMPAT=( python3_{6,7,8} )
26 DISTUTILS_USE_SETUPTOOLS=rdepend
27
28 inherit distutils-r1