diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-19 20:30:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-19 20:30:49 +0000 |
commit | fb8c3488ee85073234c30c1f7711b8108585e1b3 (patch) | |
tree | ab9997090cccc92843092e3f86b1baf5b27abfde | |
parent | 35d0853220ca7ff1a8325652e6ebab93ba58c907 (diff) | |
download | pkgsrc-fb8c3488ee85073234c30c1f7711b8108585e1b3.tar.gz |
Finish rename of py-pyfits to py-fits.
-rw-r--r-- | graphics/Makefile | 4 | ||||
-rw-r--r-- | graphics/py-pyfits/DESCR | 5 | ||||
-rw-r--r-- | graphics/py-pyfits/Makefile | 26 | ||||
-rw-r--r-- | graphics/py-pyfits/PLIST | 42 | ||||
-rw-r--r-- | graphics/py-pyfits/distinfo | 7 | ||||
-rw-r--r-- | graphics/py-pyfits/patches/patch-aa | 11 | ||||
-rw-r--r-- | graphics/py-pyfits/patches/patch-stsci_distutils_hack.py | 24 |
7 files changed, 2 insertions, 117 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 00ee6c94646..efd5fda2205 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.669 2014/01/19 20:12:15 wiz Exp $ +# $NetBSD: Makefile,v 1.670 2014/01/19 20:30:49 wiz Exp $ # COMMENT= Graphics tools and libraries @@ -381,6 +381,7 @@ SUBDIR+= py-biggles SUBDIR+= py-blockdiag SUBDIR+= py-cairo SUBDIR+= py-dot +SUBDIR+= py-fits SUBDIR+= py-gdchart SUBDIR+= py-gdmodule SUBDIR+= py-gnuplot @@ -394,7 +395,6 @@ SUBDIR+= py-matplotlib-tk SUBDIR+= py-nwdiag SUBDIR+= py-piddle SUBDIR+= py-pycha -SUBDIR+= py-pyfits SUBDIR+= py-seqdiag SUBDIR+= py-sk1libs SUBDIR+= py-uniconvertor diff --git a/graphics/py-pyfits/DESCR b/graphics/py-pyfits/DESCR deleted file mode 100644 index 25273ccbea8..00000000000 --- a/graphics/py-pyfits/DESCR +++ /dev/null @@ -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. diff --git a/graphics/py-pyfits/Makefile b/graphics/py-pyfits/Makefile deleted file mode 100644 index 6e6d0a86b16..00000000000 --- a/graphics/py-pyfits/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# $NetBSD: Makefile,v 1.5 2012/10/16 08:00:52 wiz Exp $ -# - -DISTNAME= pyfits-2.4.0 -PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 -CATEGORIES= graphics -MASTER_SITES= http://www.stsci.edu/resources/software_hardware/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 - -PYDISTUTILSPKG= yes -PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} -REPLACE_PYTHON= lib/core.py - -pre-configure: - ${MV} ${WRKSRC}/scripts/fitscheck \ - ${WRKSRC}/scripts/fitscheck${PYVERSSUFFIX} - -.include "../../lang/python/application.mk" -.include "../../lang/python/extension.mk" -.include "../../math/py-numpy/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/graphics/py-pyfits/PLIST b/graphics/py-pyfits/PLIST deleted file mode 100644 index 2480e23f7d5..00000000000 --- a/graphics/py-pyfits/PLIST +++ /dev/null @@ -1,42 +0,0 @@ -@comment $NetBSD: PLIST,v 1.3 2011/03/11 17:22:05 drochner Exp $ -bin/fitscheck${PYVERSSUFFIX} -${PYSITELIB}/pyfits/__init__.py -${PYSITELIB}/pyfits/__init__.pyc -${PYSITELIB}/pyfits/__init__.pyo -${PYSITELIB}/pyfits/core.py -${PYSITELIB}/pyfits/core.pyc -${PYSITELIB}/pyfits/core.pyo -${PYSITELIB}/pyfits/pyfitsComp.so -${PYSITELIB}/pyfits/rec.py -${PYSITELIB}/pyfits/rec.pyc -${PYSITELIB}/pyfits/rec.pyo -${PYSITELIB}/pyfits/svn_version.py -${PYSITELIB}/pyfits/svn_version.pyc -${PYSITELIB}/pyfits/svn_version.pyo -${PYSITELIB}/pyfits/tests/__init__.py -${PYSITELIB}/pyfits/tests/__init__.pyc -${PYSITELIB}/pyfits/tests/__init__.pyo -${PYSITELIB}/pyfits/tests/testCore.py -${PYSITELIB}/pyfits/tests/testCore.pyc -${PYSITELIB}/pyfits/tests/testCore.pyo -${PYSITELIB}/pyfits/tests/testPyfitsChecksum.py -${PYSITELIB}/pyfits/tests/testPyfitsChecksum.pyc -${PYSITELIB}/pyfits/tests/testPyfitsChecksum.pyo -${PYSITELIB}/pyfits/tests/testPyfitsDivision.py -${PYSITELIB}/pyfits/tests/testPyfitsDivision.pyc -${PYSITELIB}/pyfits/tests/testPyfitsDivision.pyo -${PYSITELIB}/pyfits/tests/testPyfitsHDUList.py -${PYSITELIB}/pyfits/tests/testPyfitsHDUList.pyc -${PYSITELIB}/pyfits/tests/testPyfitsHDUList.pyo -${PYSITELIB}/pyfits/tests/testPyfitsImage.py -${PYSITELIB}/pyfits/tests/testPyfitsImage.pyc -${PYSITELIB}/pyfits/tests/testPyfitsImage.pyo -${PYSITELIB}/pyfits/tests/testPyfitsTable.py -${PYSITELIB}/pyfits/tests/testPyfitsTable.pyc -${PYSITELIB}/pyfits/tests/testPyfitsTable.pyo -${PYSITELIB}/pyfits/tests/testStructured.py -${PYSITELIB}/pyfits/tests/testStructured.pyc -${PYSITELIB}/pyfits/tests/testStructured.pyo -${PYSITELIB}/pyfits/tests/testUint.py -${PYSITELIB}/pyfits/tests/testUint.pyc -${PYSITELIB}/pyfits/tests/testUint.pyo diff --git a/graphics/py-pyfits/distinfo b/graphics/py-pyfits/distinfo deleted file mode 100644 index f44af4ac345..00000000000 --- a/graphics/py-pyfits/distinfo +++ /dev/null @@ -1,7 +0,0 @@ -$NetBSD: distinfo,v 1.3 2012/04/07 11:32:30 joerg Exp $ - -SHA1 (pyfits-2.4.0.tar.gz) = 5a0c9c7fd058fc44a22f1c00682461ecf4ebc3c1 -RMD160 (pyfits-2.4.0.tar.gz) = 3256f2111db7c994f1deb7d6ec37cb6a2a003fb0 -Size (pyfits-2.4.0.tar.gz) = 284236 bytes -SHA1 (patch-aa) = b1d6964efdee73628f716e37e0dc1c18d17e7610 -SHA1 (patch-stsci_distutils_hack.py) = de3664947c9f194f518d6a3d45d778104cbce7a0 diff --git a/graphics/py-pyfits/patches/patch-aa b/graphics/py-pyfits/patches/patch-aa deleted file mode 100644 index 379b57afb04..00000000000 --- a/graphics/py-pyfits/patches/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ -$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]], - } diff --git a/graphics/py-pyfits/patches/patch-stsci_distutils_hack.py b/graphics/py-pyfits/patches/patch-stsci_distutils_hack.py deleted file mode 100644 index 8f3123b5e06..00000000000 --- a/graphics/py-pyfits/patches/patch-stsci_distutils_hack.py +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-stsci_distutils_hack.py,v 1.1 2012/04/07 11:32:30 joerg Exp $ - ---- stsci_distutils_hack.py.orig 2010-04-14 11:20:48.000000000 +0000 -+++ stsci_distutils_hack.py -@@ -237,8 +237,8 @@ def __get_svn_rev__(path): - try: - # with popen3, stderr goes into a pipe where we ignore it, - # This means the user does not see errors. -- cmd = 'svnversion '+path -- (sin, sout, serr) = os.popen3(cmd) -+ cmd = 'svnversion %s 2>/dev/null' % path -+ sout = os.popen(cmd) - - # pick up the first line of output - m=sout.read().strip() -@@ -261,7 +261,7 @@ def __get_full_info__(path): - try: - # with popen3, stderr goes into a pipe where we ignore it, - # This means the user does not see errors. -- (sin, sout, serr) = os.popen3('svn info %s' % path) -+ sout = os.popen('svn info %s 2>/dev/null' % path) - - # pick up all the lines of output - info = [l.strip() for l in sout.readlines()] |