pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/py-asyncpg
Module Name: pkgsrc
Committed By: wiz
Date: Thu Dec 16 12:50:08 UTC 2021
Modified Files:
pkgsrc/databases/py-asyncpg: Makefile
Log Message:
py-asyncpg: move incompatibility line earlier so it works
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/databases/py-asyncpg/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/py-asyncpg/Makefile
diff -u pkgsrc/databases/py-asyncpg/Makefile:1.20 pkgsrc/databases/py-asyncpg/Makefile:1.21
--- pkgsrc/databases/py-asyncpg/Makefile:1.20 Wed Nov 17 09:04:41 2021
+++ pkgsrc/databases/py-asyncpg/Makefile Thu Dec 16 12:50:08 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2021/11/17 09:04:41 adam Exp $
+# $NetBSD: Makefile,v 1.21 2021/12/16 12:50:08 wiz Exp $
DISTNAME= asyncpg-0.25.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -14,13 +14,13 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-codestyle>
TEST_DEPENDS+= ${PYPKGPREFIX}-flake8>=3.9.2:../../devel/py-flake8
TEST_DEPENDS+= ${PYPKGPREFIX}-uvloop>=0.15.3:../../devel/py-uvloop
+PYTHON_VERSIONS_INCOMPATIBLE= 27 36
+
.include "../../lang/python/pyversion.mk"
.if ${_PYTHON_VERSION} < 38
DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.7.4.3:../../devel/py-typing-extensions
.endif
-PYTHON_VERSIONS_INCOMPATIBLE= 27 36
-
# Testing requires postgresql-contrib
.include "../../devel/py-cython/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index