dev-vcs/notify-webhook: Drop dead python3_3 implementation from PYTHON_COMPAT

Acked-by: Robin H. Johnson <robbat2@gentoo.org>
Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
Mart Raudsepp
2017-01-06 22:23:25 +02:00
parent 67efb9ef3b
commit eea5dce223

View 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"