pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-InlineEgg



Module Name:    pkgsrc
Committed By:   rillig
Date:           Fri May 22 20:07:33 UTC 2020

Modified Files:
        pkgsrc/devel/py-InlineEgg: Makefile

Log Message:
devel/py-InlineEgg: fix interpreter in xored_shell_client.py


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/py-InlineEgg/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-InlineEgg/Makefile
diff -u pkgsrc/devel/py-InlineEgg/Makefile:1.26 pkgsrc/devel/py-InlineEgg/Makefile:1.27
--- pkgsrc/devel/py-InlineEgg/Makefile:1.26     Mon Sep  2 13:19:37 2019
+++ pkgsrc/devel/py-InlineEgg/Makefile  Fri May 22 20:07:33 2020
@@ -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 @@ MAINTAINER=          pkgsrc-users%NetBSD.org@localhost
 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