Package Details: pb 0.7.0-1

Git Clone URL: https://aur.archlinux.org/pb.git (read-only, click to copy)
Package Base: pb
Description: lightweight pastebin and url shortener built using flask
Upstream URL: https://github.com/ptpb/pb
Licenses: GPL3
Submitter: dopsi
Maintainer: None
Last Packager: dopsi
Votes: 0
Popularity: 0.000000
First Submitted: 2018-10-30 09:45 (UTC)
Last Updated: 2018-10-30 09:45 (UTC)

Latest Comments

prg commented on 2020-12-15 18:30 (UTC) (edited on 2020-12-15 18:30 (UTC) by prg)

Not sure if this package is missing a dependency

Dec 15 13:28:04 paste uwsgi[3977]: Traceback (most recent call last):
Dec 15 13:28:04 paste uwsgi[3977]:   File "/usr/lib/python3.9/site-packages/pb/run.py", line 11, in <module>
Dec 15 13:28:04 paste uwsgi[3977]:     from pb.pb import create_app
Dec 15 13:28:04 paste uwsgi[3977]:   File "/usr/lib/python3.9/site-packages/pb/pb.py", line 14, in <module>
Dec 15 13:28:04 paste uwsgi[3977]:     from pb.paste.views import paste
Dec 15 13:28:04 paste uwsgi[3977]:   File "/usr/lib/python3.9/site-packages/pb/paste/views.py", line 27, in <module>
Dec 15 13:28:04 paste uwsgi[3977]:     from pb.paste import model, handler as _handler
Dec 15 13:28:04 paste uwsgi[3977]:   File "/usr/lib/python3.9/site-packages/pb/paste/handler.py", line 16, in <module>
Dec 15 13:28:04 paste uwsgi[3977]:     from pb.util import rst, markdown, style_args
Dec 15 13:28:04 paste uwsgi[3977]:   File "/usr/lib/python3.9/site-packages/pb/util.py", line 25, in <module>
Dec 15 13:28:04 paste uwsgi[3977]:     from werkzeug.wrappers import get_host
Dec 15 13:28:04 paste uwsgi[3977]: ImportError: cannot import name 'get_host' from 'werkzeug.wrappers' (/usr/lib/python3.9/site-packages/werkzeug/wrappers/__init__.py)