pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-multipart



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Dec 19 14:16:04 UTC 2021

Modified Files:
        pkgsrc/www/py-multipart: Makefile

Log Message:
py-multipart: not for python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-multipart/Makefile

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

Modified files:

Index: pkgsrc/www/py-multipart/Makefile
diff -u pkgsrc/www/py-multipart/Makefile:1.2 pkgsrc/www/py-multipart/Makefile:1.3
--- pkgsrc/www/py-multipart/Makefile:1.2        Thu Nov 25 12:11:44 2021
+++ pkgsrc/www/py-multipart/Makefile    Sun Dec 19 14:16:04 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/11/25 12:11:44 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2021/12/19 14:16:04 wiz Exp $
 
 DISTNAME=      multipart-0.2.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,6 +12,8 @@ LICENSE=      mit
 
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 USE_LANGUAGES= # none
 
 # one test failure as of 0.2.4



Home | Main Index | Thread Index | Old Index