From b613b175231e46eaaf1658dcc5a645a3d9f8e95c Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Thu, 11 Feb 2016 14:13:36 +0100 Subject: dev-python/python-scsi: New package, ebuild written by me for Diego Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher --- dev-python/python-scsi/python-scsi-9999.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 dev-python/python-scsi/python-scsi-9999.ebuild (limited to 'dev-python/python-scsi/python-scsi-9999.ebuild') diff --git a/dev-python/python-scsi/python-scsi-9999.ebuild b/dev-python/python-scsi/python-scsi-9999.ebuild new file mode 100644 index 000000000000..6a6e10d519ed --- /dev/null +++ b/dev-python/python-scsi/python-scsi-9999.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 git-r3 + +DESCRIPTION="Access to SG_IO scsi devices" +HOMEPAGE="https://github.com/rosjat/python-scsi/" +SRC_URI="" +EGIT_REPO_URI="https://github.com/rosjat/python-scsi.git" + +SLOT="0" +LICENSE="LGPL-2.1" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" -- cgit v1.2.3-65-gdbad