Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-pglocks/
Date: Sat, 30 Jan 2021 20:27:20
Message-Id: 1612038397.ce96a9e01eb0ecb37dcf030c770b8936d44507b7.conikost@gentoo
1 commit: ce96a9e01eb0ecb37dcf030c770b8936d44507b7
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 30 20:06:49 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 30 20:26:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce96a9e0
7
8 dev-python/django-pglocks: add python3_9 support
9
10 Closes: https://bugs.gentoo.org/748312
11 Closes: https://bugs.gentoo.org/767007
12 Package-Manager: Portage-3.0.14, Repoman-3.0.2
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 dev-python/django-pglocks/django-pglocks-1.0.4.ebuild | 9 ++++-----
16 1 file changed, 4 insertions(+), 5 deletions(-)
17
18 diff --git a/dev-python/django-pglocks/django-pglocks-1.0.4.ebuild b/dev-python/django-pglocks/django-pglocks-1.0.4.ebuild
19 index 8c8a7fe0b70..00a09d61df5 100644
20 --- a/dev-python/django-pglocks/django-pglocks-1.0.4.ebuild
21 +++ b/dev-python/django-pglocks/django-pglocks-1.0.4.ebuild
22 @@ -1,9 +1,10 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28
29 -PYTHON_COMPAT=( python3_6 python3_7 )
30 +DISTUTILS_USE_SETUPTOOLS="no"
31 +PYTHON_COMPAT=( python3_{7..9} )
32 inherit distutils-r1
33
34 DESCRIPTION="PostgreSQL locking context managers and functions for Django"
35 @@ -14,7 +15,5 @@ LICENSE="MIT"
36 SLOT="0"
37 KEYWORDS="~amd64"
38
39 -DEPEND="
40 - >=dev-python/six-1.0.0[${PYTHON_USEDEP}]
41 - "
42 +DEPEND=">=dev-python/six-1.0.0[${PYTHON_USEDEP}]"
43 RDEPEND="${DEPEND}"