On Thu, Sep 26, 2019 at 04:28:16PM +0200, clematis wrote:
> On Fri, Sep 20, 2019 at 03:24:38PM +0200, clematis wrote:
> > Here's an update for net/py-websocket-client from 0.37.0 to 0.56.0
> > build and install OK on amd64
> Minor changes compared to the initial submission.
> - Changed PKGNAME = py-${DISTNAME} for consistency
> - Add MAINTAINER
> - Removed unnecessary MODPY_PI_DIR and RUN_DEPENDS
>
> > In regards to tests:
> > platform openbsd6 -- Python 3.7.4, pytest-4.4.0, py-1.8.0, pluggy-0.11.0
> > 22 passed, 10 skipped, 20 warnings
> > Deprecation warnings due to assertEquals (with an s at the end) being
> > used. assertEqual has to be used now.
> Same result. Also ran py2.7 tests, Ran 32 OK (Skipped 10).
>
> > Looking at reverse-deps, I could build and install OK on amd64:
> > net/py-socketio-client
> > net/py-ripe.atlas.cousteau
> > net/py-ripe.atlas.tools
> > The ripe-atlas tools worked and ran OK.
> OK.
>
> New diff attached.
>
> Comments? OK?
> Thanks,
Ping? Any comments? ok?
Re-attaching the diff to this email.
Thanks,
--
clematis (0x7e96fd2400fe7b59)
? diff_net_py-websocket-client
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/py-websocket-client/Makefile,v
retrieving revision 1.8
diff -r1.8 Makefile
5c5
< MODPY_EGG_VERSION = 0.37.0
---
> MODPY_EGG_VERSION = 0.56.0
7,8c7
< PKGNAME = py-websocket-client-${MODPY_EGG_VERSION}
< REVISION = 2
---
> PKGNAME = py-${DISTNAME}
12c11
< HOMEPAGE = https://github.com/liris/websocket-client
---
> HOMEPAGE = https://github.com/websocket-client/websocket-client
14c13,15
< # LGPLv2.1+
---
> MAINTAINER = Clem Atis <[email protected]>
>
> # BSD 3-Clause
18d18
< MODPY_PI_DIR = w/websocket-client
24,25d23
<
< RUN_DEPENDS = devel/py-six${MODPY_FLAVOR}
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/py-websocket-client/distinfo,v
retrieving revision 1.3
diff -r1.3 distinfo
1,2c1,2
< SHA256 (websocket_client-0.37.0.tar.gz) =
Z4skbYFrlAGK9Sl+cpFRYOL+sELgzeGpOX9QKsOlL0E=
< SIZE (websocket_client-0.37.0.tar.gz) = 194246
---
> SHA256 (websocket_client-0.56.0.tar.gz) =
> H9VSCHi2i4S1dIuzDlkrENCpFSnVOD909JZOcrKX/To=
> SIZE (websocket_client-0.56.0.tar.gz) = 36951
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/net/py-websocket-client/pkg/PLIST,v
retrieving revision 1.2
diff -r1.2 PLIST
1c1
< @comment $OpenBSD: PLIST,v 1.2 2015/12/07 21:16:25 sthen Exp $
---
> @comment $OpenBSD: PLIST,v$
8a9
> lib/python${MODPY_VERSION}/site-packages/websocket/${MODPY_PYCACHE}_cookiejar.${MODPY_PYC_MAGIC_TAG}pyc
19a21
> lib/python${MODPY_VERSION}/site-packages/websocket/_cookiejar.py
29d30
< lib/python${MODPY_VERSION}/site-packages/websocket/cacert.pem
33a35
> lib/python${MODPY_VERSION}/site-packages/websocket/tests/${MODPY_PYCACHE}test_cookiejar.${MODPY_PYC_MAGIC_TAG}pyc
37a40
> lib/python${MODPY_VERSION}/site-packages/websocket/tests/test_cookiejar.py