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:   wiz
Date:           Sat Mar  8 12:39:17 UTC 2025

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

Log Message:
py-kivy: fix wheel name for latest setuptools and depend on it

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 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.16 pkgsrc/devel/py-kivy/Makefile:1.17
--- pkgsrc/devel/py-kivy/Makefile:1.16  Wed Feb 12 06:44:40 2025
+++ pkgsrc/devel/py-kivy/Makefile       Sat Mar  8 12:39:17 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2025/02/12 06:44:40 ryoon Exp $
+# $NetBSD: Makefile,v 1.17 2025/03/08 12:39:17 wiz Exp $
 
 DISTNAME=      Kivy-2.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
-PKGREVISION=   6
+PKGREVISION=   7
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=K/Kivy/}
 
@@ -13,12 +13,10 @@ LICENSE=    mit
 
 USE_TOOLS+=    pkg-config
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 # For share/kivy-examples
 PYTHON_SELF_CONFLICT=  yes
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython
 TOOL_DEPENDS+= ${PYPKGPREFIX}-kivy-garden-[0-9]*:../../devel/py-kivy-garden
 
@@ -38,6 +36,8 @@ DEPENDS+=     ${PYPKGPREFIX}-pygments-[0-9]*
 
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-benchmark-[0-9]*:../../devel/py-test-benchmark
 
+WHEEL_NAME=    ${DISTNAME:tl}
+
 # Despite bad permissions in the distfile, extraction seems to result
 # in ok permissions, at least on NetBSD.  Commented out code remains
 # because this is semi-likely to be an issue in some circumstances,



Home | Main Index | Thread Index | Old Index