Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rtslib-fb/
Date: Sun, 13 May 2018 16:58:06
Message-Id: 1526230670.e6536917996046caf66dee50bfe6c0ab17df3d65.prometheanfire@gentoo
1 commit: e6536917996046caf66dee50bfe6c0ab17df3d65
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 13 16:57:34 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun May 13 16:57:50 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6536917
7
8 dev-python/rtslib-fb: adding py36 support
9
10 Closes: https://bugs.gentoo.org/655540
11 Package-Manager: Portage-2.3.27, Repoman-2.3.9
12
13 dev-python/rtslib-fb/rtslib-fb-2.1.66-r1.ebuild | 21 +++++++++++++++++++++
14 1 file changed, 21 insertions(+)
15
16 diff --git a/dev-python/rtslib-fb/rtslib-fb-2.1.66-r1.ebuild b/dev-python/rtslib-fb/rtslib-fb-2.1.66-r1.ebuild
17 new file mode 100644
18 index 00000000000..b656b2ee185
19 --- /dev/null
20 +++ b/dev-python/rtslib-fb/rtslib-fb-2.1.66-r1.ebuild
21 @@ -0,0 +1,21 @@
22 +# Copyright 1999-2018 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=6
26 +PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
27 +
28 +inherit distutils-r1
29 +
30 +DESCRIPTION="A Python object API for managing the Linux LIO kernel target"
31 +HOMEPAGE="https://github.com/open-iscsi/rtslib-fb"
32 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
33 +
34 +LICENSE="Apache-2.0"
35 +SLOT="0"
36 +KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86 ~amd64-linux ~x86-linux"
37 +IUSE=""
38 +
39 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
40 +RDEPEND="dev-python/pyudev[${PYTHON_USEDEP}]
41 + dev-python/six[${PYTHON_USEDEP}]
42 + !dev-python/rtslib"