<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/lang/python/python-jmespath/test-version.sh, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2026-06-09T06:27:30Z</updated>
<entry>
<title>python-jmespath: install jp as a non-byte-compiled command</title>
<updated>2026-06-09T06:27:30Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-06-07T11:37:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e7aff35e97b5587b37ea2b6b68caa9cc052eb42d'/>
<id>urn:sha1:e7aff35e97b5587b37ea2b6b68caa9cc052eb42d</id>
<content type='text'>
Upstream ships its jp command-line tool as a plain "jp.py" script. Under
that name OpenWrt byte-compiles it into a non-executable /usr/bin/jp.pyc
(and the -src package keeps a "#!/usr/bin/env python" jp.py, which has no
interpreter on OpenWrt), so it fails the CI generic executable check.

Install it as /usr/bin/jp instead: the missing .py extension stops it from
being byte-compiled and Python3/FixShebang rewrites the shebang to
/usr/bin/python3. Add a test-version.sh override since jp takes a required
expression argument and has no version flag for the generic check to probe.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
</feed>
