Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#78934 - [python-bottle] missing optdepends on waitress

Attached to Project: Arch Linux
Opened by Wu Zhenyu (Freed) - Friday, 30 June 2023, 10:00 GMT
Last edited by Jelle van der Waa (jelly) - Saturday, 02 September 2023, 10:58 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

```
$ rg waitress /usr/lib/python3.11/site-packages/bottle.py
2853:class WaitressServer(ServerAdapter):
2855: from waitress import serve
```

Additional info:
* package version(s)
* config and/or log files etc.
* link to upstream bug report, if any

Steps to reproduce:
This task depends upon

Closed by  Jelle van der Waa (jelly)
Saturday, 02 September 2023, 10:58 GMT
Reason for closing:  Fixed
Additional comments about closing:  Half fixed, I added a few optdepends in upgpkg: 0.12.25-4
Comment by Toolybird (Toolybird) - Friday, 30 June 2023, 22:24 GMT
Why do you only mention "waitress"? From the upstream website "Built-in HTTP development server and support for paste, bjoern, gae, cherrypy or any other WSGI capable HTTP server."

$ grep "(ServerAdapter)" /usr/lib/python3.11/site-packages/bottle.py
class CGIServer(ServerAdapter):
class FlupFCGIServer(ServerAdapter):
class WSGIRefServer(ServerAdapter):
class CherryPyServer(ServerAdapter):
class CherootServer(ServerAdapter):
class WaitressServer(ServerAdapter):
class PasteServer(ServerAdapter):
class MeinheldServer(ServerAdapter):
class FapwsServer(ServerAdapter):
class TornadoServer(ServerAdapter):
class AppEngineServer(ServerAdapter):
class TwistedServer(ServerAdapter):
class DieselServer(ServerAdapter):
class GeventServer(ServerAdapter):
class GeventSocketIOServer(ServerAdapter):
class GunicornServer(ServerAdapter):
class EventletServer(ServerAdapter):
class RocketServer(ServerAdapter):
class BjoernServer(ServerAdapter):
class AutoServer(ServerAdapter):

Do you think all should be listed as optdepends?

Loading...