pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/lshell Remove REPLACE_* section for non-existin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/725abb78b0fd
branches:  trunk
changeset: 629579:725abb78b0fd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jan 23 17:34:26 2014 +0000

description:
Remove REPLACE_* section for non-existing file.
Mark as not for python-3.x.

diffstat:

 shells/lshell/Makefile |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 8c115500940f -r 725abb78b0fd shells/lshell/Makefile
--- a/shells/lshell/Makefile    Thu Jan 23 17:24:53 2014 +0000
+++ b/shells/lshell/Makefile    Thu Jan 23 17:34:26 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2013/10/21 19:38:15 gls Exp $
+# $NetBSD: Makefile,v 1.13 2014/01/23 17:34:26 wiz Exp $
 
 DISTNAME=      lshell-0.9.16
 CATEGORIES=    shells python
@@ -17,14 +17,10 @@
 USE_LANGUAGES=         # none
 
 PYDISTUTILSPKG=                yes
+PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of 0.9.16
 
 EGDIR=                 share/examples/lshell
 
-REPLACE_INTERPRETER+=  python
-REPLACE.python.old=    /usr/bin/env python
-REPLACE.python.new=    ${PYTHONBIN}
-REPLACE_FILES.python=  lshellmodule/lshell.py
-
 SUBST_CLASSES+=                setup
 SUBST_STAGE.setup=     post-patch
 SUBST_FILES.setup=     setup.py



Home | Main Index | Thread Index | Old Index