Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-sanic/
Date: Tue, 30 Jun 2020 19:19:54
Message-Id: 1593543487.e1306dd45aa16b0e55559ca9acfdca5115bdf4d9.andrewammerlaan@gentoo
1 commit: e1306dd45aa16b0e55559ca9acfdca5115bdf4d9
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Tue Jun 30 18:58:07 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Tue Jun 30 18:58:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e1306dd4
7
8 dev-python/pytest-sanic: drop py3_6
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 dev-python/pytest-sanic/pytest-sanic-1.6.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/pytest-sanic/pytest-sanic-1.6.1.ebuild b/dev-python/pytest-sanic/pytest-sanic-1.6.1.ebuild
17 index bf36833..ec16cbb 100644
18 --- a/dev-python/pytest-sanic/pytest-sanic-1.6.1.ebuild
19 +++ b/dev-python/pytest-sanic/pytest-sanic-1.6.1.ebuild
20 @@ -4,7 +4,7 @@
21 EAPI="7"
22
23 DISTUTILS_USE_SETUPTOOLS=rdepend
24 -PYTHON_COMPAT=( python3_{6,7} )
25 +PYTHON_COMPAT=( python3_7 )
26
27 inherit distutils-r1