From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1417684-garchives=archives.gentoo.org@lists.gentoo.org> 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 AF804158094 for <garchives@archives.gentoo.org>; Tue, 12 Jul 2022 16:03:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBE24E0E1A; Tue, 12 Jul 2022 16:02:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 CC758E0E1A for <gentoo-commits@lists.gentoo.org>; Tue, 12 Jul 2022 16:02:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D56AA340FBD for <gentoo-commits@lists.gentoo.org>; Tue, 12 Jul 2022 16:02:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CC1150D for <gentoo-commits@lists.gentoo.org>; Tue, 12 Jul 2022 16:02:57 +0000 (UTC) From: "Horea Christian" <horea.christ@gmail.com> 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" <horea.christ@gmail.com> Message-ID: <1657641770.32fe2d7357ac788a753ff94d4e030fb4ed6cd8b1.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/hdf5storage/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/hdf5storage/hdf5storage-0.1.15_p1.ebuild X-VCS-Directories: dev-python/hdf5storage/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 32fe2d7357ac788a753ff94d4e030fb4ed6cd8b1 X-VCS-Branch: master Date: Tue, 12 Jul 2022 16:02:57 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 323d6d6d-db6e-43a1-bbad-c990cade256c X-Archives-Hash: 7f8795c8b7364578b7ab39da140727a3 commit: 32fe2d7357ac788a753ff94d4e030fb4ed6cd8b1 Author: Horea Christian <chr <AT> chymera <DOT> eu> AuthorDate: Tue Jul 12 16:02:50 2022 +0000 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com> CommitDate: Tue Jul 12 16:02:50 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=32fe2d73 dev-python/hdf5storage: dropped version with broken tests Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Horea Christian <chr <AT> chymera.eu> .../hdf5storage/hdf5storage-0.1.15_p1.ebuild | 31 ---------------------- 1 file changed, 31 deletions(-) diff --git a/dev-python/hdf5storage/hdf5storage-0.1.15_p1.ebuild b/dev-python/hdf5storage/hdf5storage-0.1.15_p1.ebuild deleted file mode 100644 index 3a6391eb0..000000000 --- a/dev-python/hdf5storage/hdf5storage-0.1.15_p1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Read/write Python types to/from HDF5 files, including MATLAB v7.3 MAT files" -HOMEPAGE="https://github.com/frejanordsiek/hdf5storage" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/frejanordsiek/hdf5storage" -else - COMMIT=09dfc5fb3a6a3f9c32c2479a896c7f14d3c8d830 - SRC_URI="https://github.com/frejanordsiek/hdf5storage/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}"/${PN}-${COMMIT} - KEYWORDS="~amd64" -fi - -LICENSE="BSD" -SLOT="0" - -RDEPEND=" - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/h5py[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" - -distutils_enable_tests nose