maintainer-feedback requested: [Bug 294631] security/py-josepy: bin/jws not found
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 294631] security/py-josepy: bin/jws not found"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 Apr 2026 08:58:54 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-python (Nobody)
<python@FreeBSD.org> for maintainer-feedback:
Bug 294631: security/py-josepy: bin/jws not found
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294631
--- Description ---
=> SHA256 Checksum OK for josepy-2.2.0.tar.gz.
===> Patching for py311-josepy-2.2.0
===> py311-josepy-2.2.0 depends on package: py311-poetry-core>=2.2.0 - found
===> py311-josepy-2.2.0 depends on file: /usr/local/bin/python3.11 - found
===> py311-josepy-2.2.0 depends on package: py311-build>=0 - found
===> py311-josepy-2.2.0 depends on package: py311-installer>=0 - found
===> Configuring for py311-josepy-2.2.0
===> Building for py311-josepy-2.2.0
* Getting build dependencies for wheel...
* Building wheel...
Successfully built josepy-2.2.0-py3-none-any.whl
===> Staging for py311-josepy-2.2.0
===> py311-josepy-2.2.0 depends on package: py311-cryptography>=46.0.7,1<47,1
- found
===> py311-josepy-2.2.0 depends on file: /usr/local/bin/python3.11 - found
===> Generating temporary packing list
===> Creating unique files: Move MAN files needing SUFFIX
===> Creating unique files: Move files needing SUFFIX
Makefile error: UNIQUE (suffix): bin/jws not found
*** Error code 1
Stop.
make: stopped making "all" in /usr/ports/security/py-josepy
#
# ls -la `which jws`
lrwxr-xr-x 1 root wheel 8 Apr 8 15:50 /usr/local/bin/jws -> jws-3.11
# /usr/local/bin/jws
Traceback (most recent call last):
File "/usr/local/bin/jws", line 8, in <module>
sys.exit(CLI.run())
^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/josepy/jws.py", line 472, in
run
return parsed.func(parsed)
^^^^^^^^^^^
AttributeError: 'Namespace' object has no attribute 'func'
#