summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2016-02-11 14:13:36 +0100
committerJustin Lecher <jlec@gentoo.org>2016-02-11 14:29:49 +0100
commitb613b175231e46eaaf1658dcc5a645a3d9f8e95c (patch)
treecbcef22151434f891c987c1fada5f4dcb8b193a9 /dev-python/python-scsi/python-scsi-9999.ebuild
parentdev-python/libiscsi-python: New package, ebuild written by me for Diego (diff)
downloadgentoo-b613b175231e46eaaf1658dcc5a645a3d9f8e95c.tar.gz
gentoo-b613b175231e46eaaf1658dcc5a645a3d9f8e95c.tar.bz2
gentoo-b613b175231e46eaaf1658dcc5a645a3d9f8e95c.zip
dev-python/python-scsi: New package, ebuild written by me for Diego
Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/python-scsi/python-scsi-9999.ebuild')
-rw-r--r--dev-python/python-scsi/python-scsi-9999.ebuild19
1 files changed, 19 insertions, 0 deletions
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=""