pkgsrc-WIP-changes archive

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

py-diffoscope: Add a TODO to investigate .py missing compiled counterparts



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Dec 30 21:49:59 2019 +0100
Changeset:	c32b8ee0acc646fd6312888b4fad506f043a1cee

Added Files:
	py-diffoscope/TODO

Log Message:
py-diffoscope: Add a TODO to investigate .py missing compiled counterparts

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

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

diffstat:
 py-diffoscope/TODO | 10 ++++++++++
 1 file changed, 10 insertions(+)

diffs:
diff --git a/py-diffoscope/TODO b/py-diffoscope/TODO
new file mode 100644
index 0000000000..5f62c97c04
--- /dev/null
+++ b/py-diffoscope/TODO
@@ -0,0 +1,10 @@
+- Some files seems to not be compiled (only the `.py' are installed).
+  These are:
+
+   % awk '/.py[co]?$/ { sub(/.py[co]?$/, "", $0); f[$0]++ }  END { for (v in f) { if (f[v] != 3) { print v } } }' < PLIST
+   ${PYSITELIB}/diffoscope/comparators/ffprobe
+   ${PYSITELIB}/diffoscope/comparators/zst
+   ${PYSITELIB}/diffoscope/comparators/kbx
+   ${PYSITELIB}/diffoscope/utils
+
+  Investigate further!


Home | Main Index | Thread Index | Old Index