# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 PYTHON_COMPAT=( python{2_7,3_{3,4,5,6}} ) inherit distutils-r1 DESCRIPTION="Python package to parse, read and write Microsoft OLE2 files" HOMEPAGE="https://pypi.python.org/pypi/olefile" SRC_URI="mirror://pypi/$(echo ${PN} | cut -c 1)/${PN}/${P}.zip" LICENSE="BSD-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" RDEPEND="${DEPEND}"