pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc py-iso3166: not for python 3.6
details: https://anonhg.NetBSD.org/pkgsrc/rev/e9d3ac78f6bb
branches: trunk
changeset: 771286:e9d3ac78f6bb
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Dec 16 13:44:02 2021 +0000
description:
py-iso3166: not for python 3.6
Also mark packages using it that way
diffstat:
devel/py-iso3166/Makefile | 4 ++--
multimedia/streamlink/Makefile | 5 ++---
2 files changed, 4 insertions(+), 5 deletions(-)
diffs (37 lines):
diff -r 310414675903 -r e9d3ac78f6bb devel/py-iso3166/Makefile
--- a/devel/py-iso3166/Makefile Thu Dec 16 13:42:20 2021 +0000
+++ b/devel/py-iso3166/Makefile Thu Dec 16 13:44:02 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2021/10/11 17:55:07 adam Exp $
+# $NetBSD: Makefile,v 1.8 2021/12/16 13:44:02 wiz Exp $
DISTNAME= iso3166-2.0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -14,7 +14,7 @@
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+PYTHON_VERSIONS_INCOMPATIBLE= 27 36
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
diff -r 310414675903 -r e9d3ac78f6bb multimedia/streamlink/Makefile
--- a/multimedia/streamlink/Makefile Thu Dec 16 13:42:20 2021 +0000
+++ b/multimedia/streamlink/Makefile Thu Dec 16 13:44:02 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2021/08/01 11:56:13 yhardy Exp $
+# $NetBSD: Makefile,v 1.27 2021/12/16 13:44:02 wiz Exp $
DISTNAME= streamlink-2.3.0
CATEGORIES= multimedia
@@ -11,8 +11,7 @@
COMMENT= Tool that pipes video streams into a video player
LICENSE= 2-clause-bsd
-
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+PYTHON_VERSIONS_INCOMPATIBLE= 27 36 # py-iso3166
.include "../../lang/python/egg.mk"
Home |
Main Index |
Thread Index |
Old Index