From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- dev-python/fitsio/Manifest | 1 - dev-python/fitsio/fitsio-1.3.0.ebuild | 43 ----------------------------------- dev-python/fitsio/metadata.xml | 26 --------------------- 3 files changed, 70 deletions(-) delete mode 100644 dev-python/fitsio/Manifest delete mode 100644 dev-python/fitsio/fitsio-1.3.0.ebuild delete mode 100644 dev-python/fitsio/metadata.xml (limited to 'dev-python/fitsio') diff --git a/dev-python/fitsio/Manifest b/dev-python/fitsio/Manifest deleted file mode 100644 index e5c59c3e5a34..000000000000 --- a/dev-python/fitsio/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST fitsio-1.3.0.gh.tar.gz 4990432 BLAKE2B d43b140d564326f858f45905b49d70b58fab4a2755cc3dacfe33e4df83fd929db8060dea146f681b35a60ae6a8b6f2662a9af2542a1b6150a2e3837a87d54a76 SHA512 e7e758f69fffe0c1386b30f7b1e392b4162af2ec1ca63389730ac2f5eb41cb7c2b4e9fec831411a9f37a08be80ef9bef39b6fad04d6520e03fabe5501c59ba84 diff --git a/dev-python/fitsio/fitsio-1.3.0.ebuild b/dev-python/fitsio/fitsio-1.3.0.ebuild deleted file mode 100644 index a7cb69c021b4..000000000000 --- a/dev-python/fitsio/fitsio-1.3.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2025 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_{13..14} ) - -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" - -DEPEND=" - >=dev-python/numpy-1.17:=[${PYTHON_USEDEP}] - >=sci-libs/cfitsio-4.4.0:0= -" -RDEPEND=" - ${DEPEND} - dev-python/setuptools-scm[${PYTHON_USEDEP}] -" - -EPYTEST_PLUGINS=() -distutils_enable_tests pytest - -export FITSIO_USE_SYSTEM_FITSIO=1 - -python_test() { - cd "${BUILD_DIR}/install$(python_get_sitedir)" || die - epytest -} diff --git a/dev-python/fitsio/metadata.xml b/dev-python/fitsio/metadata.xml deleted file mode 100644 index 0468ed326a7e..000000000000 --- a/dev-python/fitsio/metadata.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - sci-astronomy@gentoo.org - Gentoo Astronomy Project - - - python@gentoo.org - Python - - - Fitsio provides an easy to use object-oriented API including - providing a Numpy interface to FITS files read from CFITSIO. It - allows direct access to the columns of a FITS binary table which can - be useful for reading large fits files. Compared to astropy.io.fits, - this package is closer to the underlying cfitsio library. - Fitsio also exposes a microlanguage (implemented in CFITSIO) for - making efficient SQL-like queries of tables (single tables only - though–no joins or anything like that). - - - esheldon/fitsio - fitsio - - -- cgit v1.3