Added
Link Here
|
1 |
PORTNAME= asgi-lifespan |
2 |
DISTVERSION= 2.0.0 |
3 |
CATEGORIES= devel python |
4 |
MASTER_SITES= CHEESESHOP |
5 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
6 |
|
7 |
MAINTAINER= meka@tilda.center |
8 |
COMMENT= Programmatic startup/shutdown of ASGI apps |
9 |
WWW= https://github.com/florimondmanca/asgi-lifespan |
10 |
|
11 |
LICENSE= PSFL |
12 |
|
13 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sniffio>=0:devel/py-sniffio@${PY_FLAVOR} |
14 |
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-trio>=0:devel/py-pytest-trio@${PY_FLAVOR} \ |
15 |
${PYTHON_PKGNAMEPREFIX}trio>=0:net/py-trio@${PY_FLAVOR} |
16 |
|
17 |
USES= python |
18 |
USE_PYTHON= autoplist concurrent distutils pytest |
19 |
USE_GITHUB= yes |
20 |
GH_ACCOUNT= florimondmanca |
21 |
|
22 |
TEST_ENV= PYTHONPATH=${WRKSRC}/src |
23 |
|
24 |
NO_ARCH= yes |
25 |
|
26 |
.include <bsd.port.mk> |