pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/py-fits
Module Name: pkgsrc
Committed By: adam
Date: Sun Oct 7 08:51:42 UTC 2018
Modified Files:
pkgsrc/graphics/py-fits: Makefile PLIST distinfo
Added Files:
pkgsrc/graphics/py-fits: ALTERNATIVES
Log Message:
py-fits: updated to 3.5
3.5:
This release officially deprecates PyFITS. Please use astropy.io.fits instead.
- Importing PyFITS now gives deprecation warning.
- Documentation updates.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/py-fits/ALTERNATIVES
cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/py-fits/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/py-fits/PLIST \
pkgsrc/graphics/py-fits/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/py-fits/Makefile
diff -u pkgsrc/graphics/py-fits/Makefile:1.6 pkgsrc/graphics/py-fits/Makefile:1.7
--- pkgsrc/graphics/py-fits/Makefile:1.6 Sat Sep 30 10:10:04 2017
+++ pkgsrc/graphics/py-fits/Makefile Sun Oct 7 08:51:42 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2017/09/30 10:10:04 adam Exp $
+# $NetBSD: Makefile,v 1.7 2018/10/07 08:51:42 adam Exp $
-DISTNAME= pyfits-3.4
+DISTNAME= pyfits-3.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
-CATEGORIES= graphics
+CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyfits/}
MAINTAINER= kamelderouiche%yahoo.com@localhost
@@ -17,9 +17,9 @@ REPLACE_PYTHON= lib/pyfits/core.py
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
- ${MV} fitscheck fitscheck${PYVERSSUFFIX} && \
- ${MV} fitsdiff fitsdiff${PYVERSSUFFIX} && \
- ${MV} fitshead fitshead${PYVERSSUFFIX} || ${TRUE}
+ ${MV} fitscheck fitscheck-${PYVERSSUFFIX} && \
+ ${MV} fitsdiff fitsdiff-${PYVERSSUFFIX} && \
+ ${MV} fitshead fitshead-${PYVERSSUFFIX} || ${TRUE}
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
Index: pkgsrc/graphics/py-fits/PLIST
diff -u pkgsrc/graphics/py-fits/PLIST:1.3 pkgsrc/graphics/py-fits/PLIST:1.4
--- pkgsrc/graphics/py-fits/PLIST:1.3 Wed Nov 15 23:29:26 2017
+++ pkgsrc/graphics/py-fits/PLIST Sun Oct 7 08:51:42 2018
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.3 2017/11/15 23:29:26 markd Exp $
-bin/fitscheck${PYVERSSUFFIX}
-bin/fitsdiff${PYVERSSUFFIX}
-bin/fitshead${PYVERSSUFFIX}
+@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
Index: pkgsrc/graphics/py-fits/distinfo
diff -u pkgsrc/graphics/py-fits/distinfo:1.3 pkgsrc/graphics/py-fits/distinfo:1.4
--- pkgsrc/graphics/py-fits/distinfo:1.3 Sat Sep 30 10:10:04 2017
+++ pkgsrc/graphics/py-fits/distinfo Sun Oct 7 08:51:42 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/09/30 10:10:04 adam Exp $
+$NetBSD: distinfo,v 1.4 2018/10/07 08:51:42 adam Exp $
-SHA1 (pyfits-3.4.tar.gz) = 3fa0e0c51f2a2a30384aea0de226cf5da05fce57
-RMD160 (pyfits-3.4.tar.gz) = 28c9139f9d087a7d76b5d2f5903e0bd19e448081
-SHA512 (pyfits-3.4.tar.gz) = b569f871f26dcd9cb2fbe9d823d55c525e8101b0fcf83fff4bc3f3ec4bc7f680953a29634518ea19383f533f5e23b3703fffdb4e0d577b1023b4323254ef3a7e
-Size (pyfits-3.4.tar.gz) = 1692414 bytes
+SHA1 (pyfits-3.5.tar.gz) = efc7e6158b054adc3edf73c89d556bb368d475b8
+RMD160 (pyfits-3.5.tar.gz) = 730ef34939162752af0c6478345dc45c81204210
+SHA512 (pyfits-3.5.tar.gz) = 9a9bfae87286b9f9f2568b20adbbaef8e701b377685960fa7069ae29be6f6bbde1cc0c2475b7fc34a1e9cb87f3ec2263d4df22ec88595003a4d378c61edee802
+Size (pyfits-3.5.tar.gz) = 1690441 bytes
Added files:
Index: pkgsrc/graphics/py-fits/ALTERNATIVES
diff -u /dev/null pkgsrc/graphics/py-fits/ALTERNATIVES:1.1
--- /dev/null Sun Oct 7 08:51:42 2018
+++ pkgsrc/graphics/py-fits/ALTERNATIVES Sun Oct 7 08:51:42 2018
@@ -0,0 +1,3 @@
+bin/fitscheck @PREFIX@/bin/fitscheck-@PYVERSSUFFIX@
+bin/fitsdiff @PREFIX@/bin/fitsdiff-@PYVERSSUFFIX@
+bin/fitshead @PREFIX@/bin/fitshead-@PYVERSSUFFIX@
Home |
Main Index |
Thread Index |
Old Index