sys-apps/autosuspend: bump supported python versions

Package-Manager: Portage-2.3.79, Repoman-2.3.18
This commit is contained in:
layman 2019-11-18 10:04:06 +01:00
parent f1a572278a
commit 7ab345b752
No known key found for this signature in database
GPG key ID: 92D2BF778E1308C0
2 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
DIST autosuspend-0.3.tar.gz 15911 SHA256 b2001c7c44d651a899f215f02533353169d4f7a4ed47b690ab8043023573d524 SHA512 17e6e79d7336734fdf600e8af7f4a05822e323f3a8d1c4e0c497a3bf012baaab03ec481103b1e419f8bb4656f31ac96205a11b740db009c37281aba0a884886b WHIRLPOOL cf7a197103466999913ebc2565a7a8f8f7fa7dff6abb960292d3a95e195834399ed3c94c70272428b5261514826592934eddb80005a7cd5de87fa259f757e889
DIST autosuspend-0.3.tar.gz 15911 BLAKE2B cdc5ac9d13dd9647f49984eadacf492f8585c700946af7f79f70c2acd4df54305a51e32a7c13121d1b5ce70d285fa495e24f4668cd9955576a6866d0881ffe1a SHA512 17e6e79d7336734fdf600e8af7f4a05822e323f3a8d1c4e0c497a3bf012baaab03ec481103b1e419f8bb4656f31ac96205a11b740db009c37281aba0a884886b

View file

@ -1,9 +1,9 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=(python3_4 python3_5)
PYTHON_COMPAT=( python{3_4,3_5,3_6,3_7} )
inherit distutils-r1