Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/py-tortoise-orm py-tortoise-orm: apparently ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/626a5dac9b5a
branches: trunk
changeset: 433127:626a5dac9b5a
user: adam <adam%pkgsrc.org@localhost>
date: Sun May 31 11:38:13 2020 +0000
description:
py-tortoise-orm: apparently Python 3.6 is not supported
diffstat:
databases/py-tortoise-orm/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 16f6566a8016 -r 626a5dac9b5a databases/py-tortoise-orm/Makefile
--- a/databases/py-tortoise-orm/Makefile Sun May 31 11:34:37 2020 +0000
+++ b/databases/py-tortoise-orm/Makefile Sun May 31 11:38:13 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/05/23 20:01:55 adam Exp $
+# $NetBSD: Makefile,v 1.4 2020/05/31 11:38:13 adam Exp $
DISTNAME= tortoise-orm-0.16.12
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -17,7 +17,7 @@
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+PYTHON_VERSIONS_INCOMPATIBLE= 27 36
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index