commit: fd496eaaa40af093caeaeb5cf04d2c7cf302618a
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Mar 16 08:53:41 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Mar 16 08:53:41 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fd496eaa
dev-python/aionotify: remove py3_8 and pypy
these are not supported by dependency asynctest
and repoman is complaining about it
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/aionotify/aionotify-0.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/aionotify/aionotify-0.2.0.ebuild
b/dev-python/aionotify/aionotify-0.2.0.ebuild
index 6d6a49c..308dbee 100644
--- a/dev-python/aionotify/aionotify-0.2.0.ebuild
+++ b/dev-python/aionotify/aionotify-0.2.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1