pkgsrc-WIP-changes archive

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

py-numba: Fix PLIST with Python 2.x



Module Name:	pkgsrc-wip
Committed By:	Min Sik Kim <minskim%NetBSD.org@localhost>
Pushed By:	minskim
Date:		Thu May 17 05:03:45 2018 -0700
Changeset:	d544b578b255eb672796c31a9465251ae8869d92

Modified Files:
	py-numba/PLIST

Log Message:
py-numba: Fix PLIST with Python 2.x

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d544b578b255eb672796c31a9465251ae8869d92

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-numba/PLIST | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/py-numba/PLIST b/py-numba/PLIST
index d3659f04ff..be74a96ba8 100644
--- a/py-numba/PLIST
+++ b/py-numba/PLIST
@@ -1023,8 +1023,8 @@ ${PYSITELIB}/numba/tests/__init__.py
 ${PYSITELIB}/numba/tests/__init__.pyc
 ${PYSITELIB}/numba/tests/__init__.pyo
 ${PYSITELIB}/numba/tests/annotation_usecases.py
-${PYSITELIB}/numba/tests/annotation_usecases.pyc
-${PYSITELIB}/numba/tests/annotation_usecases.pyo
+${PLIST.py2x}${PYSITELIB}/numba/tests/annotation_usecases.pyc
+${PLIST.py2x}${PYSITELIB}/numba/tests/annotation_usecases.pyo
 ${PYSITELIB}/numba/tests/cache_usecases.py
 ${PYSITELIB}/numba/tests/cache_usecases.pyc
 ${PYSITELIB}/numba/tests/cache_usecases.pyo


Home | Main Index | Thread Index | Old Index