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/httpx/
Date: Tue, 30 Jun 2020 19:19:54
Message-Id: 1593543588.79662ecf4e1469282447bd861e4d6836d75937ec.andrewammerlaan@gentoo
1 commit: 79662ecf4e1469282447bd861e4d6836d75937ec
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Tue Jun 30 18:59:48 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Tue Jun 30 18:59:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=79662ecf
7
8 dev-python/httpx: 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/httpx/httpx-0.11.1.ebuild | 2 +-
14 dev-python/httpx/httpx-0.12.1.ebuild | 2 +-
15 dev-python/httpx/httpx-0.13.3.ebuild | 2 +-
16 dev-python/httpx/httpx-0.9.3.ebuild | 2 +-
17 4 files changed, 4 insertions(+), 4 deletions(-)
18
19 diff --git a/dev-python/httpx/httpx-0.11.1.ebuild b/dev-python/httpx/httpx-0.11.1.ebuild
20 index c11a919..1da6e41 100644
21 --- a/dev-python/httpx/httpx-0.11.1.ebuild
22 +++ b/dev-python/httpx/httpx-0.11.1.ebuild
23 @@ -3,7 +3,7 @@
24
25 EAPI=7
26
27 -PYTHON_COMPAT=( python3_{6,7} )
28 +PYTHON_COMPAT=( python3_7 )
29
30 inherit distutils-r1
31
32
33 diff --git a/dev-python/httpx/httpx-0.12.1.ebuild b/dev-python/httpx/httpx-0.12.1.ebuild
34 index dd4c1f3..0f081af 100644
35 --- a/dev-python/httpx/httpx-0.12.1.ebuild
36 +++ b/dev-python/httpx/httpx-0.12.1.ebuild
37 @@ -3,7 +3,7 @@
38
39 EAPI=7
40
41 -PYTHON_COMPAT=( python3_{6,7} )
42 +PYTHON_COMPAT=( python3_7 )
43
44 DOCBUILDER="mkdocs"
45 DOCDEPEND="dev-python/mkdocs-material"
46
47 diff --git a/dev-python/httpx/httpx-0.13.3.ebuild b/dev-python/httpx/httpx-0.13.3.ebuild
48 index 57009b0..0021468 100644
49 --- a/dev-python/httpx/httpx-0.13.3.ebuild
50 +++ b/dev-python/httpx/httpx-0.13.3.ebuild
51 @@ -3,7 +3,7 @@
52
53 EAPI=7
54
55 -PYTHON_COMPAT=( python3_{6,7} )
56 +PYTHON_COMPAT=( python3_7 )
57
58 DOCBUILDER="mkdocs"
59 DOCDEPEND="dev-python/mkdocs-material"
60
61 diff --git a/dev-python/httpx/httpx-0.9.3.ebuild b/dev-python/httpx/httpx-0.9.3.ebuild
62 index c21cd73..93c2c6b 100644
63 --- a/dev-python/httpx/httpx-0.9.3.ebuild
64 +++ b/dev-python/httpx/httpx-0.9.3.ebuild
65 @@ -3,7 +3,7 @@
66
67 EAPI=7
68
69 -PYTHON_COMPAT=( python3_{6,7} )
70 +PYTHON_COMPAT=( python3_7 )
71
72 inherit distutils-r1