pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-ipython5 py-ipython5: depend on appnope on Da...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/14d3056063c1
branches:  trunk
changeset: 454353:14d3056063c1
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jun 10 07:03:53 2021 +0000

description:
py-ipython5: depend on appnope on Darwin, fix ALTERNATIVES

diffstat:

 devel/py-ipython5/ALTERNATIVES |  4 ++--
 devel/py-ipython5/Makefile     |  6 +++++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r aebacacaa6ea -r 14d3056063c1 devel/py-ipython5/ALTERNATIVES
--- a/devel/py-ipython5/ALTERNATIVES    Thu Jun 10 06:02:14 2021 +0000
+++ b/devel/py-ipython5/ALTERNATIVES    Thu Jun 10 07:03:53 2021 +0000
@@ -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@
diff -r aebacacaa6ea -r 14d3056063c1 devel/py-ipython5/Makefile
--- a/devel/py-ipython5/Makefile        Thu Jun 10 06:02:14 2021 +0000
+++ b/devel/py-ipython5/Makefile        Thu Jun 10 07:03:53 2021 +0000
@@ -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}-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