dev-vcs/notify-webhook: Drop dead python3_3 implementation from PYTHON_COMPAT
authorMart Raudsepp <leio@gentoo.org>
Fri, 6 Jan 2017 20:23:25 +0000 (22:23 +0200)
committerMart Raudsepp <leio@gentoo.org>
Fri, 6 Jan 2017 20:23:27 +0000 (22:23 +0200)
Acked-by: Robin H. Johnson <robbat2@gentoo.org>
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-vcs/notify-webhook/notify-webhook-0.1.0.ebuild

index 8441e7fad76e7116affd08f4a08d3ba69d6dbec4..6170bd6d5c024d27f0266ac121df19423a9daa77 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-PYTHON_COMPAT=( python3_{3,4,5} pypy3 )
+PYTHON_COMPAT=( python3_{4,5} pypy3 )
 
 DESCRIPTION="Git post-receive web hook notifier in Python."
 HOMEPAGE="https://github.com/metajack/notify-webhook"