pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-kivy



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Nov 26 16:28:38 UTC 2023

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

Log Message:
py-kivy: set PYTHON_SELF_CONFLICT


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-kivy/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-kivy/Makefile
diff -u pkgsrc/devel/py-kivy/Makefile:1.8 pkgsrc/devel/py-kivy/Makefile:1.9
--- pkgsrc/devel/py-kivy/Makefile:1.8   Sun Nov 26 14:52:31 2023
+++ pkgsrc/devel/py-kivy/Makefile       Sun Nov 26 16:28:38 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2023/11/26 14:52:31 adam Exp $
+# $NetBSD: Makefile,v 1.9 2023/11/26 16:28:38 adam Exp $
 
 DISTNAME=      Kivy-2.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -15,6 +15,9 @@ USE_TOOLS+=   pkg-config
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
+# For share/kivy-examples
+PYTHON_SELF_CONFLICT=  yes
+
 TOOL_DEPENDS+= ${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython
 TOOL_DEPENDS+= ${PYPKGPREFIX}-kivy-garden-[0-9]*:../../devel/py-kivy-garden
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel



Home | Main Index | Thread Index | Old Index