dev-python/biplist: add py3.5 support to vn. 1.0.1, bump to EAPI 6
authorIan Delaney <idella4@gentoo.org>
Thu, 14 Apr 2016 02:48:54 +0000 (10:48 +0800)
committerIan Delaney <idella4@gentoo.org>
Thu, 14 Apr 2016 04:47:42 +0000 (12:47 +0800)
Package-Manager: portage-2.2.28

dev-python/biplist/biplist-1.0.1.ebuild

index a4bc079514dd1d0a7b5b54ca281c44e0fde205ee..ae3e36cc434700b29b87ae99adebabb0244bcc13 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
 
 inherit distutils-r1