# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 PYTHON_COMPAT=( python3_{4,5,6} ) inherit distutils-r1 DESCRIPTION="Clean up old distfiles in Gentoo" HOMEPAGE="https://gitlab.com/panter_dsd/distfilescleaner" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~mips ~x86 ~x86-fbsd" IUSE="" RDEPEND="dev-python/humanize dev-python/typing"