Created attachment 155399 [details] Add dependency The port installs fine in poudriere, but it's not working at all, unless py-jsonpointer is already installed. root@m:/usr/ports/devel/py-jsonpatch # python2.7 Python 2.7.9 (default, Mar 30 2015, 23:18:05) [GCC 4.2.1 Compatible FreeBSD Clang 3.4.1 (tags/RELEASE_34/dot1-final 208032)] on freebsd10 Type "help", "copyright", "credits" or "license" for more information. >>> import jsonpatch Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/local/lib/python2.7/site-packages/jsonpatch.py", line 45, in <module> from jsonpointer import JsonPointer, JsonPointerException ImportError: No module named jsonpointer >>>
Created attachment 155403 [details] Update py-jsonpatch to 1.9 Add dependency (also missing in 1.7!), but instead of bumping PORTREVISON just update the port.
Created attachment 155404 [details] Update py-jsonpatch to 1.9, for real - update to 1.9 - add missing dependency - add tests
eh, jsonpatch 1.9 needs jsonpointer>=1.5 while we are having jsonpointer 1.4 :(
A commit references this bug: Author: robak Date: Fri Jul 17 10:17:28 UTC 2015 New revision: 392342 URL: https://svnweb.freebsd.org/changeset/ports/392342 Log: devel/py-jsonpatch: update 1.7 -> 1.9 - Add missing py-jsonpointer dependency - Add tests PR: 199338 Submitted by: Marcin Cieslak <saper@saper.info> Approved by: maintainer timeout (3 months) MFH: 2015Q3 Changes: head/devel/py-jsonpatch/Makefile head/devel/py-jsonpatch/distinfo
Committed, thanks for your work!
A commit references this bug: Author: robak Date: Fri Jul 17 16:46:57 UTC 2015 New revision: 392385 URL: https://svnweb.freebsd.org/changeset/ports/392385 Log: MFH: r392342 devel/py-jsonpatch: update 1.7 -> 1.9 - Add missing py-jsonpointer dependency - Add tests PR: 199338 Submitted by: Marcin Cieslak <saper@saper.info> Approved by: ports-secteam, maintainer timeout (3 months) Changes: _U branches/2015Q3/ branches/2015Q3/devel/py-jsonpatch/Makefile branches/2015Q3/devel/py-jsonpatch/distinfo