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/filelock/
Date: Mon, 09 May 2022 20:38:51
Message-Id: 1652128657.7132e6aaed305b544cb67925c63a375b29110821.mgorny@gentoo
1 commit: 7132e6aaed305b544cb67925c63a375b29110821
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 9 19:50:07 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 9 20:37:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7132e6aa
7
8 dev-python/filelock: Enable py3.11
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/filelock/filelock-3.6.0.ebuild | 13 +++++++++----
13 1 file changed, 9 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-python/filelock/filelock-3.6.0.ebuild b/dev-python/filelock/filelock-3.6.0.ebuild
16 index 24b7a3982d3f..618da9440f4e 100644
17 --- a/dev-python/filelock/filelock-3.6.0.ebuild
18 +++ b/dev-python/filelock/filelock-3.6.0.ebuild
19 @@ -4,7 +4,7 @@
20 EAPI=8
21
22 DISTUTILS_USE_PEP517=setuptools
23 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
24 +PYTHON_COMPAT=( python3_{8..11} pypy3 )
25
26 inherit distutils-r1
27
28 @@ -12,10 +12,12 @@ MY_P=py-filelock-${PV}
29 DESCRIPTION="A platform independent file lock for Python"
30 HOMEPAGE="
31 https://github.com/tox-dev/py-filelock/
32 - https://pypi.org/project/filelock/"
33 + https://pypi.org/project/filelock/
34 +"
35 SRC_URI="
36 https://github.com/tox-dev/py-filelock/archive/${PV}.tar.gz
37 - -> ${MY_P}.tar.gz"
38 + -> ${MY_P}.tar.gz
39 +"
40 S="${WORKDIR}/${MY_P}"
41
42 LICENSE="Unlicense"
43 @@ -23,7 +25,10 @@ SLOT="0"
44 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
45
46 BDEPEND="
47 - test? ( dev-python/pytest-timeout[${PYTHON_USEDEP}] )"
48 + test? (
49 + dev-python/pytest-timeout[${PYTHON_USEDEP}]
50 + )
51 +"
52
53 distutils_enable_tests pytest