pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/py-fits Add missing BUILD_DEPENDS and remove ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/97c70659794f
branches:  trunk
changeset: 351805:97c70659794f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Aug 28 15:39:25 2016 +0000

description:
Add missing BUILD_DEPENDS and remove BROKEN.

diffstat:

 graphics/py-fits/Makefile |  8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diffs (25 lines):

diff -r a921482e1719 -r 97c70659794f graphics/py-fits/Makefile
--- a/graphics/py-fits/Makefile Sun Aug 28 15:35:04 2016 +0000
+++ b/graphics/py-fits/Makefile Sun Aug 28 15:39:25 2016 +0000
@@ -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 @@
 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