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 71EFC158095 for ; Sat, 2 Jul 2022 13:16:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5998BE0C10; Sat, 2 Jul 2022 13:16:25 +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 44AB7E0C10 for ; Sat, 2 Jul 2022 13:16:25 +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 57E1E341C13 for ; Sat, 2 Jul 2022 13:16:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 820DE527 for ; Sat, 2 Jul 2022 13:16:21 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1656767762.ad5bb34dc60813f76a4e36f79fa95293b8be5442.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/HTSeq/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/HTSeq/HTSeq-0.12.4.ebuild sci-biology/HTSeq/Manifest X-VCS-Directories: sci-biology/HTSeq/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: ad5bb34dc60813f76a4e36f79fa95293b8be5442 X-VCS-Branch: master Date: Sat, 2 Jul 2022 13:16:21 +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: 3d2133bf-46e5-4d37-84e1-75e991263e7b X-Archives-Hash: dd17d22922a8a9240c90f3933e6e08a7 commit: ad5bb34dc60813f76a4e36f79fa95293b8be5442 Author: David Seifert gentoo org> AuthorDate: Sat Jul 2 13:16:02 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Jul 2 13:16:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad5bb34d sci-biology/HTSeq: drop 0.12.4 Closes: https://bugs.gentoo.org/809662 Closes: https://bugs.gentoo.org/846221 Signed-off-by: David Seifert gentoo.org> sci-biology/HTSeq/HTSeq-0.12.4.ebuild | 33 --------------------------------- sci-biology/HTSeq/Manifest | 1 - 2 files changed, 34 deletions(-) diff --git a/sci-biology/HTSeq/HTSeq-0.12.4.ebuild b/sci-biology/HTSeq/HTSeq-0.12.4.ebuild deleted file mode 100644 index 548684fd531b..000000000000 --- a/sci-biology/HTSeq/HTSeq-0.12.4.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) - -inherit distutils-r1 - -DESCRIPTION="Python support for SAM/BAM/Bowtie/FASTA/Q/GFF/GTF files" -HOMEPAGE="https://htseq.readthedocs.io/" - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/htseq/htseq.git" -else - SRC_URI="https://github.com/htseq/htseq/archive/release_${PV}.tar.gz -> ${P}.tar.gz" - - S="${WORKDIR}"/htseq-release_${PV} - KEYWORDS="~amd64" -fi - -LICENSE="GPL-3+" -SLOT="0" - -RDEPEND=" - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/matplotlib[${PYTHON_USEDEP}] - sci-biology/pysam[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" -BDEPEND=" - >=dev-lang/swig-3.0.8 - dev-python/cython[${PYTHON_USEDEP}]" diff --git a/sci-biology/HTSeq/Manifest b/sci-biology/HTSeq/Manifest index fbb304f1410e..89b37aa1c25b 100644 --- a/sci-biology/HTSeq/Manifest +++ b/sci-biology/HTSeq/Manifest @@ -1,2 +1 @@ -DIST HTSeq-0.12.4.tar.gz 36187218 BLAKE2B 27be4e8783f9e32c10e23ae812069b489eb11dfa4058db43b5db4b8089792351901255103e4d4de1bcf866da3acd13e742adf8d35a9b70305aa156c70dde0837 SHA512 ec4a1a7e9177f103465840ffa9f936a5e887ffd17760b99d4cbdfd5a88e2ab44275fadfcbee153aadc6e828de7be205ed7a07f3a0548457b7c66826341c3ca64 DIST HTSeq-2.0.2.gh.tar.gz 48468261 BLAKE2B c68ec67906f3cf78954e94214b82fd51bc19e0c505f994a3df4bfc682d804fa26f4883e9a8fa1e8ddf1e4f8ba8690d605705ebdd2d1695470984c2f04b6a19ce SHA512 96c0b4de6c9cfa9e405f02e366ecfed63bb0dba0ab76fe872f6f48b52a4956b08fa75efa4b1e4c6e4560e34b4e2921bf1ec9671831226ad415ed421a88ec3f6d