pkgsrc-WIP-changes archive

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

py-numba: Correct the previous commit



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

Modified Files:
	py-numba/PLIST

Log Message:
py-numba: Correct the previous commit

annotation_usecases.py is usable with Python 3, not with Python 2.

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

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 be74a96ba8..3bb9c744b0 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
-${PLIST.py2x}${PYSITELIB}/numba/tests/annotation_usecases.pyc
-${PLIST.py2x}${PYSITELIB}/numba/tests/annotation_usecases.pyo
+${PLIST.py3x}${PYSITELIB}/numba/tests/annotation_usecases.pyc
+${PLIST.py3x}${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