Files
for-gentoo/dev-util/pykickstart/pykickstart-1.99.66.7.ebuild
T

22 lines
538 B
Bash

# Copyright 2004-2014 Sabayon
# Distributed under the terms of the GNU General Public License v2
# $
EAPI="3"
EGIT_COMMIT="r${PV}-1"
EGIT_REPO_URI="https://github.com/rhinstaller/pykickstart.git"
inherit base distutils git-2
DESCRIPTION="pykickstart is a python library that is used for reading and writing kickstart files."
HOMEPAGE="http://fedoraproject.org/wiki/Pykickstart"
SRC_URI=""
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
SLOT="0"
DEPEND="app-i18n/transifex-client
dev-python/urlgrabber
sys-devel/gettext"
RDEPEND="${DEPEND}"