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 8F76D138359 for ; Wed, 7 Oct 2020 01:36:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4E3DE099E; Wed, 7 Oct 2020 01:36:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A9EE3E099E for ; Wed, 7 Oct 2020 01:36:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A191E33CEF2 for ; Wed, 7 Oct 2020 01:36:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 556E038E for ; Wed, 7 Oct 2020 01:36:54 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1602034607.d44211c8d860cae919ec5e1810c6320aa6bab4db.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/pyBigWig/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/pyBigWig/pyBigWig-0.3.4.ebuild X-VCS-Directories: dev-python/pyBigWig/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: d44211c8d860cae919ec5e1810c6320aa6bab4db X-VCS-Branch: master Date: Wed, 7 Oct 2020 01:36:54 +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: 8c970a8e-ab65-400e-9812-16be9734be53 X-Archives-Hash: 683dbfa730955e13a2e64f667c3d9018 commit: d44211c8d860cae919ec5e1810c6320aa6bab4db Author: Aisha Tammy aisha cc> AuthorDate: Wed Oct 7 01:36:47 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Wed Oct 7 01:36:47 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d44211c8 dev-python/pyBigWig: drop old package Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> dev-python/pyBigWig/pyBigWig-0.3.4.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/dev-python/pyBigWig/pyBigWig-0.3.4.ebuild b/dev-python/pyBigWig/pyBigWig-0.3.4.ebuild deleted file mode 100644 index ba8e24b6a..000000000 --- a/dev-python/pyBigWig/pyBigWig-0.3.4.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python 3_5 ) - -PYTHON_COMPAT=( python2_7 python3_5 ) - -inherit distutils-r1 - -DESCRIPTION="Python extension written in C for quick access to and creation of bigWig files" -HOMEPAGE="https://github.com/dpryan79/pyBigWig" -SRC_URI="https://github.com/dpryan79/pyBigWig/archive/0.3.4.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="sci-biology/libBigWig" -RDEPEND="${DEPEND}"