summaryrefslogtreecommitdiff
path: root/databases/py-databases
diff options
context:
space:
mode:
authorYasuhiro Kimura <yasu@FreeBSD.org>2022-01-09 05:42:49 +0900
committerYasuhiro Kimura <yasu@FreeBSD.org>2022-02-05 10:17:21 +0900
commit461373bf1f104917f16cf783dd7d80d2951a993e (patch)
treea6b29d90412b35571c5413d88c511018e11cb989 /databases/py-databases
parentx11/gdm: Use /usr/sbin/chown, not /sbin/chown in Xsession patches (diff)
*/*: 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)
Diffstat (limited to 'databases/py-databases')
-rw-r--r--databases/py-databases/Makefile8
1 files changed, 1 insertions, 7 deletions
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 <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 30700
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}aiocontextvars>=0:devel/py-aiocontextvars@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>