Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-InlineEgg devel/py-InlineEgg: fix interpreter...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d2e2112d1be9
branches:  trunk
changeset: 432502:d2e2112d1be9
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri May 22 20:07:33 2020 +0000

description:
devel/py-InlineEgg: fix interpreter in xored_shell_client.py

diffstat:

 devel/py-InlineEgg/Makefile |  9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r b7e6c8847b55 -r d2e2112d1be9 devel/py-InlineEgg/Makefile
--- a/devel/py-InlineEgg/Makefile       Fri May 22 20:00:37 2020 +0000
+++ b/devel/py-InlineEgg/Makefile       Fri May 22 20:07:33 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2019/09/02 13:19:37 adam Exp $
+# $NetBSD: Makefile,v 1.27 2020/05/22 20:07:33 rillig Exp $
 
 DISTNAME=              InlineEgg-1.08
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=           3
+PKGREVISION=           4
 CATEGORIES=            devel
 MASTER_SITES=          http://oss.corest.com/repo/
 
@@ -11,10 +11,7 @@
 COMMENT=               Python module for writing inline assembler programs
 LICENSE=               inlineegg-license
 
-REPLACE_PYTHON=                examples/example1.py examples/example2.py \
-                               examples/example3.py examples/example4.py \
-                               examples/example5.py examples/example6.py \
-                               xored_shell_client.py
+REPLACE_PYTHON=                examples/*.py
 
 PYTHON_SELF_CONFLICT=          yes
 PYTHON_VERSIONS_ACCEPTED=      27 # not yet ported as of 1.08



Home | Main Index | Thread Index | Old Index