Created attachment 212549 [details] py-jupyter_client-6.1.0.patch Add test target. Remove support for Python 2.x. Update consumers to use Python >= 3.5 (avoid break bulk -a). Changelog: https://github.com/jupyter/jupyter_client/blob/6.1.0/docs/changelog.rst Tests: make test: 125 passed, 2 skipped, 4 warnings in 138.20 seconds Basic runtime tests were made in the consumers' ports. poudriere ok (11, 12, CURRENT; i386, amd64) I'll open another bug to mark as deprecated devel/py-ipykernel in favor of devel/py-ipykernel5.
Comment on attachment 212549 [details] py-jupyter_client-6.1.0.patch Approved by: koobs (python, maintainer)
A commit references this bug: Author: dbaio Date: Sat Mar 21 14:22:01 UTC 2020 New revision: 528855 URL: https://svnweb.freebsd.org/changeset/ports/528855 Log: devel/py-jupyter_client: Update to 6.1.0 - Add test target. - Remove support for Python 2.x. - Update consumers to use Python >= 3.5 (avoid break bulk -a). Changelog: https://github.com/jupyter/jupyter_client/blob/6.1.0/docs/changelog.rst PR: 244933 Approved by: koobs (python, maintainer) Changes: head/devel/py-ipykernel/Makefile head/devel/py-jupyter_client/Makefile head/devel/py-jupyter_client/distinfo head/devel/py-nbconvert/Makefile
thanks koobs