pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics Finish rename of py-pyfits to py-fits.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0fe504aaabd3
branches:  trunk
changeset: 629325:0fe504aaabd3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 19 20:30:49 2014 +0000

description:
Finish rename of py-pyfits to py-fits.

diffstat:

 graphics/Makefile                                        |   4 +-
 graphics/py-pyfits/DESCR                                 |   5 -
 graphics/py-pyfits/Makefile                              |  26 ---------
 graphics/py-pyfits/PLIST                                 |  42 ----------------
 graphics/py-pyfits/distinfo                              |   7 --
 graphics/py-pyfits/patches/patch-aa                      |  11 ----
 graphics/py-pyfits/patches/patch-stsci_distutils_hack.py |  24 ---------
 7 files changed, 2 insertions(+), 117 deletions(-)

diffs (164 lines):

diff -r 0adc0f9b1a35 -r 0fe504aaabd3 graphics/Makefile
--- a/graphics/Makefile Sun Jan 19 20:30:05 2014 +0000
+++ b/graphics/Makefile Sun Jan 19 20:30:49 2014 +0000
@@ -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-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-nwdiag
 SUBDIR+=       py-piddle
 SUBDIR+=       py-pycha
-SUBDIR+=       py-pyfits
 SUBDIR+=       py-seqdiag
 SUBDIR+=       py-sk1libs
 SUBDIR+=       py-uniconvertor
diff -r 0adc0f9b1a35 -r 0fe504aaabd3 graphics/py-pyfits/DESCR
--- a/graphics/py-pyfits/DESCR  Sun Jan 19 20:30:05 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 0adc0f9b1a35 -r 0fe504aaabd3 graphics/py-pyfits/Makefile
--- a/graphics/py-pyfits/Makefile       Sun Jan 19 20:30:05 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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 -r 0adc0f9b1a35 -r 0fe504aaabd3 graphics/py-pyfits/PLIST
--- a/graphics/py-pyfits/PLIST  Sun Jan 19 20:30:05 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 0adc0f9b1a35 -r 0fe504aaabd3 graphics/py-pyfits/distinfo
--- a/graphics/py-pyfits/distinfo       Sun Jan 19 20:30:05 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 0adc0f9b1a35 -r 0fe504aaabd3 graphics/py-pyfits/patches/patch-aa
--- a/graphics/py-pyfits/patches/patch-aa       Sun Jan 19 20:30:05 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 0adc0f9b1a35 -r 0fe504aaabd3 graphics/py-pyfits/patches/patch-stsci_distutils_hack.py
--- a/graphics/py-pyfits/patches/patch-stsci_distutils_hack.py  Sun Jan 19 20:30:05 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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()]



Home | Main Index | Thread Index | Old Index