# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="4"
-PYTHON_DEPEND="3:3.3"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.* 3.[012]"
+EAPI="6"
+PYTHON_COMPAT=( python{3_3,3_4,3_5,3_6} )
-inherit eutils distutils
+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
IUSE="doc test"
RDEPEND=""
-DEPEND="${RDEPEND}
- test? ( dev-python/nose )"
+DEPEND="${RDEPEND}"
src_unpack() {
if [[ ${PV} == "9999" ]] ; then
- git-2_src_unpack
+ git-r3_src_unpack
else
unpack ${A}
fi
}
src_install() {
- distutils_src_install
+ distutils-r1_src_install
dodoc README
}