pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-ipython5



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jun 10 07:03:53 UTC 2021

Modified Files:
        pkgsrc/devel/py-ipython5: ALTERNATIVES Makefile

Log Message:
py-ipython5: depend on appnope on Darwin, fix ALTERNATIVES


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-ipython5/ALTERNATIVES
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-ipython5/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-ipython5/ALTERNATIVES
diff -u pkgsrc/devel/py-ipython5/ALTERNATIVES:1.1 pkgsrc/devel/py-ipython5/ALTERNATIVES:1.2
--- pkgsrc/devel/py-ipython5/ALTERNATIVES:1.1   Mon Oct 16 18:10:41 2017
+++ pkgsrc/devel/py-ipython5/ALTERNATIVES       Thu Jun 10 07:03:53 2021
@@ -1,2 +1,2 @@
-bin/iptest @PREFIX@/bin/iptest@PYVERSSUFFIX@
-bin/ipython @PREFIX@/bin/ipython@PYVERSSUFFIX@
+bin/iptest @PREFIX@/bin/iptest-@PYVERSSUFFIX@
+bin/ipython @PREFIX@/bin/ipython-@PYVERSSUFFIX@

Index: pkgsrc/devel/py-ipython5/Makefile
diff -u pkgsrc/devel/py-ipython5/Makefile:1.9 pkgsrc/devel/py-ipython5/Makefile:1.10
--- pkgsrc/devel/py-ipython5/Makefile:1.9       Thu Jun 10 05:48:26 2021
+++ pkgsrc/devel/py-ipython5/Makefile   Thu Jun 10 07:03:53 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2021/06/10 05:48:26 adam Exp $
+# $NetBSD: Makefile,v 1.10 2021/06/10 07:03:53 adam Exp $
 
 DISTNAME=      ipython-5.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -24,6 +24,10 @@ DEPENDS+=    ${PYPKGPREFIX}-setuptools>=18.
 DEPENDS+=      ${PYPKGPREFIX}-simplegeneric>0.8:../../devel/py-simplegeneric
 DEPENDS+=      ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
 DEPENDS+=      ${PYPKGPREFIX}-traitlets>=4.2:../../devel/py-traitlets4
+.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == Darwin
+DEPENDS+=      ${PYPKGPREFIX}-appnope-[0-9]*:../../sysutils/py-appnope
+.endif
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index