diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2020-03-16 09:53:41 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2020-03-16 09:53:41 +0100 |
commit | fd496eaaa40af093caeaeb5cf04d2c7cf302618a (patch) | |
tree | 81aed910fc32fa926a7bbd34c2dc995b78e69581 /dev-python | |
parent | dev-python/aionotify: new package (diff) | |
download | guru-fd496eaaa40af093caeaeb5cf04d2c7cf302618a.tar.gz guru-fd496eaaa40af093caeaeb5cf04d2c7cf302618a.tar.bz2 guru-fd496eaaa40af093caeaeb5cf04d2c7cf302618a.zip |
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@riseup.net>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/aionotify/aionotify-0.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/aionotify/aionotify-0.2.0.ebuild b/dev-python/aionotify/aionotify-0.2.0.ebuild index 6d6a49c29..308dbee67 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 |