transifex-client-0.10.ebuild 500 B

123456789101112131415161718192021
  1. # Copyright 1999-2015 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
  6. DESCRIPTION="A command line interface for Transifex"
  7. HOMEPAGE="https://pypi.python.org/pypi/transifex-client http://www.transifex.net/"
  8. SRC_URI="https://github.com/transifex/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
  9. LICENSE="GPL-2"
  10. SLOT="0"
  11. KEYWORDS="amd64 x86"
  12. IUSE=""
  13. DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
  14. RDEPEND=""