From 461373bf1f104917f16cf783dd7d80d2951a993e Mon Sep 17 00:00:00 2001 From: Yasuhiro Kimura Date: Sun, 9 Jan 2022 05:42:49 +0900 Subject: */*: Cleanup after the removal of lang/python36 * Remove codes that aren't necessary after the removal of lang/python36 * Mark ports that aren't necessary with Python 3.7 or later as DEPRECATED and set EXPIRATION_DATE. PR: 261046 Approved by: lwhsu (python) --- databases/py-databases/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'databases') diff --git a/databases/py-databases/Makefile b/databases/py-databases/Makefile index cd784f6c4efe..d7528bc572b2 100644 --- a/databases/py-databases/Makefile +++ b/databases/py-databases/Makefile @@ -41,10 +41,4 @@ SQLITE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiosqlite>0:databases/py-aiosqlite@${ # do-test: # cd ${WRKSRC} && ${SETENV} ${TEST_ENV} TEST_DATABASE_URLS="sqlite:///testsuite" ${PYTHON_CMD} -m pytest -v -rs -o addopts= -.include - -.if ${PYTHON_REL} < 30700 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}aiocontextvars>=0:devel/py-aiocontextvars@${PY_FLAVOR} -.endif - -.include +.include -- cgit v1.2.3