Port details |
- py-asgi-lifespan Programmatic startup/shutdown of ASGI apps
- 2.1.0_1 devel
=2 2.1.0Version of this port present on the latest quarterly branch. - Maintainer: meka@tilda.center
 - Port Added: 2022-12-17 09:15:34
- Last Update: 2025-03-08 04:05:21
- Commit Hash: 06a08e6
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/florimondmanca/asgi-lifespan
- Description:
- Programmatically send startup/shutdown lifespan events into ASGI applications.
When used in combination with an ASGI-capable HTTP client such as HTTPX, this
allows mocking or testing ASGI applications without having to spin up an ASGI
server.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}asgi-lifespan>0:devel/py-asgi-lifespan@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-asgi-lifespan/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-asgi-lifespan
- pkg install py311-asgi-lifespan
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-asgi-lifespan listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-asgi-lifespan
- Package flavors (<flavor>: <package>)
- py311: py311-asgi-lifespan
- distinfo:
- TIMESTAMP = 1680863396
SHA256 (asgi-lifespan-2.1.0.tar.gz) = 5e2effaf0bfe39829cf2d64e7ecc47c7d86d676a6599f7afba378c31f5e3a308
SIZE (asgi-lifespan-2.1.0.tar.gz) = 15627
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- py311-httpx>0 : www/py-httpx@py311
- py311-pytest-asyncio>0 : devel/py-pytest-asyncio@py311
- py311-pytest-trio>0 : devel/py-pytest-trio@py311
- py311-starlette>0 : www/py-starlette@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-sniffio>0 : devel/py-sniffio@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-asgi-lifespan
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 4
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1.0_1 08 Mar 2025 04:05:21
    |
Charlie Li (vishwin)  |
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details. |
2.1.0 08 Apr 2023 17:24:14
    |
Nuno Teixeira (eduardo)  Author: Goran Mekić |
devel/py-asgi-lifespan: Update to 2.1.0
ChangeLog:
https://github.com/florimondmanca/asgi-lifespan/releases/tag/2.1.0
PR: 270686 |
2.0.0 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
2.0.0 17 Dec 2022 09:14:19
    |
Yuri Victorovich (yuri)  Author: Goran Mekić |
devel/py-asgi-lifespan: New port: Programmatic startup/shutdown of ASGI apps
PR: 257334 |
Number of commits found: 4
|