pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-daemon



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu May 14 19:39:03 UTC 2020

Modified Files:
        pkgsrc/devel/py-daemon: Makefile

Log Message:
No longer supports Python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-daemon/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-daemon/Makefile
diff -u pkgsrc/devel/py-daemon/Makefile:1.14 pkgsrc/devel/py-daemon/Makefile:1.15
--- pkgsrc/devel/py-daemon/Makefile:1.14        Thu Dec  5 14:51:01 2019
+++ pkgsrc/devel/py-daemon/Makefile     Thu May 14 19:39:03 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2019/12/05 14:51:01 adam Exp $
+# $NetBSD: Makefile,v 1.15 2020/05/14 19:39:03 joerg Exp $
 
 DISTNAME=      python-daemon-2.2.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/python-//}
@@ -19,6 +19,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-testscenar
 TEST_DEPENDS+= ${PYPKGPREFIX}-testtools-[0-9]*:../../devel/py-testtools
 TEST_DEPENDS+= ${PYPKGPREFIX}-unittest2>=0.5.1:../../devel/py-unittest2
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"



Home | Main Index | Thread Index | Old Index