[Bug 259426] www/py-lektor: 3.2.2_1 fails to run: Requirement.parse('Jinja2<3.0,>=2.10.1'), {'Flask'})

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 15 Nov 2021 20:15:38 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259426

--- Comment #2 from Vinícius 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
=================

This wizard will generate a new basic project with some sensible defaults for
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 project
| 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 models
| 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

-- 
You are receiving this mail because:
You are on the CC list for the bug.