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 A5E52138359 for ; Tue, 22 Sep 2020 17:32:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6734E0837; Tue, 22 Sep 2020 17:32:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 C253AE0837 for ; Tue, 22 Sep 2020 17:32:11 +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 813FE33D4A6 for ; Tue, 22 Sep 2020 17:32:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B80435F for ; Tue, 22 Sep 2020 17:32:09 +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: <1600795918.c9a7231b8989aca52cb3eb3aa50fcd500c209891.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/pyhdf/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/pyhdf/metadata.xml dev-python/pyhdf/pyhdf-0.8.3.ebuild X-VCS-Directories: dev-python/pyhdf/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: c9a7231b8989aca52cb3eb3aa50fcd500c209891 X-VCS-Branch: master Date: Tue, 22 Sep 2020 17:32:09 +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: 4a5e4a93-1d38-4e5f-8a1a-52f6b5a0f013 X-Archives-Hash: 15de11e2222de8e09fbee9287884aceb commit: c9a7231b8989aca52cb3eb3aa50fcd500c209891 Author: Aisha Tammy aisha cc> AuthorDate: Tue Sep 22 17:31:47 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Tue Sep 22 17:31:58 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c9a7231b dev-python/pyhdf: drop dead package Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> dev-python/pyhdf/metadata.xml | 18 ----------------- dev-python/pyhdf/pyhdf-0.8.3.ebuild | 40 ------------------------------------- 2 files changed, 58 deletions(-) diff --git a/dev-python/pyhdf/metadata.xml b/dev-python/pyhdf/metadata.xml deleted file mode 100644 index 6a3e3ff5d..000000000 --- a/dev-python/pyhdf/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - gorkypl@gmail.com - Paweł Rumian - - - sci@gentoo.org - Gentoo Science Project - - - Allow to use sci-libs/szip for SZIP compression method in SDsetcompress() - - - pysclint - - diff --git a/dev-python/pyhdf/pyhdf-0.8.3.ebuild b/dev-python/pyhdf/pyhdf-0.8.3.ebuild deleted file mode 100644 index 3f1ceb391..000000000 --- a/dev-python/pyhdf/pyhdf-0.8.3.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Python interface to NCSA HDF4 library" -HOMEPAGE="http://pysclint.sourceforge.net/pycdf/ http://pypi.python.org/pypi/pyhdf" -SRC_URI="mirror://sourceforge/pysclint/${PN}/${PV}/${P}.tar.gz" - -LICENSE="PSF-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="examples szip" - -RDEPEND=" - dev-python/numpy[${PYTHON_USEDEP}] - sci-libs/hdf[szip=]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -python_compile() { - use szip || export NOSZIP=1 - distutils-r1_python_compile -} - -python_install_all() { - distutils-r1_python_install_all - - dohtml doc/*.html - dodoc CHANGES doc/*.txt - - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples - fi -}