py-fits: remove

Does not build with python 2.7 despite being limited to it.
Dead upstream, nothing in pkgsrc uses it.
This commit is contained in:
wiz 2022-01-25 01:39:59 +00:00
parent 9cbd1c149e
commit b7e8c48486
7 changed files with 3 additions and 225 deletions

View file

@ -1,4 +1,4 @@
$NetBSD: CHANGES-2022,v 1.421 2022/01/25 01:37:49 wiz Exp $
$NetBSD: CHANGES-2022,v 1.422 2022/01/25 01:39:59 wiz Exp $
Changes to the packages collection and infrastructure in 2022:
@ -569,3 +569,4 @@ Changes to the packages collection and infrastructure in 2022:
Removed graphics/py-biggles [wiz 2022-01-25]
Removed math/py-Scientific-doc [wiz 2022-01-25]
Removed math/py-Scientific [wiz 2022-01-25]
Removed graphics/py-fits [wiz 2022-01-25]

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.958 2022/01/25 01:34:30 wiz Exp $
# $NetBSD: Makefile,v 1.959 2022/01/25 01:39:59 wiz Exp $
#
COMMENT= Graphics tools and libraries
@ -494,7 +494,6 @@ SUBDIR+= py-chart
SUBDIR+= py-cycler
SUBDIR+= py-dot
SUBDIR+= py-exifread
SUBDIR+= py-fits
SUBDIR+= py-gdchart
SUBDIR+= py-gdmodule
SUBDIR+= py-ggplot

View file

@ -1,3 +0,0 @@
bin/fitscheck @PREFIX@/bin/fitscheck-@PYVERSSUFFIX@
bin/fitsdiff @PREFIX@/bin/fitsdiff-@PYVERSSUFFIX@
bin/fitshead @PREFIX@/bin/fitshead-@PYVERSSUFFIX@

View file

@ -1,5 +0,0 @@
FITS (Flexible Image Transport System) is a data format most used in astronomy.
PyFITS is a Python module for reading, writing, and manipulating FITS files.
The module uses Python's object-oriented features to provide quick, easy, and
efficient access to FITS files. The use of Python's array syntax enables
immediate access to any FITS extension, header cards, or data items.

View file

