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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A8207158094 for ; Thu, 6 Oct 2022 00:10:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBD53E08CD; Thu, 6 Oct 2022 00:10:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 621ABE08CD for ; Thu, 6 Oct 2022 00:10:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E7E7A335CE3 for ; Thu, 6 Oct 2022 00:10:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 545F3602 for ; Thu, 6 Oct 2022 00:10:00 +0000 (UTC) From: "gerion" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "gerion" Message-ID: <1665014984.0febb271e1c35c31f430cc090781e6023649bfd2.gerion@gentoo> Subject: [gentoo-commits] repo/user/gerislay:master commit in: dev-python/sra/ X-VCS-Repository: repo/user/gerislay X-VCS-Files: dev-python/sra/Manifest dev-python/sra/sra-9999.ebuild X-VCS-Directories: dev-python/sra/ X-VCS-Committer: gerion X-VCS-Committer-Name: gerion X-VCS-Revision: 0febb271e1c35c31f430cc090781e6023649bfd2 X-VCS-Branch: master Date: Thu, 6 Oct 2022 00:10:00 +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: 5a631aff-1e76-4dc4-8c2c-c39592c8b543 X-Archives-Hash: 87f22db02ff0ce0cd53999fa02979985 commit: 0febb271e1c35c31f430cc090781e6023649bfd2 Author: Gerion Entrup flump de> AuthorDate: Thu Oct 6 00:09:44 2022 +0000 Commit: gerion flump de> CommitDate: Thu Oct 6 00:09:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/user/gerislay.git/commit/?id=0febb271 dev-python/sra: add gitlab dependency Signed-off-by: Gerion Entrup flump.de> dev-python/sra/Manifest | 2 +- dev-python/sra/sra-9999.ebuild | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/sra/Manifest b/dev-python/sra/Manifest index 9698899..4a3da74 100644 --- a/dev-python/sra/Manifest +++ b/dev-python/sra/Manifest @@ -1 +1 @@ -EBUILD sra-9999.ebuild 686 BLAKE2B cf10018021c0fd1a5ecfa71d30c74550e09961a01f00f21988e70fad20b04df0851bdb1d98e1743f7134c7302ec1725b5178eaef2a758fe09a4484351060fabd SHA512 0b3e42f27bb7118fb145d87cbc22b2730eee3810ea66269cb372cb0bca6cdc3f39063325c1d452bb3f16898c6ba9875bbe0528e120a659c5c4809e8c1aca6b09 +EBUILD sra-9999.ebuild 727 BLAKE2B bdf4d586a65a953c3d7b76621cb5aac2eb19a9aa3d699f5fc166d6ae13a2120906ce3ebb67b434e39dc2fa82e33e59ecafd8e805ab323f892fc564636d454c8b SHA512 4889dca4679b2f8822b3fadbeea8312c314ad277a65c738a14fc21376e3ee27c996458e5f43a99fa569a49d2624e0040e5753b7ab137e2119235cf09efa6584a diff --git a/dev-python/sra/sra-9999.ebuild b/dev-python/sra/sra-9999.ebuild index 39d82f3..34ca7d8 100644 --- a/dev-python/sra/sra-9999.ebuild +++ b/dev-python/sra/sra-9999.ebuild @@ -22,5 +22,6 @@ DEPEND=" dev-python/requests[${PYTHON_USEDEP}] dev-python/fusepy[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] + dev-vcs/python-gitlab[${PYTHON_USEDEP}] qis? ( app-shells/fzf )" RDEPEND="${DEPEND}"