pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-kivy-garden



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar  5 09:50:30 UTC 2025

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

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-kivy-garden/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-garden/Makefile
diff -u pkgsrc/devel/py-kivy-garden/Makefile:1.5 pkgsrc/devel/py-kivy-garden/Makefile:1.6
--- pkgsrc/devel/py-kivy-garden/Makefile:1.5    Mon Nov 11 07:28:14 2024
+++ pkgsrc/devel/py-kivy-garden/Makefile        Wed Mar  5 09:50:30 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2024/11/11 07:28:14 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2025/03/05 09:50:30 wiz Exp $
 
 DISTNAME=      Kivy%20Garden-0.1.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl:S/%20/-/}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=K/Kivy-garden/}
 
@@ -10,13 +11,12 @@ HOMEPAGE=   https://github.com/kivy-garden
 COMMENT=       Garden tool for kivy flowers
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 WRKSRC=                ${WRKDIR}/${DISTNAME:S/%20/\ /}
-WHEEL_NAME=    Kivy_Garden-${PKGVERSION_NOREV}
+
+WHEEL_NAME=    kivy_garden-${PKGVERSION_NOREV}
 
 post-install:
 .for bin in garden garden.bat



Home | Main Index | Thread Index | Old Index