commit: 79662ecf4e1469282447bd861e4d6836d75937ec Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Tue Jun 30 18:59:48 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Tue Jun 30 18:59:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=79662ecf
dev-python/httpx: drop py3_6 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> dev-python/httpx/httpx-0.11.1.ebuild | 2 +- dev-python/httpx/httpx-0.12.1.ebuild | 2 +- dev-python/httpx/httpx-0.13.3.ebuild | 2 +- dev-python/httpx/httpx-0.9.3.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/httpx/httpx-0.11.1.ebuild b/dev-python/httpx/httpx-0.11.1.ebuild index c11a919..1da6e41 100644 --- a/dev-python/httpx/httpx-0.11.1.ebuild +++ b/dev-python/httpx/httpx-0.11.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_7 ) inherit distutils-r1 diff --git a/dev-python/httpx/httpx-0.12.1.ebuild b/dev-python/httpx/httpx-0.12.1.ebuild index dd4c1f3..0f081af 100644 --- a/dev-python/httpx/httpx-0.12.1.ebuild +++ b/dev-python/httpx/httpx-0.12.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_7 ) DOCBUILDER="mkdocs" DOCDEPEND="dev-python/mkdocs-material" diff --git a/dev-python/httpx/httpx-0.13.3.ebuild b/dev-python/httpx/httpx-0.13.3.ebuild index 57009b0..0021468 100644 --- a/dev-python/httpx/httpx-0.13.3.ebuild +++ b/dev-python/httpx/httpx-0.13.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_7 ) DOCBUILDER="mkdocs" DOCDEPEND="dev-python/mkdocs-material" diff --git a/dev-python/httpx/httpx-0.9.3.ebuild b/dev-python/httpx/httpx-0.9.3.ebuild index c21cd73..93c2c6b 100644 --- a/dev-python/httpx/httpx-0.9.3.ebuild +++ b/dev-python/httpx/httpx-0.9.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_7 ) inherit distutils-r1