From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 22D031382C5 for ; Sun, 13 May 2018 16:58:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 523DAE0AB6; Sun, 13 May 2018 16:58:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 31EECE0AB6 for ; Sun, 13 May 2018 16:58:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 45C08335CA1 for ; Sun, 13 May 2018 16:58:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2B1A75 for ; Sun, 13 May 2018 16:58:01 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1526230670.e6536917996046caf66dee50bfe6c0ab17df3d65.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rtslib-fb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/rtslib-fb/rtslib-fb-2.1.66-r1.ebuild X-VCS-Directories: dev-python/rtslib-fb/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: e6536917996046caf66dee50bfe6c0ab17df3d65 X-VCS-Branch: master Date: Sun, 13 May 2018 16:58:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 15528071-050e-4147-af94-72f1608e837f X-Archives-Hash: a5c291f68863a334b5407f657b2a345d commit: e6536917996046caf66dee50bfe6c0ab17df3d65 Author: Matthew Thode gentoo org> AuthorDate: Sun May 13 16:57:34 2018 +0000 Commit: Matt Thode gentoo org> CommitDate: Sun May 13 16:57:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6536917 dev-python/rtslib-fb: adding py36 support Closes: https://bugs.gentoo.org/655540 Package-Manager: Portage-2.3.27, Repoman-2.3.9 dev-python/rtslib-fb/rtslib-fb-2.1.66-r1.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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 new file mode 100644 index 00000000000..b656b2ee185 --- /dev/null +++ b/dev-python/rtslib-fb/rtslib-fb-2.1.66-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 ) + +inherit distutils-r1 + +DESCRIPTION="A Python object API for managing the Linux LIO kernel target" +HOMEPAGE="https://github.com/open-iscsi/rtslib-fb" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="dev-python/pyudev[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] + !dev-python/rtslib"