head 1.2; access; symbols pkgsrc-2013Q4:1.1.0.24 pkgsrc-2013Q4-base:1.1 pkgsrc-2013Q3:1.1.0.22 pkgsrc-2013Q3-base:1.1 pkgsrc-2013Q2:1.1.0.20 pkgsrc-2013Q2-base:1.1 pkgsrc-2013Q1:1.1.0.18 pkgsrc-2013Q1-base:1.1 pkgsrc-2012Q4:1.1.0.16 pkgsrc-2012Q4-base:1.1 pkgsrc-2012Q3:1.1.0.14 pkgsrc-2012Q3-base:1.1 pkgsrc-2012Q2:1.1.0.12 pkgsrc-2012Q2-base:1.1 pkgsrc-2012Q1:1.1.0.10 pkgsrc-2012Q1-base:1.1 pkgsrc-2011Q4:1.1.0.8 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q3:1.1.0.6 pkgsrc-2011Q3-base:1.1 pkgsrc-2011Q2:1.1.0.4 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.2 pkgsrc-2011Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2014.01.19.20.30.49; author wiz; state dead; branches; next 1.1; commitid aOuUs76iL65qELlx; 1.1 date 2011.03.11.14.55.43; author drochner; state Exp; branches; next ; desc @@ 1.2 log @Finish rename of py-pyfits to py-fits. @ text @$NetBSD: patch-aa,v 1.1 2011/03/11 14:55:43 drochner Exp $ --- defsetup.py.orig 2011-02-16 16:45:15.000000000 +0000 +++ defsetup.py @@@@ -60,5 +60,5 @@@@ setupargs = { 'cmdclass' : {'build_ext': build_ext,}, 'package_dir' : { 'pyfits' : 'lib', 'pyfits.tests' : 'lib/tests' }, 'data_files' : [ ( 'pyfits/tests', [ 'lib/tests/*.fits' ] ) ], - 'scripts' : ['scripts/fitscheck'], + 'scripts' : ['scripts/fitscheck' + sys.version[0:3]], } @ 1.1 log @update to 2.4.0 changes: -Added some HDU methods for metadata -Enhanced the section class to allow reading non-contiguous image data -Added a verify keyword argument to the pyfits.append function -Added a new optional keyword arguments disable_image_compression and do_not_scale_image_data to pyfits.open -Checksum support now correctly conforms to the FITS standard -bugfixes @ text @d1 1 a1 1 $NetBSD$ @