And claim compat through Python 3.6, since update-copyright doesn't do
anything fancy that would break on the more recent Pythons.
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="5"
-PYTHON_COMPAT=( python{3_2,3_3,3_4} )
+EAPI="6"
+PYTHON_COMPAT=( python{3_2,3_3,3_4,3_5,3_6} )
inherit eutils distutils-r1
if [[ "${PV}" == "9999" ]] ; then
- inherit git-2
- EGIT_BRANCH="master"
+ inherit git-r3
EGIT_REPO_URI="git://tremily.us/${PN}.git"
SRC_URI=""
else