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/pypiserver/
Date: Sun, 13 Jun 2021 11:27:28
Message-Id: 1623583642.7dea241a6aebcc8ae0087df8454fa0cbb541938f.mgorny@gentoo
1 commit: 7dea241a6aebcc8ae0087df8454fa0cbb541938f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 13 11:26:28 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 13 11:27:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dea241a
7
8 dev-python/pypiserver: Enable py3.10
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pypiserver/pypiserver-1.4.2.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/pypiserver/pypiserver-1.4.2.ebuild b/dev-python/pypiserver/pypiserver-1.4.2.ebuild
16 index 378760e33d4..d33d2bc3bcf 100644
17 --- a/dev-python/pypiserver/pypiserver-1.4.2.ebuild
18 +++ b/dev-python/pypiserver/pypiserver-1.4.2.ebuild
19 @@ -1,10 +1,9 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25
26 -DISTUTILS_USE_SETUPTOOLS=rdepend
27 -PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
28 +PYTHON_COMPAT=( python3_{8..10} pypy3 )
29 inherit distutils-r1
30
31 DESCRIPTION="Minimal PyPI server"