summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexys Jacob <ultrabug@gentoo.org>2019-05-01 16:08:26 +0200
committerAlexys Jacob <ultrabug@gentoo.org>2019-05-01 16:08:26 +0200
commit9cfaa80c1f7eca3eea4b5ce6e8e42dd5d62e8a2e (patch)
treeddc3c6f0ab1ec016945b611061cf2cf3f67e98ec /x11-misc/py3status
parentdev-python/django: bump to 2.2.1 (diff)
downloadgentoo-9cfaa80c1f7eca3eea4b5ce6e8e42dd5d62e8a2e.tar.gz
gentoo-9cfaa80c1f7eca3eea4b5ce6e8e42dd5d62e8a2e.tar.bz2
gentoo-9cfaa80c1f7eca3eea4b5ce6e8e42dd5d62e8a2e.zip
x11-misc/py3status: version bump, support python3.7
Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Alexys Jacob <ultrabug@gentoo.org>
Diffstat (limited to 'x11-misc/py3status')
-rw-r--r--x11-misc/py3status/Manifest2
-rw-r--r--x11-misc/py3status/py3status-3.19.ebuild (renamed from x11-misc/py3status/py3status-3.18.ebuild)2
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/py3status/Manifest b/x11-misc/py3status/Manifest
index d1bf14b6b591..3a1807f211e6 100644
--- a/x11-misc/py3status/Manifest
+++ b/x11-misc/py3status/Manifest
@@ -1 +1 @@
-DIST py3status-3.18.tar.gz 313465 BLAKE2B 4a24de8ad0622ebd508d0896c5aff462a4fea716da5678de68525f70e462cc7d51c7a3a1dd62f678ba75d91d857aa1c039864d8a2a2ae42c2301243c402c6909 SHA512 bde32110284ab1454b0ff16ec58337a4295327a3b9f5cd40029607a4001e5f399746da3e66cc3bddd4448421fc3bc8dc5d961b354531a6cf536842e5115d4cda
+DIST py3status-3.19.tar.gz 391159 BLAKE2B 6ccf84d1970449e28c932f03bf4208de10d32bf8e4d5dca402f4ef11fc606773624826b123961e8c9b238ac14da6c386008a6ea3bc2abaa611b566fa212c5af4 SHA512 171aeaf5777a375209665542529efc0d294ec0756ec6293813bbfd6bdc6b5616fcaf0c568b8e620c872d0692891c2825e99d5c0ff613e52cc9df1393188b7e62
diff --git a/x11-misc/py3status/py3status-3.18.ebuild b/x11-misc/py3status/py3status-3.19.ebuild
index 308d67dd7903..e0e182b53d5d 100644
--- a/x11-misc/py3status/py3status-3.18.ebuild
+++ b/x11-misc/py3status/py3status-3.19.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
SRC_URI="https://github.com/ultrabug/py3status/archive/${PV}.tar.gz -> ${P}.tar.gz"