commit:     abd3b4f6e18eaf7eb26e6960567927037c343480
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Aug 29 12:57:24 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Aug 29 12:57:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=abd3b4f6

dev-python/trio: drop py3.6

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/trio/trio-0.14.0.ebuild | 2 +-
 dev-python/trio/trio-0.15.1.ebuild | 2 +-
 dev-python/trio/trio-0.16.0.ebuild | 3 +--
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-python/trio/trio-0.14.0.ebuild 
b/dev-python/trio/trio-0.14.0.ebuild
index b83b175..9373dbe 100644
--- a/dev-python/trio/trio-0.14.0.ebuild
+++ b/dev-python/trio/trio-0.14.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_7 )
 
 inherit distutils-r1 linux-info
 

diff --git a/dev-python/trio/trio-0.15.1.ebuild 
b/dev-python/trio/trio-0.15.1.ebuild
index b83b175..9373dbe 100644
--- a/dev-python/trio/trio-0.15.1.ebuild
+++ b/dev-python/trio/trio-0.15.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_7 )
 
 inherit distutils-r1 linux-info
 

diff --git a/dev-python/trio/trio-0.16.0.ebuild 
b/dev-python/trio/trio-0.16.0.ebuild
index f3ca2d4..a3c30bb 100644
--- a/dev-python/trio/trio-0.16.0.ebuild
+++ b/dev-python/trio/trio-0.16.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{7,8} )
 
 inherit distutils-r1 linux-info
 
@@ -25,7 +25,6 @@ RDEPEND="
        dev-python/outcome[${PYTHON_USEDEP}]
        dev-python/sniffio[${PYTHON_USEDEP}]
        dev-python/sortedcontainers[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep 'dev-python/contextvars[${PYTHON_USEDEP}]' 
python3_6)
 "
 DEPEND="${RDEPEND}
        test? (

Reply via email to