# Copyright 2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Python API wrapper for Instructure's Canvas LMS" HOMEPAGE="https://github.com/ucfopen/canvasapi" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=" dev-python/setuptools dev-python/requests dev-python/pytz dev-python/six " RDEPEND="${DEPEND}"