pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/inputmethod/ibus-array
Hello Makoto,
Makoto Fujiwara writes:
> [...]
> Log Message:
> (inputmethod/ibus-array) Supporting PLIST variation for py 27 36 37 (Missing files added)
> [...]
> Index: pkgsrc/inputmethod/ibus-array/PLIST.py27
> diff -u /dev/null pkgsrc/inputmethod/ibus-array/PLIST.py27:1.1
> --- /dev/null Sat May 11 06:36:03 2019
> +++ pkgsrc/inputmethod/ibus-array/PLIST.py27 Sat May 11 06:36:03 2019
> @@ -0,0 +1,5 @@
> +@comment $NetBSD: PLIST.py27,v 1.1 2019/05/11 06:36:03 mef Exp $
> +share/ibus-array/setup/config.pyc
> +share/ibus-array/setup/config.pyo
> +share/ibus-array/setup/main.pyc
> +share/ibus-array/setup/main.pyo
> Index: pkgsrc/inputmethod/ibus-array/PLIST.py3
> diff -u /dev/null pkgsrc/inputmethod/ibus-array/PLIST.py3:1.1
> --- /dev/null Sat May 11 06:36:03 2019
> +++ pkgsrc/inputmethod/ibus-array/PLIST.py3 Sat May 11 06:36:03 2019
> @@ -0,0 +1,3 @@
> +@comment $NetBSD: PLIST.py3,v 1.1 2019/05/11 06:36:03 mef Exp $
> +share/ibus-array/setup/__pycache__/config.cpython-${PYPKGPREFIX_NO}.opt-1.pyc
> +share/ibus-array/setup/__pycache__/config.cpython-${PYPKGPREFIX_NO}.pyc
Instead of separating PLIST please use PLIST.py2x and PLIST.py3x
PLIST variables and mark entry in PLIST file with them.
The PLIST.py3 entries seems also redundant (i.e. they should be
automatically handled by lang/python/plist-python.awk).
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
? I think these should be enough.
Thank you!
Home |
Main Index |
Thread Index |
Old Index