Page MenuHomeFreeBSD

net/py-pyzmq: update to 15.2.0
ClosedPublic

Authored by novel on Mar 3 2016, 3:13 PM.
Tags
None
Referenced Files
F171128433: D5531.diff
Tue, Sep 8, 9:23 PM
Unknown Object (File)
Sun, Sep 6, 3:39 AM
Unknown Object (File)
Sun, Sep 6, 2:10 AM
Unknown Object (File)
Sat, Sep 5, 7:25 PM
Unknown Object (File)
Sat, Sep 5, 7:25 PM
Unknown Object (File)
Sat, Sep 5, 11:12 AM
Unknown Object (File)
Sat, Sep 5, 9:35 AM
Unknown Object (File)
Sat, Sep 5, 5:55 AM
Subscribers

Details

Summary

Also, pyzmq now ships asyncio support that requires support of PEP 0409 [1]
and depends on asyncio. As PEP0409 is supported in Python 3.3+ and
asyncio is included into stdlib in 3.4, for 3.3 add dependency on devel/py-asyncio.

1: https://www.python.org/dev/peps/pep-0409/

Test Plan

Tested with poudriere on 11/10/9 amd64 and 10 i386.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

novel retitled this revision from to net/py-pyzmq: update to 15.2.0.
novel updated this object.
novel edited the test plan for this revision. (Show Details)
novel added a reviewer: koobs.
novel set the repository for this revision to rP FreeBSD ports repository.
koobs requested changes to this revision.Mar 3 2016, 3:15 PM
koobs edited edge metadata.
koobs added inline comments.
Makefile
22 ↗(On Diff #14027)

Better to use PYTHON_REL == 3300

This revision now requires changes to proceed.Mar 3 2016, 3:15 PM

Ignore that, == 3300 is incorrect.

>= 3300 && < 3400 is the most explicit

koobs edited edge metadata.
This revision is now accepted and ready to land.Mar 3 2016, 3:20 PM
This revision was automatically updated to reflect the committed changes.