Merge remote-tracking branch 'github/pr/608'.
[gentoo.git] / app-portage / gpyutils / gpyutils-0.1.ebuild
1 # Copyright 1999-2015 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=5
6 PYTHON_COMPAT=( python{2_7,3_3} )
7
8 inherit distutils-r1
9
10 DESCRIPTION="Utitilies for maintaining Python packages"
11 HOMEPAGE="https://bitbucket.org/mgorny/gpyutils/"
12 SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
13
14 LICENSE="BSD"
15 SLOT="0"
16 KEYWORDS="~amd64 ~x86"
17 IUSE=""
18
19 RDEPEND=">=app-portage/gentoopm-0.2.9[${PYTHON_USEDEP}]"