I made a mistake in D11562, this port is not compatible with Python 3.
Proposed commit log message:
security/py-pyptlib: Limit Python version to 2.7
This port is not Python 3 compatible, failing with:
File "/usr/local/lib/python3.6/site-packages/pyptlib/util/__init__.py", line 56
m = re.match(ur'^\[(.+)\]:(\d*)$', spec)
^
SyntaxError: invalid syntax
Reviewed_by: koobs, cs
Approved by: cs (maintainer), koobs (ports)
Differential_Revision: D13464