Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jun 2024 23:00:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 279842] www/py-lektor not BROKEN with py311
Message-ID:  <bug-279842-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D279842

            Bug ID: 279842
           Summary: www/py-lektor not BROKEN with py311
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: egypcio@FreeBSD.org
          Reporter: bz@FreeBSD.org
          Assignee: egypcio@FreeBSD.org
             Flags: maintainer-feedback?(egypcio@FreeBSD.org)

The following changes (shamelessly pasted in) allow py-lektor to build at l=
east
for me.

diff --git www/py-lektor/Makefile www/py-lektor/Makefile
index 3f70751d90fb..1b706154dcf4 100644
--- www/py-lektor/Makefile
+++ www/py-lektor/Makefile
@@ -10,7 +10,7 @@ WWW=3D          https://www.getlektor.com/

 LICENSE=3D       BSD3CLAUSE

-BROKEN=3D        depends on package: py39-Flask>=3D0 - not found
+#BROKEN=3D       depends on package: py39-Flask>=3D0 - not found

 RUN_DEPENDS=3D   ${PYTHON_PKGNAMEPREFIX}Babel>=3D0:devel/py-babel@${PY_FLA=
VOR} \
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
${PYTHON_PKGNAMEPREFIX}ExifRead>=3D0:graphics/py-exifread@${PY_FLAVOR} \
@@ -31,7 +31,7 @@ RUN_DEPENDS=3D=20
${PYTHON_PKGNAMEPREFIX}Babel>=3D0:devel/py-babel@${PY_FLAVOR} \
                ${PY_SETUPTOOLS} \
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
${PYTHON_PKGNAMEPREFIX}sqlite3>=3D0:databases/py-sqlite3@${PY_FLAVOR} \
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
${PYTHON_PKGNAMEPREFIX}watchdog>=3D0:devel/py-watchdog@${PY_FLAVOR} \
-               ${PYTHON_PKGNAMEPREFIX}werkzeug<=3D3:www/py-werkzeug@${PY_F=
LAVOR}
+=20=20=20=20=20=20=20=20=20=20=20=20=20=20
${PYTHON_PKGNAMEPREFIX}werkzeug<=3D3.1:www/py-werkzeug@${PY_FLAVOR}

 USES=3D          python
 USE_PYTHON=3D    autoplist distutils

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-279842-7788>