pkgsrc-Changes archive

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

Re: CVS commit: pkgsrc/inputmethod/ibus-array



Leonardo Taccari writes:
> [...]
> Can you please try to revert Makefile and PLIST to respectively
> Makefile:-r1.28 and PLIST:-r1.2, remove PLIST.py2 and PLIST.py3
> files and then just change:
>
>  share/ibus-array/setup/main.pyc
>  share/ibus-array/setup/main.pyo
>
> to:
>
>  ${PLIST.py2x}share/ibus-array/setup/main.pyc
>  ${PLIST.py2x}share/ibus-array/setup/main.pyo
>
> [...]

Forgot to say, but probably worth to note: not having the .pyc,
.pyo files (but having the .py one) is probably due code that
works only with Python 2.x (and couldn't be compiled to bytecode
and optimized).

If that's the case and if without them ibus-array is not functional
maybe it's better to add a comment about why that happens and mark
the package with:

 PYTHON_VERSIONS_ACCEPTED= 27



Home | Main Index | Thread Index | Old Index