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/imagesize/
Date: Sun, 31 May 2020 16:33:47
Message-Id: 1590942816.cf5782924e427140ecb4dac2a508d0809c4fdb71.mgorny@gentoo
1 commit: cf5782924e427140ecb4dac2a508d0809c4fdb71
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 16:08:51 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 16:33:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf578292
7
8 dev-python/imagesize: Port to py39
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/imagesize/imagesize-1.1.0.ebuild | 4 +---
13 1 file changed, 1 insertion(+), 3 deletions(-)
14
15 diff --git a/dev-python/imagesize/imagesize-1.1.0.ebuild b/dev-python/imagesize/imagesize-1.1.0.ebuild
16 index c1adf98278d..949c9fdc6f5 100644
17 --- a/dev-python/imagesize/imagesize-1.1.0.ebuild
18 +++ b/dev-python/imagesize/imagesize-1.1.0.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} )
24 +PYTHON_COMPAT=( pypy3 python{2_7,3_{6..9}} )
25
26 inherit distutils-r1
27
28 @@ -15,6 +15,4 @@ LICENSE="MIT"
29 SLOT="0"
30 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~x64-solaris"
31
32 -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
33 -
34 distutils_enable_tests pytest