pkgsrc-WIP-changes archive

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

subliminal: add a TODO with the various issues seen



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Feb 13 13:02:43 2017 +0100
Changeset:	9a7af76f139f6f0d13e63f44e180c2b0483a4b66

Added Files:
	subliminal/TODO

Log Message:
subliminal: add a TODO with the various issues seen

At the moment subliminal seems not happy if built with python36, document that
with the PLIST issues noticed in the TODO.

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

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

diffstat:
 subliminal/TODO | 8 ++++++++
 1 file changed, 8 insertions(+)

diffs:
diff --git a/subliminal/TODO b/subliminal/TODO
new file mode 100644
index 0000000000..a8eb71502a
--- /dev/null
+++ b/subliminal/TODO
@@ -0,0 +1,8 @@
+- Investigate PLIST issues for python36.
+  Two extra files installed if subliminal is built with python27 (but missing if
+  it is built with python36):
+
+  .../.destdir/usr/pkg/lib/python3.6/site-packages/subliminal/subtitles/__pycache__/__init__.cpython-36.opt-1.pyc
+  .../.destdir/usr/pkg/lib/python3.6/site-packages/subliminal/subtitles/__pycache__/__init__.cpython-36.pyc
+
+- Add an ALTERNATIVES file (maybe?).


Home | Main Index | Thread Index | Old Index