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 7579815864F for ; Sat, 25 Mar 2023 05:17:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3526E088F; Sat, 25 Mar 2023 05:17:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AFFB8E088F for ; Sat, 25 Mar 2023 05:17:01 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C393D335D6B for ; Sat, 25 Mar 2023 05:17:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37593939 for ; Sat, 25 Mar 2023 05:16:59 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1679721400.5aebdd92b5637fad779aeaa19ca9045338ba126e.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/gffutils/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/gffutils/gffutils-0.8.7.1.ebuild X-VCS-Directories: sci-biology/gffutils/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 5aebdd92b5637fad779aeaa19ca9045338ba126e X-VCS-Branch: master Date: Sat, 25 Mar 2023 05:16:59 +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: 2a332435-2833-4b2f-a634-6082a1255dc6 X-Archives-Hash: 37f621f2e81dd3f78aeab2167fa02227 commit: 5aebdd92b5637fad779aeaa19ca9045338ba126e Author: Horea Christian chymera eu> AuthorDate: Sat Mar 25 05:16:40 2023 +0000 Commit: Horea Christian gmail com> CommitDate: Sat Mar 25 05:16:40 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5aebdd92 sci-biology/gffutils: drop 0.8.7.1 Signed-off-by: Horea Christian chymera.eu> sci-biology/gffutils/gffutils-0.8.7.1.ebuild | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/sci-biology/gffutils/gffutils-0.8.7.1.ebuild b/sci-biology/gffutils/gffutils-0.8.7.1.ebuild deleted file mode 100644 index 29506bb9c..000000000 --- a/sci-biology/gffutils/gffutils-0.8.7.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 - -DESCRIPTION="GFF and GTF file manipulation and interconversion" -HOMEPAGE="https://gffutils.readthedocs.io/en/latest/" -SRC_URI="https://github.com/daler/gffutils/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - sci-biology/pyfaidx[${PYTHON_USEDEP}] - dev-python/simplejson[${PYTHON_USEDEP}] - dev-python/argh[${PYTHON_USEDEP}] - dev-python/argcomplete[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}"