On Sat, 12 Dec 2015 20:23:36 +0100, Jasper Lievisse Adriaanse <jas...@openbsd.org> wrote:
> On Thu, Dec 10, 2015 at 09:48:41PM +0100, Daniel Jakots wrote: > > Hi, > > > > Yet another python port who didn't receive any love for some time. > > > > make test: > > before > > py2: == 3 failed, 404 passed, 11 skipped in 2.71 seconds == > > py3: == 3 failed, 405 passed, 10 skipped in 2.48 seconds == > > after > > py2: == 1 failed, 421 passed, 11 skipped in 5.09 seconds == > > py3: == 3 failed, 420 passed, 10 skipped in 6.02 seconds == > > > > I only tested the new version on i386 > > py2: == 1 failed, 421 passed, 11 skipped in 34.76 seconds == > > > > depends: > > py-flask runs regression test ok > > security/letsencrypt/py-acme same as before > > > > Cheers, > > Daniel > I don't know if this was the case before, but the build reaches out: > > sphinx-build -b html -d _build/doctrees . _build/html > Making output directory... > Running Sphinx v1.2.3 > loading pickled environment... not yet created > loading intersphinx inventory from > http://docs.python.org/dev/objects.inv... loading intersphinx > inventory from http://www.sqlalchemy.org/docs/05/objects.inv... > > Could you please address this? I could reproduce the issue both with and without the update. Though AFAICU the problem is with textproc/py-sphinx not py-werkzeug. I tried to update py-sphinx to see if it would be better but it needs alabaster (https://pypi.python.org/pypi/alabaster) first. CC'ing py-sphinx maintainer in case he can have a look :) > > Index: Makefile > > =================================================================== > > RCS file: /cvs/ports/www/py-werkzeug/Makefile,v > > retrieving revision 1.20 > > diff -u -p -r1.20 Makefile > > --- Makefile 9 Dec 2015 18:25:56 -0000 1.20 > > +++ Makefile 10 Dec 2015 18:29:41 -0000 > > @@ -2,10 +2,9 @@ > > > > COMMENT = WSGI utility collection > > > > -MODPY_EGG_VERSION = 0.10.4 > > +MODPY_EGG_VERSION = 0.11.2 > > DISTNAME = Werkzeug-${MODPY_EGG_VERSION} > > PKGNAME = py-${DISTNAME:L} > > -REVISION = 0 > > > > CATEGORIES = www devel > > > > Index: distinfo > > =================================================================== > > RCS file: /cvs/ports/www/py-werkzeug/distinfo,v > > retrieving revision 1.7 > > diff -u -p -r1.7 distinfo > > --- distinfo 19 Jul 2015 01:15:55 -0000 1.7 > > +++ distinfo 10 Dec 2015 18:29:41 -0000 > > @@ -1,2 +1,2 @@ > > -SHA256 (Werkzeug-0.10.4.tar.gz) = > > sd7yWS9GKOcSt+zXWihKLXapDx/UPqkVHSq/5u8lTnQ= -SIZE > > (Werkzeug-0.10.4.tar.gz) = 1152998 +SHA256 (Werkzeug-0.11.2.tar.gz) > > = Qvzui3meITIO81hp4FUXAVKxHeMTCBdVfNyNI7FubpA= +SIZE > > (Werkzeug-0.11.2.tar.gz) = 1167356 Index: patches/patch-setup_cfg > > =================================================================== > > RCS file: patches/patch-setup_cfg > > diff -N patches/patch-setup_cfg > > --- patches/patch-setup_cfg 19 Jul 2015 01:15:55 > > -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 > > @@ -1,10 +0,0 @@ > > -$OpenBSD: patch-setup_cfg,v 1.1 2015/07/19 01:15:55 sthen Exp $ > > ---- setup.cfg.orig Thu Mar 26 16:49:54 2015 > > -+++ setup.cfg Sat Jul 18 21:32:28 2015 > > -@@ -1,6 +1,4 @@ > > - [egg_info] > > --tag_build = dev > > --tag_date = true > > - > > - [aliases] > > - release = egg_info -RDb '' > > Index: pkg/PLIST > > =================================================================== > > RCS file: /cvs/ports/www/py-werkzeug/pkg/PLIST,v > > retrieving revision 1.9 > > diff -u -p -r1.9 PLIST > > --- pkg/PLIST 19 Jul 2015 01:15:55 -0000 1.9 > > +++ pkg/PLIST 10 Dec 2015 18:29:41 -0000 > > @@ -14,6 +14,7 @@ lib/python${MODPY_VERSION}/site-packages > > > > lib/python${MODPY_VERSION}/site-packages/werkzeug/${MODPY_PYCACHE}_reloader.${MODPY_PYC_MAGIC_TAG}pyc > > > > lib/python${MODPY_VERSION}/site-packages/werkzeug/${MODPY_PYCACHE}datastructures.${MODPY_PYC_MAGIC_TAG}pyc > > > > lib/python${MODPY_VERSION}/site-packages/werkzeug/${MODPY_PYCACHE}exceptions.${MODPY_PYC_MAGIC_TAG}pyc > > +lib/python${MODPY_VERSION}/site-packages/werkzeug/${MODPY_PYCACHE}filesystem.${MODPY_PYC_MAGIC_TAG}pyc > > > > lib/python${MODPY_VERSION}/site-packages/werkzeug/${MODPY_PYCACHE}formparser.${MODPY_PYC_MAGIC_TAG}pyc > > > > lib/python${MODPY_VERSION}/site-packages/werkzeug/${MODPY_PYCACHE}http.${MODPY_PYC_MAGIC_TAG}pyc > > > > lib/python${MODPY_VERSION}/site-packages/werkzeug/${MODPY_PYCACHE}local.${MODPY_PYC_MAGIC_TAG}pyc > > @@ -82,6 +83,7 @@ lib/python${MODPY_VERSION}/site-packages > > lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/shared/ubuntu.ttf > > lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/tbtools.py > > lib/python${MODPY_VERSION}/site-packages/werkzeug/exceptions.py > > +lib/python${MODPY_VERSION}/site-packages/werkzeug/filesystem.py > > lib/python${MODPY_VERSION}/site-packages/werkzeug/formparser.py > > lib/python${MODPY_VERSION}/site-packages/werkzeug/http.py > > lib/python${MODPY_VERSION}/site-packages/werkzeug/local.py > > @@ -123,6 +125,7 @@ share/doc/${MODPY_PY_PREFIX}werkzeug/_so > > share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/deployment/mod_wsgi.txt > > share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/deployment/proxying.txt > > share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/exceptions.txt > > +share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/filesystem.txt > > share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/http.txt > > share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/index.txt > > share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/installation.txt > > @@ -198,6 +201,7 @@ share/doc/${MODPY_PY_PREFIX}werkzeug/dep > > share/doc/${MODPY_PY_PREFIX}werkzeug/deployment/mod_wsgi.html > > share/doc/${MODPY_PY_PREFIX}werkzeug/deployment/proxying.html > > share/doc/${MODPY_PY_PREFIX}werkzeug/exceptions.html > > +share/doc/${MODPY_PY_PREFIX}werkzeug/filesystem.html > > share/doc/${MODPY_PY_PREFIX}werkzeug/genindex.html > > share/doc/${MODPY_PY_PREFIX}werkzeug/http.html > > share/doc/${MODPY_PY_PREFIX}werkzeug/index.html > > >