pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/py-m3u8 py-m3u8: mark as incompatible with ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff3d2aec85ef
branches:  trunk
changeset: 769600:ff3d2aec85ef
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Nov 16 19:24:41 2021 +0000

description:
py-m3u8: mark as incompatible with Python 2.7

diffstat:

 multimedia/py-m3u8/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r efc629c0adce -r ff3d2aec85ef multimedia/py-m3u8/Makefile
--- a/multimedia/py-m3u8/Makefile       Tue Nov 16 19:24:19 2021 +0000
+++ b/multimedia/py-m3u8/Makefile       Tue Nov 16 19:24:41 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2021/06/07 08:20:16 adam Exp $
+# $NetBSD: Makefile,v 1.25 2021/11/16 19:24:41 adam Exp $
 
 DISTNAME=      m3u8-0.9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,5 +14,7 @@
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py39-iso8601
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index