trash-cli-0.16.12.29.ebuild 494 B

1234567891011121314151617181920
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. PYTHON_COMPAT=( python2_7 )
  5. inherit distutils-r1 vcs-snapshot
  6. DESCRIPTION="Python scripts to manipulate trash cans via the command line"
  7. HOMEPAGE="https://github.com/andreafrancia/trash-cli"
  8. SRC_URI="https://github.com/andreafrancia/${PN}/tarball/${PV} -> ${P}.tar.gz"
  9. LICENSE="GPL-2"
  10. SLOT="0"
  11. KEYWORDS="~amd64 ~x86"
  12. IUSE=""
  13. DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"