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:   rillig
Date:           Mon May 25 05:29:32 UTC 2020

Modified Files:
        pkgsrc/graphics/py-fits: Makefile

Log Message:
graphics/py-fits: remove nonexistent file from REPLACE_PYTHON


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/py-fits/Makefile

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.7 pkgsrc/graphics/py-fits/Makefile:1.8
--- pkgsrc/graphics/py-fits/Makefile:1.7        Sun Oct  7 08:51:42 2018
+++ pkgsrc/graphics/py-fits/Makefile    Mon May 25 05:29:32 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2018/10/07 08:51:42 adam Exp $
+# $NetBSD: Makefile,v 1.8 2020/05/25 05:29:32 rillig Exp $
 
 DISTNAME=      pyfits-3.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -13,8 +13,6 @@ LICENSE=      modified-bsd
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-d2to1>=0.2.12:../../devel/py-d2to1
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-stsci.distutils>=0.3:../../devel/py-stsci.distutils
 
-REPLACE_PYTHON=        lib/pyfits/core.py
-
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
                ${MV} fitscheck fitscheck-${PYVERSSUFFIX} && \



Home | Main Index | Thread Index | Old Index