pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Dec 16 13:44:02 UTC 2021

Modified Files:
        pkgsrc/devel/py-iso3166: Makefile
        pkgsrc/multimedia/streamlink: Makefile

Log Message:
py-iso3166: not for python 3.6

Also mark packages using it that way


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-iso3166/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/multimedia/streamlink/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-iso3166/Makefile
diff -u pkgsrc/devel/py-iso3166/Makefile:1.7 pkgsrc/devel/py-iso3166/Makefile:1.8
--- pkgsrc/devel/py-iso3166/Makefile:1.7        Mon Oct 11 17:55:07 2021
+++ pkgsrc/devel/py-iso3166/Makefile    Thu Dec 16 13:44:02 2021
@@ -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 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-[0-9]
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 36
 
 do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests

Index: pkgsrc/multimedia/streamlink/Makefile
diff -u pkgsrc/multimedia/streamlink/Makefile:1.26 pkgsrc/multimedia/streamlink/Makefile:1.27
--- pkgsrc/multimedia/streamlink/Makefile:1.26  Sun Aug  1 11:56:13 2021
+++ pkgsrc/multimedia/streamlink/Makefile       Thu Dec 16 13:44:02 2021
@@ -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 @@ HOMEPAGE=     https://streamlink.github.io/
 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