pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-solo py-solo: Unbreak bulk builds.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5a8cc19fee2
branches:  trunk
changeset: 443498:a5a8cc19fee2
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Dec 14 09:26:36 2020 +0000

description:
py-solo: Unbreak bulk builds.

diffstat:

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

diffs (18 lines):

diff -r b71e07d0f390 -r a5a8cc19fee2 security/py-solo/Makefile
--- a/security/py-solo/Makefile Mon Dec 14 09:19:40 2020 +0000
+++ b/security/py-solo/Makefile Mon Dec 14 09:26:36 2020 +0000
@@ -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 @@
 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