Search Criteria
Package Details: python-asgi-lifespan 2.1.0-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-asgi-lifespan.git (read-only, click to copy) |
---|---|
Package Base: | python-asgi-lifespan |
Description: | Programmatic startup/shutdown of ASGI apps. |
Upstream URL: | https://github.com/florimondmanca/asgi-lifespan |
Licenses: | MIT |
Provides: | python-asgi-lifespan |
Submitter: | BGameiro |
Maintainer: | medaminezghal |
Last Packager: | medaminezghal |
Votes: | 1 |
Popularity: | 0.39 |
First Submitted: | 2023-05-10 09:36 (UTC) |
Last Updated: | 2024-11-07 06:09 (UTC) |
Dependencies (5)
- python (python37AUR, python311AUR, python310AUR)
- python-sniffio
- python-setuptools (make)
- python-setuptools-scm (make)
- python-wheel (make)
Required by (2)
- python-prefect
- python-sse-starlette (check)
Latest Comments
medaminezghal commented on 2024-11-07 05:41 (UTC) (edited on 2024-11-07 05:50 (UTC) by medaminezghal)
@BGameiro You should add this to the PKGBUILD file:
depends=('python-sniffio')
makedepends=('python-setuptools' 'python-setuptools-scm' 'python-wheel')
checkdepends=('python-attrs>=19.2' 'python-autoflake' 'python-black==23.3.' 'python-exceptiongroup' 'mypy==1.3.0' 'python-pytest==7.' 'python-pytest-asyncio==0.18.' 'python-pytest-cov' 'python-pytest-trio==0.8.' 'python-ruff==0.0.270' 'python-starlette==0.27.' 'python-trio==0.22.' 'python-httpx==0.24.*')
optdepends=('twine')
If you can build it without the versions restrictions in the source code this will be better