pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/py-setproctitle



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Apr 30 11:00:45 UTC 2022

Modified Files:
        pkgsrc/sysutils/py-setproctitle: Makefile

Log Message:
py-setproctitle: mark as not-for-python-2.x

Last minor update broke this without notice


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/py-setproctitle/Makefile

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

Modified files:

Index: pkgsrc/sysutils/py-setproctitle/Makefile
diff -u pkgsrc/sysutils/py-setproctitle/Makefile:1.9 pkgsrc/sysutils/py-setproctitle/Makefile:1.10
--- pkgsrc/sysutils/py-setproctitle/Makefile:1.9        Fri Apr 15 05:39:58 2022
+++ pkgsrc/sysutils/py-setproctitle/Makefile    Sat Apr 30 11:00:45 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2022/04/15 05:39:58 adam Exp $
+# $NetBSD: Makefile,v 1.10 2022/04/30 11:00:45 wiz Exp $
 
 DISTNAME=      setproctitle-1.2.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,6 +12,8 @@ LICENSE=      modified-bsd
 
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
 



Home | Main Index | Thread Index | Old Index