# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 PYTHON_COMPAT=( python{3_5,3_6} ) inherit distutils-r1 DESCRIPTION="Download pictures (or videos) along with their captions and other metadata from Instagram" HOMEPAGE="https://instaloader.readthedocs.io/" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="${PYTHON_DEPS} dev-python/requests[ssl,${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] !dev-python/simplejson" DEPEND="${RDEPEND}"