Search Criteria
Package Details: python-jupyter-server-proxy 4.4.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-jupyter-server-proxy.git (read-only, click to copy) |
---|---|
Package Base: | python-jupyter-server-proxy |
Description: | Jupyter notebook server extension to proxy web services |
Upstream URL: | https://github.com/jupyterhub/jupyter-server-proxy |
Keywords: | jupyter jupyterhub proxy python |
Licenses: | BSD-3-Clause |
Submitter: | dodecahedron |
Maintainer: | bcb |
Last Packager: | bcb |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2021-11-23 00:06 (UTC) |
Last Updated: | 2024-12-30 17:09 (UTC) |
Dependencies (11)
- jupyter-server
- python-aiohttp (python-aiohttp-gitAUR)
- python-simpervisorAUR
- python-build (make)
- python-hatch-jupyter-builder (make)
- python-installer (make)
- jupyter-notebook (check)
- python-pytest (check)
- python-pytest-asyncio (check)
- python-pytest-cov (check)
- python-pytest-htmlAUR (check)
Latest Comments
dodecahedron commented on 2023-10-17 18:03 (UTC)
I updated the PKGBUILD to follow those Python packaging guidelines which should address all the complaints about the (originally very badly written) PKGBUILD.
carlosal1015 commented on 2023-10-17 17:22 (UTC)
Hi there, indeed unzip is unnecessary if follow the guidelines: https://wiki.archlinux.org/title/Python_package_guidelines#Standards_based_(PEP_517) e.g. this PKGBUILD
leuko commented on 2023-10-17 14:08 (UTC)
This package unpacks using
unzip
and moves the files. Does this have any advantages compared to the normal installation method? One disadvantage I see is that the packager may miss some dependencies between version changes, however I am not sure.Moreover
makedepends
should be removed.I agree with carlosal that
-bin
would be more appropriate.carlosal1015 commented on 2023-08-08 16:39 (UTC)
Should be named python-jupyter-server-proxy-bin instead of python-jupyter-server-proxy.
dodecahedron commented on 2022-04-14 20:34 (UTC)
I think this package needs
jupyter-nbclassic
as a dependency since it was automatically removed last week on my server and that brokejupyter-server-proxy
.