Date: Mon, 15 Nov 2021 20:15:38 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 259426] www/py-lektor: 3.2.2_1 fails to run: Requirement.parse('Jinja2<3.0,>=2.10.1'), {'Flask'}) Message-ID: <bug-259426-21822-0g9FWoEeTz@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-259426-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-259426-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259426 --- Comment #2 from Vin=C3=ADcius Zavam <egypcio@FreeBSD.org> --- we managed to fix it, by revisiting upstream's requirements properly. diff being applied in a few. thanks for reporting it -- luckly it wasn't failing= for other use cases, like mine. root@poudriere:~ # lektor --version Lektor, version 3.2.2 root@poudriere:~ # pkg info -x lektor py38-Lektor-3.2.2_2 root@poudriere:~ # cd `mktemp -d` root@poudriere:/tmp/tmp.IvQ9OUEN # lektor quickstart Lektor Quickstart =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D This wizard will generate a new basic project with some sensible defaults f= or getting started quickly. We just need to go through a few questions so that the project is set up correctly for you. Step 1: | A project needs a name. The name is primarily used for the admin UI and | some other places to refer to your project to not get confused if multiple | projects exist. You can change this at any later point. > Project Name: foo Step 2: | Your name. This is used in a few places in the default template to refer= to | in the default copyright messages. > Author Name [Charlie &]: bar Step 3: | This is the path where the project will be located. You can move a proje= ct | around later if you do not like the path. If you provide a relative path= it | will be relative to the working directory. > Project Path [/tmp/tmp.IvQ9OUEN/foo]: Step 4: | Do you want to generate a basic blog module? If you enable this the mode= ls | for a very basic blog will be generated. > Add Basic Blog [Y/n]: That's all. Create project? [Y/n] root@poudriere:/tmp/tmp.IvQ9OUEN # ls -l foo/ total 23 drwxr-xr-x 3 root wheel 3 Nov 15 18:44 assets drwxr-xr-x 5 root wheel 6 Nov 15 18:44 content -rw-r--r-- 1 root wheel 21 Nov 15 18:44 foo.lektorproject drwxr-xr-x 2 root wheel 5 Nov 15 18:44 models drwxr-xr-x 3 root wheel 7 Nov 15 18:44 templates --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-259426-21822-0g9FWoEeTz>