# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=7 PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 DESCRIPTION="010 Template interpretter for python" HOMEPAGE="https://github.com/d0c-s4vage/pfp" SRC_URI="https://github.com/d0c-s4vage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="mit" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="=dev-python/six-1.10.0 =dev-python/intervaltree-3.0.2 >=dev-python/py010parser-0.1.17" RDEPEND="${DEPEND}"