pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-solo



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Dec 14 09:26:37 UTC 2020

Modified Files:
        pkgsrc/security/py-solo: Makefile

Log Message:
py-solo: Unbreak bulk builds.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-solo/Makefile

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

Modified files:

Index: pkgsrc/security/py-solo/Makefile
diff -u pkgsrc/security/py-solo/Makefile:1.1 pkgsrc/security/py-solo/Makefile:1.2
--- pkgsrc/security/py-solo/Makefile:1.1        Sun Dec 13 07:21:29 2020
+++ pkgsrc/security/py-solo/Makefile    Mon Dec 14 09:26:36 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/12/13 07:21:29 riastradh Exp $
+# $NetBSD: Makefile,v 1.2 2020/12/14 09:26:36 jperkin Exp $
 
 GITHUB_PROJECT=        solo-python
 GITHUB_TAG=    0.0.26
@@ -16,6 +16,8 @@ LICENSE=      apache-2.0 OR mit
 WRKSRC=                ${WRKDIR}/solo-python-0.0.26
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27      # py-flit
+
 TOOL_DEPENDS+= ${PYPKGPREFIX}-flit>=0:../../devel/py-flit
 TOOL_DEPENDS+= ${PYPKGPREFIX}-pip>=0:../../devel/py-pip
 



Home | Main Index | Thread Index | Old Index