You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-vcs/hgsubversion/hgsubversion-9999.ebuild

28 lines
747 B

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 mercurial
DESCRIPTION="hgsubversion is a Mercurial extension for working with Subversion repositories"
HOMEPAGE="https://bitbucket.org/durin42/hgsubversion/wiki/Home https://pypi.org/project/hgsubversion/"
SRC_URI=""
EHG_REPO_URI="https://bitbucket.org/durin42/hgsubversion"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE="test"
RDEPEND="dev-vcs/mercurial[${PYTHON_USEDEP}]
|| (
dev-python/subvertpy[${PYTHON_USEDEP}]
>=dev-vcs/subversion-1.5[${PYTHON_USEDEP}]
)"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}] )"
DOCS=( README )