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 542DB138359 for ; Sat, 15 Aug 2020 01:18:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6149FE08AD; Sat, 15 Aug 2020 01:18:29 +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 432A6E08AD for ; Sat, 15 Aug 2020 01:18:29 +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 8A99C34F3D8 for ; Sat, 15 Aug 2020 01:18:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE5D722B for ; Sat, 15 Aug 2020 01:18:24 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1597454297.c3e3e50d15b7c4453e25338ea5f0ad216d95c964.sam@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/Manifest dev-python/rtslib-fb/rtslib-fb-2.1.73.ebuild X-VCS-Directories: dev-python/rtslib-fb/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c3e3e50d15b7c4453e25338ea5f0ad216d95c964 X-VCS-Branch: master Date: Sat, 15 Aug 2020 01:18:24 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: adaf339d-4bdf-4b8f-9e89-6ee95e39a1ba X-Archives-Hash: e0db29a8a4cef1506f5e12f2ec9b5f13 commit: c3e3e50d15b7c4453e25338ea5f0ad216d95c964 Author: Diogo Pereira gmail com> AuthorDate: Tue Jun 30 22:56:30 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sat Aug 15 01:18:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3e3e50d dev-python/rtslib-fb: version bump to 2.1.73 Bug: https://bugs.gentoo.org/728770 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Diogo Pereira gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16516 Signed-off-by: Sam James gentoo.org> dev-python/rtslib-fb/Manifest | 1 + dev-python/rtslib-fb/rtslib-fb-2.1.73.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/dev-python/rtslib-fb/Manifest b/dev-python/rtslib-fb/Manifest index 2b31e1481ce..3d29dd12db0 100644 --- a/dev-python/rtslib-fb/Manifest +++ b/dev-python/rtslib-fb/Manifest @@ -1 +1,2 @@ DIST rtslib-fb-2.1.69.tar.gz 69825 BLAKE2B d5bc7a526495922e9c00f81d11f5436b77a917aa1c29450a54a4099fc7b97f9b3c3b8d623158bd02f8c1080e5b646c5f67f673496b1bd5bef5aa664df43eeb74 SHA512 8ff956c8b593a1d0a79a9a527502ddd1422bc27f272bfa708d145a66779de1af65adb20d822bee59c5b60282fb16f15429c10477d3523c04b215f963ec850073 +DIST rtslib-fb-2.1.73.tar.gz 73883 BLAKE2B 2e1a9306386b019ed7d4f89dc976959020f981812a28f0a8f4c520f311ec6ce08da2e45115d394cab272296bd84e16fd1c15a6aecdf4650d52f96e294aed4cc5 SHA512 70bfad6a055af1242f989fcab706b5a49ebe8c1ed7183ac3f739eb54e0c628cc27efe9823dd017c33d735847888a142a791fdba3e5f4d4817290df7f8b6347f0 diff --git a/dev-python/rtslib-fb/rtslib-fb-2.1.73.ebuild b/dev-python/rtslib-fb/rtslib-fb-2.1.73.ebuild new file mode 100644 index 00000000000..0b6c439786d --- /dev/null +++ b/dev-python/rtslib-fb/rtslib-fb-2.1.73.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 systemd + +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" + +RDEPEND="dev-python/pyudev[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}]" + +src_install() { + distutils-r1_src_install + systemd_dounit "${FILESDIR}/target.service" +}