gentoo/dev-python/pyxenstore/pyxenstore-0.0.2.ebuild
Matthew Thode 0134ea8561
dev-python/pyxenstore: keywording x86
Package-Manager: Portage-2.3.3, Repoman-2.3.1
2017-03-09 10:43:20 -06:00

20 lines
447 B
Bash

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python2_7 python3_4 )
inherit distutils-r1
DESCRIPTION="Provides Python interfaces for Xen's XenStore"
HOMEPAGE="https://launchpad.net/pyxenstore"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 ~x86"
IUSE=""
DEPEND="app-emulation/xen-tools"
RDEPEND="${DEPEND}"