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:   wiz
Date:           Sun Aug 28 15:39:25 UTC 2016

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

Log Message:
Add missing BUILD_DEPENDS and remove BROKEN.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/graphics/py-fits/Makefile:1.4
--- pkgsrc/graphics/py-fits/Makefile:1.3        Wed Jun  8 17:43:33 2016
+++ pkgsrc/graphics/py-fits/Makefile    Sun Aug 28 15:39:25 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2016/06/08 17:43:33 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2016/08/28 15:39:25 wiz Exp $
 
 DISTNAME=      pyfits-3.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -10,13 +10,11 @@ HOMEPAGE=   http://www.stsci.edu/resources
 COMMENT=       Python module for reading, writing, and manipulating FITS files
 LICENSE=       modified-bsd
 
-BROKEN=                Fetches stsci.distutils during build.
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-d2to1-[0-9]*:../../devel/py-d2to1
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-stsci.distutils-[0-9]*:../../devel/py-stsci.distutils
 
-PLIST_SUBST+=  PYVERSSUFFIX=${PYVERSSUFFIX}
 REPLACE_PYTHON=        lib/pyfits/core.py
 
-CONFLICTS=     ${PYPKGPREFIX}-pyfits-[0-9]*
-
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
                ${MV} fitscheck fitscheck${PYVERSSUFFIX} && \



Home | Main Index | Thread Index | Old Index