Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
12 Mar 2022 10:37:15 21.2.1
|
Muhammad Moinur Rahman (bofh)  |
www/py-autobahn: Update version 19.5.1=>21.2.1
- Update WWW
Relnotes:
https://github.com/crossbario/autobahn-python/releases/tag/v21.2.1 |
08 Mar 2022 02:09:57 19.5.1
|
Muhammad Moinur Rahman (bofh)  |
*/*: Take maintainership |
07 Mar 2022 19:07:39 19.5.1
|
Rene Ladan (rene)  |
all: return koobs' ports to the pool after safekeeping his commit bit. |
21 Sep 2021 12:58:06 19.5.1
|
Bernhard Froehlich (decke)  |
www/py-autobahn: Add CPE information
Approved by: portmgr (blanket) |
06 Apr 2021 14:31:07 19.5.1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
12 Jan 2021 22:03:52
19.5.1
|
rene  |
Simplify some ports using PYTHON_VER and Python 3.6+ |
05 Jan 2021 22:08:22
19.5.1
|
rene  |
Follow up on devel/py-futures port removal in r559976
The devel/py-futures port was removed in r559976 as it was for
Python 2.7 only and no longer referenced in the default cases.
However it was still defined in Mk/Uses/python.mk in PY_FUTURES,
leaving a dangling reference.
Remove it from Mk/Uses/python.mk and from affected ports, as
it was already an empty definition for Python 3.6+
Bump minimal Python version of security/theonionbox to 3.6+ |
06 Jun 2020 06:17:44
19.5.1
|
antoine  |
Unbreak bulk -a after r538076 |
23 Jun 2019 19:21:54
19.5.1
|
sunpoet  |
Use PY_FUTURES
With hat: python |
03 Jun 2019 13:06:46
19.5.1
|
koobs  |
www/py-autobahn: Update to 19.5.1
Special shout out and thank you to Andrew aka RhodiumToad (IRC) for his
support figuring out solutions to this sometimes crazy^W magical ports
framework.
Changelog:
https://autobahn.readthedocs.io/en/latest/changelog.html |
20 Jun 2018 17:05:44
0.17.2_1
|
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
22 Apr 2018 18:29:51
0.17.2_1
|
sunpoet  |
Move devel/py-msgpack-python to devel/py-msgpack
- Update to 0.5.6
- Update pkg-descr
- Update WWW
Changes: https://github.com/msgpack/msgpack-python/blob/master/ChangeLog.rst |
30 Nov 2017 15:50:34
0.17.2 
|
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
15 Mar 2017 11:35:01
0.17.2
|
grembo  |
Update tp 0.17.2
PR: 215929
Reported by: koue@chaosophia.net
Approved by: maintainer timeout (9 weeks) |
13 Nov 2016 16:14:14
0.14.1
|
rene  |
Clean up TEST_DEPENDS, devel/py-unittest2 was removed at 2016-09-26 |
03 Jul 2016 04:05:45
0.14.1
|
swills  |
www/py-autobahn: update to 0.14.1
Approved by: koobs (maintainer) |
01 Apr 2016 14:33:58
0.11.0
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
28 Jan 2016 03:12:24
0.11.0
|
koobs  |
devel/py-msgpack: Rename to py-msgpack-python, Update to 0.4.6
- Rename to py-msgpack-python, accordingly:
- Add MOVED entry
- Update devel/Makefile
- Update dependent ports
- Remove DISTNAME and TODO comment
- Update PORTVERSION and distinfo checksum (0.4.6)
- Re-assign MAINTAINER'ship
PR: 205733
Submitted by: Brendan Molloy <brendan+freebsd bbqsrc net>
Approved by: zont (maintainer) |
25 Jan 2016 11:49:14
0.11.0
|
koobs  |
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] |
26 May 2015 16:47:03
0.9.6
|
antoine  |
Switch PYTHON_REL from a 3 digits number to a 4 digits number to handle
python 2.7.10
Differential Revision: https://reviews.freebsd.org/D2639
Reviewed by: sunpoet, mva |
14 Feb 2015 08:45:16
0.9.6
|
koobs  |
[NEW] www/py-autobahn: WebSocket library, WAMP real-time framework
Autobahn|Python is a networking library that is part of the Autobahn
project and provides implementations of:
* The WebSocket Protocol
* The Web Application Messaging Protocol (WAMP)
for Twisted and asyncio, on Python 2 & 3 and for writing servers and
clients.
WebSocket allows bidirectional real-time messaging on the Web and WAMP
adds asynchronous Remote Procedure Calls and Publish & Subscribe on top
of WebSocket.
WWW: http://autobahn.ws/python |