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-util/lorax/lorax-26.0.ebuild

30 lines
618 B

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=6
PYTHON_COMPAT=( python{2_7,3_4} )
inherit distutils-r1
DESCRIPTION="Redhat Tools for creating disk, filesystem, and iso images"
HOMEPAGE="https://github.com/rhinstaller/lorax"
SRC_URI="https://github.com/rhinstaller/lorax/archive/${P}-1.tar.gz -> ${P}-1.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=test
#ImportError: No module named 'pocketlint'
RESTRICT=test
S="${WORKDIR}"/"${PN}-${P}-1"
DEPEND="test? ( dev-python/pylint )"
RDEPEND=""
src_test() {
emake check
}