@ -1,28 +0,0 @@
# $NetBSD: Makefile,v 1.13 2022/01/05 15:41:11 wiz Exp $
DISTNAME= pyfits-3.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
PKGREVISION= 3
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyfits/}
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= http://www.stsci.edu/resources/software_hardware/pyfits
COMMENT= Python module for reading, writing, and manipulating FITS files
LICENSE= modified-bsd
BUILD_DEPENDS+= ${PYPKGPREFIX}-d2to1>=0.2.12:../../devel/py-d2to1
BUILD_DEPENDS+= ${PYPKGPREFIX}-stsci.distutils>=0.3:../../devel/py-stsci.distutils
USE_PKG_RESOURCES= yes
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} fitscheck fitscheck-${PYVERSSUFFIX} && \
${MV} fitsdiff fitsdiff-${PYVERSSUFFIX} && \
${MV} fitshead fitshead-${PYVERSSUFFIX} || ${TRUE}
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,181 +0,0 @@
@comment $NetBSD: PLIST,v 1.4 2018/10/07 08:51:42 adam Exp $
bin/fitscheck-${PYVERSSUFFIX}
bin/fitsdiff-${PYVERSSUFFIX}
bin/fitshead-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/pyfits/__init__.py
${PYSITELIB}/pyfits/__init__.pyc
${PYSITELIB}/pyfits/__init__.pyo
${PYSITELIB}/pyfits/_compat/__init__.py
${PYSITELIB}/pyfits/_compat/__init__.pyc
${PYSITELIB}/pyfits/_compat/__init__.pyo
${PLIST.py2x}${PYSITELIB}/pyfits/_compat/_odict_py2/__init__.py
${PLIST.py2x}${PYSITELIB}/pyfits/_compat/_odict_py2/__init__.pyc
${PLIST.py2x}${PYSITELIB}/pyfits/_compat/_odict_py2/__init__.pyo
${PLIST.py2x}${PYSITELIB}/pyfits/_compat/_weakset_py2/__init__.py
${PLIST.py2x}${PYSITELIB}/pyfits/_compat/_weakset_py2/__init__.pyc
${PLIST.py2x}${PYSITELIB}/pyfits/_compat/_weakset_py2/__init__.pyo
${PYSITELIB}/pyfits/_compat/odict.py
${PYSITELIB}/pyfits/_compat/odict.pyc
${PYSITELIB}/pyfits/_compat/odict.pyo
${PYSITELIB}/pyfits/_compat/weakref.py
${PYSITELIB}/pyfits/_compat/weakref.pyc
${PYSITELIB}/pyfits/_compat/weakref.pyo
${PYSITELIB}/pyfits/_numpy_hacks.py
${PYSITELIB}/pyfits/_numpy_hacks.pyc
${PYSITELIB}/pyfits/_numpy_hacks.pyo
${PYSITELIB}/pyfits/_release.py
${PYSITELIB}/pyfits/_release.pyc
${PYSITELIB}/pyfits/_release.pyo
${PYSITELIB}/pyfits/card.py
${PYSITELIB}/pyfits/card.pyc
${PYSITELIB}/pyfits/card.pyo
${PYSITELIB}/pyfits/column.py
${PYSITELIB}/pyfits/column.pyc
${PYSITELIB}/pyfits/column.pyo
${PYSITELIB}/pyfits/compression.so
${PYSITELIB}/pyfits/convenience.py
${PYSITELIB}/pyfits/convenience.pyc
${PYSITELIB}/pyfits/convenience.pyo
${PYSITELIB}/pyfits/core.py
${PYSITELIB}/pyfits/core.pyc
${PYSITELIB}/pyfits/core.pyo
${PYSITELIB}/pyfits/diff.py
${PYSITELIB}/pyfits/diff.pyc
${PYSITELIB}/pyfits/diff.pyo
${PYSITELIB}/pyfits/extern/__init__.py
${PYSITELIB}/pyfits/extern/__init__.pyc
${PYSITELIB}/pyfits/extern/__init__.pyo
${PYSITELIB}/pyfits/extern/six.py
${PYSITELIB}/pyfits/extern/six.pyc
${PYSITELIB}/pyfits/extern/six.pyo
${PYSITELIB}/pyfits/file.py
${PYSITELIB}/pyfits/file.pyc
${PYSITELIB}/pyfits/file.pyo
${PYSITELIB}/pyfits/fitsrec.py
${PYSITELIB}/pyfits/fitsrec.pyc
${PYSITELIB}/pyfits/fitsrec.pyo
${PYSITELIB}/pyfits/hdu/__init__.py
${PYSITELIB}/pyfits/hdu/__init__.pyc
${PYSITELIB}/pyfits/hdu/__init__.pyo
${PYSITELIB}/pyfits/hdu/base.py
${PYSITELIB}/pyfits/hdu/base.pyc
${PYSITELIB}/pyfits/hdu/base.pyo
${PYSITELIB}/pyfits/hdu/compressed.py
${PYSITELIB}/pyfits/hdu/compressed.pyc
${PYSITELIB}/pyfits/hdu/compressed.pyo
${PYSITELIB}/pyfits/hdu/groups.py
${PYSITELIB}/pyfits/hdu/groups.pyc
${PYSITELIB}/pyfits/hdu/groups.pyo
${PYSITELIB}/pyfits/hdu/hdulist.py
${PYSITELIB}/pyfits/hdu/hdulist.pyc
${PYSITELIB}/pyfits/hdu/hdulist.pyo
${PYSITELIB}/pyfits/hdu/image.py
${PYSITELIB}/pyfits/hdu/image.pyc
${PYSITELIB}/pyfits/hdu/image.pyo
${PYSITELIB}/pyfits/hdu/nonstandard.py
${PYSITELIB}/pyfits/hdu/nonstandard.pyc
${PYSITELIB}/pyfits/hdu/nonstandard.pyo
${PYSITELIB}/pyfits/hdu/streaming.py
${PYSITELIB}/pyfits/hdu/streaming.pyc
${PYSITELIB}/pyfits/hdu/streaming.pyo
${PYSITELIB}/pyfits/hdu/table.py
${PYSITELIB}/pyfits/hdu/table.pyc
${PYSITELIB}/pyfits/hdu/table.pyo
${PYSITELIB}/pyfits/header.py
${PYSITELIB}/pyfits/header.pyc
${PYSITELIB}/pyfits/header.pyo
${PYSITELIB}/pyfits/py3compat.py
${PYSITELIB}/pyfits/py3compat.pyc
${PYSITELIB}/pyfits/py3compat.pyo
${PYSITELIB}/pyfits/scripts/__init__.py
${PYSITELIB}/pyfits/scripts/__init__.pyc
${PYSITELIB}/pyfits/scripts/__init__.pyo
${PYSITELIB}/pyfits/scripts/fitscheck.py
${PYSITELIB}/pyfits/scripts/fitscheck.pyc
${PYSITELIB}/pyfits/scripts/fitscheck.pyo
${PYSITELIB}/pyfits/scripts/fitsdiff.py
${PYSITELIB}/pyfits/scripts/fitsdiff.pyc
${PYSITELIB}/pyfits/scripts/fitsdiff.pyo
${PYSITELIB}/pyfits/scripts/fitsheader.py
${PYSITELIB}/pyfits/scripts/fitsheader.pyc
${PYSITELIB}/pyfits/scripts/fitsheader.pyo
${PYSITELIB}/pyfits/scripts/fitsinfo.py
${PYSITELIB}/pyfits/scripts/fitsinfo.pyc
${PYSITELIB}/pyfits/scripts/fitsinfo.pyo
${PYSITELIB}/pyfits/tests/__init__.py
${PYSITELIB}/pyfits/tests/__init__.pyc
${PYSITELIB}/pyfits/tests/__init__.pyo
${PYSITELIB}/pyfits/tests/data/arange.fits
${PYSITELIB}/pyfits/tests/data/ascii.fits
${PYSITELIB}/pyfits/tests/data/blank.fits
${PYSITELIB}/pyfits/tests/data/checksum.fits
${PYSITELIB}/pyfits/tests/data/comp.fits
${PYSITELIB}/pyfits/tests/data/fixed-1890.fits
${PYSITELIB}/pyfits/tests/data/memtest.fits
${PYSITELIB}/pyfits/tests/data/o4sp040b0_raw.fits
${PYSITELIB}/pyfits/tests/data/random_groups.fits
${PYSITELIB}/pyfits/tests/data/scale.fits
${PYSITELIB}/pyfits/tests/data/stddata.fits
${PYSITELIB}/pyfits/tests/data/table.fits
${PYSITELIB}/pyfits/tests/data/tb.fits
${PYSITELIB}/pyfits/tests/data/tdim.fits
${PYSITELIB}/pyfits/tests/data/test0.fits
${PYSITELIB}/pyfits/tests/data/zerowidth.fits
${PYSITELIB}/pyfits/tests/test_checksum.py
${PYSITELIB}/pyfits/tests/test_checksum.pyc
${PYSITELIB}/pyfits/tests/test_checksum.pyo
${PYSITELIB}/pyfits/tests/test_core.py
${PYSITELIB}/pyfits/tests/test_core.pyc
${PYSITELIB}/pyfits/tests/test_core.pyo
${PYSITELIB}/pyfits/tests/test_diff.py
${PYSITELIB}/pyfits/tests/test_diff.pyc
${PYSITELIB}/pyfits/tests/test_diff.pyo
${PYSITELIB}/pyfits/tests/test_division.py
${PYSITELIB}/pyfits/tests/test_division.pyc
${PYSITELIB}/pyfits/tests/test_division.pyo
${PYSITELIB}/pyfits/tests/test_groups.py
${PYSITELIB}/pyfits/tests/test_groups.pyc
${PYSITELIB}/pyfits/tests/test_groups.pyo
${PYSITELIB}/pyfits/tests/test_hdulist.py
${PYSITELIB}/pyfits/tests/test_hdulist.pyc
${PYSITELIB}/pyfits/tests/test_hdulist.pyo
${PYSITELIB}/pyfits/tests/test_header.py
${PYSITELIB}/pyfits/tests/test_header.pyc
${PYSITELIB}/pyfits/tests/test_header.pyo
${PYSITELIB}/pyfits/tests/test_image.py
${PYSITELIB}/pyfits/tests/test_image.pyc
${PYSITELIB}/pyfits/tests/test_image.pyo
${PYSITELIB}/pyfits/tests/test_nonstandard.py
${PYSITELIB}/pyfits/tests/test_nonstandard.pyc
${PYSITELIB}/pyfits/tests/test_nonstandard.pyo
${PYSITELIB}/pyfits/tests/test_structured.py
${PYSITELIB}/pyfits/tests/test_structured.pyc
${PYSITELIB}/pyfits/tests/test_structured.pyo
${PYSITELIB}/pyfits/tests/test_table.py
${PYSITELIB}/pyfits/tests/test_table.pyc
${PYSITELIB}/pyfits/tests/test_table.pyo
${PYSITELIB}/pyfits/tests/test_uint.py
${PYSITELIB}/pyfits/tests/test_uint.pyc
${PYSITELIB}/pyfits/tests/test_uint.pyo
${PYSITELIB}/pyfits/tests/test_util.py
${PYSITELIB}/pyfits/tests/test_util.pyc
${PYSITELIB}/pyfits/tests/test_util.pyo
${PYSITELIB}/pyfits/tests/util.py
${PYSITELIB}/pyfits/tests/util.pyc
${PYSITELIB}/pyfits/tests/util.pyo
${PYSITELIB}/pyfits/util.py
${PYSITELIB}/pyfits/util.pyc
${PYSITELIB}/pyfits/util.pyo
${PYSITELIB}/pyfits/verify.py
${PYSITELIB}/pyfits/verify.pyc
${PYSITELIB}/pyfits/verify.pyo
${PYSITELIB}/pyfits/version.py
${PYSITELIB}/pyfits/version.pyc
${PYSITELIB}/pyfits/version.pyo

View file

@ -1,5 +0,0 @@
$NetBSD: distinfo,v 1.6 2021/10/26 10:46:45 nia Exp $
BLAKE2s (pyfits-3.5.tar.gz) = 4bbe7d345af1d67dd9c88f18ca713ae04f824082ee98228b995bdd413eb13b43
SHA512 (pyfits-3.5.tar.gz) = 9a9bfae87286b9f9f2568b20adbbaef8e701b377685960fa7069ae29be6f6bbde1cc0c2475b7fc34a1e9cb87f3ec2263d4df22ec88595003a4d378c61edee802
Size (pyfits-3.5.tar.gz) = 1690441 bytes