pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/fish fish: remove python dependency



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1403cac6a53d
branches:  trunk
changeset: 770167:1403cac6a53d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Nov 26 16:42:13 2021 +0000

description:
fish: remove python dependency

None of the scripts have a python interpreter in a shebang line, and they
are all examples, so python can be installed if wanted.

Bump PKGREVISION.

diffstat:

 shells/fish/Makefile |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (30 lines):

diff -r 89ab9de13f3b -r 1403cac6a53d shells/fish/Makefile
--- a/shells/fish/Makefile      Fri Nov 26 15:23:04 2021 +0000
+++ b/shells/fish/Makefile      Fri Nov 26 16:42:13 2021 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2021/07/16 08:50:50 jperkin Exp $
+# $NetBSD: Makefile,v 1.32 2021/11/26 16:42:13 wiz Exp $
 
 DISTNAME=              fish-3.3.1
+PKGREVISION=           1
 CATEGORIES=            shells
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=fish-shell/}
 GITHUB_PROJECT=                fish-shell
@@ -20,9 +21,6 @@
 
 PKG_SHELL=             bin/fish
 
-REPLACE_PYTHON+=       share/tools/*.py
-REPLACE_PYTHON+=       share/tools/web_config/webconfig.py
-
 LDFLAGS.SunOS+=                -lintl
 
 .include "../../mk/bsd.prefs.mk"
@@ -55,7 +53,6 @@
 .include "../../devel/pcre2/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/gettext-tools/buildlink3.mk"
-.include "../../lang/python/application.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../mk/atomic64.mk"
 .include "../../mk/curses.buildlink3.mk"



Home | Main Index | Thread Index | Old Index