[Bug 204185] security/py-kerberos: Update to 1.2.2

2018-01-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204185 w.schwarzenf...@utanet.at changed: What|Removed |Added CC||w.schwarzenf...@utanet.a

[Bug 200060] lang/python34: Missing network-related constants

2018-01-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200060 --- Comment #2 from Yuri Victorovich --- (In reply to w.schwarzenfeld from comment #1) Yes, this can never become irrelevant. All network values from /usr/include/netinet/in.h need to be reflected in python (all versions). The only reason

[Bug 200060] lang/python34: Missing network-related constants

2018-01-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200060 w.schwarzenf...@utanet.at changed: What|Removed |Added CC||w.schwarzenf...@utanet.a

[Bug 219687] [NEW PORT] sysutils/google-compute-engine: User daemon for Google Compute Engine

2018-01-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219687 Helen Koike changed: What|Removed |Added See Also||https://bugs.freebsd.org/bu

Why does 'import PyQt5.QtCore` require py-sip in runtime?

2018-01-08 Thread Yuri
This import fails in python36 w/out py36-sip installed: Traceback (most recent call last):   File "x.py", line 5, in     import PyQt5.QtCore ModuleNotFoundError: No module named 'sip' py-sip description red like it should be required in the runtime. But if it is always required for PyQt5.QtCo