www/py-autobahn: Update to 0.11.0
- Update PORTVERSION and distinfo checksum (0.11.0)
- Switch to USE_GITHUB (missing autobahn/test/ dir in sdist)
- Add DISTVERSIONPREFIX accordingly
- Update RUN_DEPENDS
- Replace USES=twisted:run with (new) direct RUN_DEPENDS dependency [1]
- Remove USES=dos2unix (no longer required)
- Remove ASYNCIO support on 2.x via Trollius [2]
- Update ASYNCIO_DESC to be for Python 3.x accordingly
- Remove ASYNCIO from OPTIONS_DEFAULT accordingly
- Reverse incorrect conditional (<=) adding asyncio to RUN_DEPENDS [3]
- Add BROKEN message for ASYNCIO selected when using Python 2.x
- Patch setup.py not to create a twisted dropin.cache file out of
STAGEDIR
- Add test target and TEST_DEPENDS
- Enable NO_ARCH
- Whitespace alignment
[2] Discussed with Trollius maintainer (Victor Stinner)
[3] Only required on < 3.3 (not greater than 3.3)
PR: 205078 [1]
Submitted by: Yuri <yuri rawbw com> [1]
|