mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 08:56:58 +02:00
add(coreos-devel/coreos-buildbot): Add ebuild for our buildbot tools.
Creating a new category for this, coreos-base is overused and dev-python didn't seem right for custom infrastructure tools. Going forward I'd like to put SDK and build host specific stuff in this category when previously coreos-base would be used. Things that actually land in images would stick with coreos-base.
This commit is contained in:
parent
62db854432
commit
ae43aaf5df
@ -0,0 +1,36 @@
|
|||||||
|
# Copyright 2013 The CoreOS Authors.
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=5
|
||||||
|
PYTHON_COMPAT=( python{2_6,2_7} )
|
||||||
|
|
||||||
|
CROS_WORKON_COMMIT="f52f87d06afa1b1eb8e350f6bdea153b2a7c74cb"
|
||||||
|
CROS_WORKON_PROJECT="coreos/coreos-buildbot"
|
||||||
|
|
||||||
|
inherit cros-workon distutils-r1
|
||||||
|
|
||||||
|
DESCRIPTION="Tools and modules for CoreOS BuildBots"
|
||||||
|
HOMEPAGE="https://github.com/coreos/coreos-buildbot"
|
||||||
|
SRC_URI=""
|
||||||
|
|
||||||
|
LICENSE="GPL-2"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="amd64"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
RDEPEND="${PYTHON_DEPS}
|
||||||
|
dev-python/pyflakes[${PYTHON_USEDEP}]
|
||||||
|
dev-python/python-dateutil[${PYTHON_USEDEP}]
|
||||||
|
dev-python/twisted
|
||||||
|
dev-util/buildbot
|
||||||
|
"
|
||||||
|
DEPEND="${RDEPEND}"
|
||||||
|
|
||||||
|
DOCS=( README.md )
|
||||||
|
|
||||||
|
python_test() {
|
||||||
|
# Note: Current stable versions of twisted don't use the python-r1 eclass
|
||||||
|
# but there is some special magic in the trial wrapper to use the right
|
||||||
|
# python version based on EPYTHON which is exported by python-r1.
|
||||||
|
trial coreos || die
|
||||||
|
}
|
@ -25,6 +25,7 @@ app-vim
|
|||||||
app-xemacs
|
app-xemacs
|
||||||
chromeos-base
|
chromeos-base
|
||||||
coreos-base
|
coreos-base
|
||||||
|
coreos-devel
|
||||||
dev-ada
|
dev-ada
|
||||||
dev-cpp
|
dev-cpp
|
||||||
dev-db
|
dev-db
|
||||||
|
Loading…
Reference in New Issue
Block a user