pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/py-setproctitle py-setproctitle: mark as not-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6e1a54321484
branches:  trunk
changeset: 378211:6e1a54321484
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Apr 30 11:00:45 2022 +0000

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

Last minor update broke this without notice

diffstat:

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

diffs (18 lines):

diff -r 9f98abae1b70 -r 6e1a54321484 sysutils/py-setproctitle/Makefile
--- a/sysutils/py-setproctitle/Makefile Sat Apr 30 10:57:26 2022 +0000
+++ b/sysutils/py-setproctitle/Makefile Sat Apr 30 11:00:45 2022 +0000
@@ -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 @@
 
 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