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 9F4D615814C for ; Tue, 7 Nov 2023 19:22:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 089BE2BC025; Tue, 7 Nov 2023 19:22:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 DF9642BC025 for ; Tue, 7 Nov 2023 19:22:55 +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 EDEFF335D35 for ; Tue, 7 Nov 2023 19:22:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E43F1333 for ; Tue, 7 Nov 2023 19:22:52 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1699384965.1a869563eb85f1c805f7e6520d707f7d92cfa89f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fitsio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/fitsio/Manifest dev-python/fitsio/fitsio-1.1.10.ebuild X-VCS-Directories: dev-python/fitsio/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1a869563eb85f1c805f7e6520d707f7d92cfa89f X-VCS-Branch: master Date: Tue, 7 Nov 2023 19:22:52 +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: 48ad64da-d6dd-417e-ba9f-8b439120430a X-Archives-Hash: 46ab007bb757ebc6a8fe850d098cfc0b commit: 1a869563eb85f1c805f7e6520d707f7d92cfa89f Author: Michał Górny gentoo org> AuthorDate: Tue Nov 7 19:11:00 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Nov 7 19:22:45 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a869563 dev-python/fitsio: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/fitsio/Manifest | 1 - dev-python/fitsio/fitsio-1.1.10.ebuild | 46 ---------------------------------- 2 files changed, 47 deletions(-) diff --git a/dev-python/fitsio/Manifest b/dev-python/fitsio/Manifest index 8b1b00768f8f..a79ddbdcdba4 100644 --- a/dev-python/fitsio/Manifest +++ b/dev-python/fitsio/Manifest @@ -1,2 +1 @@ -DIST fitsio-1.1.10.gh.tar.gz 5052842 BLAKE2B 1d0fb90fa23b3adf1ab172c89f9475b59d1bc909b225129c923bd27391af2844d4b56134568ed07124b9152000fb1325a2225997048d18aa596246d609888b28 SHA512 d0e28f1892640404a2514832e1d68ac202de4c3d3a840c783e6eb3de381f2180136eaec856bd7ab1b236b67c273417a137121137f6d1e66ee6bb2becdc522fa6 DIST fitsio-1.2.0.gh.tar.gz 4582716 BLAKE2B a395318b7ae3f52f7c764dae81b9ba9e305cf92e140d7ee015e235c1448a8fb7b2f87ec6132b7d4322f5a468384f8b6a9a33382d0d9d2adc8924e9d3843d9901 SHA512 d701534d8615382dbe8e4134e0b47a2568194e746b75b6c0dc9172d30c79d2cd70052364b18506d275360c82811a7062832bb6f6d7bfb4b3be6ef51b19b62a95 diff --git a/dev-python/fitsio/fitsio-1.1.10.ebuild b/dev-python/fitsio/fitsio-1.1.10.ebuild deleted file mode 100644 index 61d611cbdaa4..000000000000 --- a/dev-python/fitsio/fitsio-1.1.10.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 - -DESCRIPTION="Python library to read from and write to FITS files" -HOMEPAGE=" - https://github.com/esheldon/fitsio/ - https://pypi.org/project/fitsio/ -" -SRC_URI=" - https://github.com/esheldon/fitsio/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" - -DEPEND=" - >=dev-python/numpy-1.11[${PYTHON_USEDEP}] - sci-libs/cfitsio:0= -" -RDEPEND=" - ${DEPEND} -" - -distutils_enable_tests pytest - -src_configure() { - cat >> setup.cfg <<-EOF || die - [build_ext] - use_system_fitsio = True - EOF -} - -python_test() { - cd "${BUILD_DIR}/install$(python_get_sitedir)" || die - epytest -}