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:           Fri Dec 17 00:15:47 UTC 2021

Modified Files:
        pkgsrc/devel/py-xdis: Makefile
        pkgsrc/lang/py-uncompyle6: Makefile

Log Message:
py-xdis: does not build with python 2.7, mark it so

Also mark packages using it that way.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/py-xdis/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/lang/py-uncompyle6/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-xdis/Makefile
diff -u pkgsrc/devel/py-xdis/Makefile:1.37 pkgsrc/devel/py-xdis/Makefile:1.38
--- pkgsrc/devel/py-xdis/Makefile:1.37  Wed Nov 10 16:09:53 2021
+++ pkgsrc/devel/py-xdis/Makefile       Fri Dec 17 00:15:47 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2021/11/10 16:09:53 adam Exp $
+# $NetBSD: Makefile,v 1.38 2021/12/17 00:15:47 wiz Exp $
 
 DISTNAME=      xdis-6.0.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -16,6 +16,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-runne
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} pydisasm pydisasm-${PYVERSSUFFIX} || ${TRUE}

Index: pkgsrc/lang/py-uncompyle6/Makefile
diff -u pkgsrc/lang/py-uncompyle6/Makefile:1.27 pkgsrc/lang/py-uncompyle6/Makefile:1.28
--- pkgsrc/lang/py-uncompyle6/Makefile:1.27     Sun Oct 31 08:44:00 2021
+++ pkgsrc/lang/py-uncompyle6/Makefile  Fri Dec 17 00:15:47 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2021/10/31 08:44:00 adam Exp $
+# $NetBSD: Makefile,v 1.28 2021/12/17 00:15:47 wiz Exp $
 
 DISTNAME=      uncompyle6-3.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,11 +12,12 @@ LICENSE=    gnu-gpl-v3
 
 DEPENDS+=      ${PYPKGPREFIX}-spark-parser>=1.8.9:../../lang/py-spark-parser
 DEPENDS+=      ${PYPKGPREFIX}-xdis>=6.0.2:../../devel/py-xdis
-
-PYTHON_VERSIONED_DEPENDENCIES= test:test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-xdis
+
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} pydisassemble pydisassemble-${PYVERSSUFFIX} && \
@@ -26,5 +27,4 @@ do-test:
        cd ${WRKSRC}/pytest && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
 
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index