On Sun, 20 Jan 2019 13:22:56 -0500, Pamela Mosiejczuk
<pam...@cranky.work> wrote:

> Hi ports@,
> This is a potential simple update for py-nevow to the current release.
> It adds client-side request timeouts.
> 
> No other ports depend on this one.
> 
> Ran 902 tests in 3.852s
> PASSED (skips=29, expectedFailures=4, successes=869)
> 
> Same for old and new versions.

This update looks good to me. That said it's a leaf port which is py2
only. There's an issue upstream about that. Maintainer said there was
no plan to add py3 support. Someone else forked it but I don't know how
complete it is: https://github.com/twisted/nevow/issues/101

rm?

(the DESCR diff is some trailing whitespace portcheck(1) whines about)

> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/www/py-nevow/Makefile,v
> retrieving revision 1.18
> diff -u -p -r1.18 Makefile
> --- Makefile  16 May 2017 19:30:17 -0000      1.18
> +++ Makefile  19 Jan 2019 03:41:21 -0000
> @@ -2,7 +2,7 @@
>  
>  COMMENT=     web application construction kit
>  
> -MODPY_EGG_VERSION=   0.14.2
> +MODPY_EGG_VERSION=   0.14.4
>  DISTNAME=    Nevow-${MODPY_EGG_VERSION}
>  PKGNAME=     py-nevow-${MODPY_EGG_VERSION}
>  CATEGORIES=  www
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/www/py-nevow/distinfo,v
> retrieving revision 1.6
> diff -u -p -r1.6 distinfo
> --- distinfo  16 May 2017 19:30:17 -0000      1.6
> +++ distinfo  19 Jan 2019 03:41:21 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (Nevow-0.14.2.tar.gz) =
> fvjmFHploX74XvHAF7IBJs+1i9st23MOc/sVqT0gUHM= -SIZE
> (Nevow-0.14.2.tar.gz) = 528266 +SHA256 (Nevow-0.14.4.tar.gz) =
> Ipmg0qDBMSBAcFWZ1dVxrP6nTfgrlowLkmT29FJmz24= +SIZE
> (Nevow-0.14.4.tar.gz) = 548851 Index: pkg/DESCR
> ===================================================================
> RCS file: /cvs/ports/www/py-nevow/pkg/DESCR,v
> retrieving revision 1.1.1.1
> diff -u -p -r1.1.1.1 DESCR
> --- pkg/DESCR 21 Apr 2008 19:15:50 -0000      1.1.1.1
> +++ pkg/DESCR 19 Jan 2019 03:41:21 -0000
> @@ -4,7 +4,7 @@ logic as desired in Python, and includes
>  syntax named stan to facilitate this. However it also provides rich
>  support for designer-edited templates, using a very small XML
>  attribute language to provide bi-directional template manipulation
> -capability. 
> +capability.
>  
>  Nevow also includes Divmod Athena, a "two way web" implementation,
>  providing a two-way bridge between Python code on the server and
> @@ -15,4 +15,4 @@ Nevow-rendered page with a small templat
>  the intricacies of HTTP communication, session security, and
>  browser-specific bugs behind a simple remote-method-call interface,
>  where individual widgets or fragments can call remote methods on
> their -client or server peer with one method: "callRemote". 
> +client or server peer with one method: "callRemote".
> 

Reply via email to