pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/py-goocalendar
Module Name: pkgsrc
Committed By: wiz
Date: Wed Mar 5 10:35:11 UTC 2025
Modified Files:
pkgsrc/time/py-goocalendar: Makefile
Log Message:
py-goocalendar: fix wheel name for latest setuptools and depend on it
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/time/py-goocalendar/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/time/py-goocalendar/Makefile
diff -u pkgsrc/time/py-goocalendar/Makefile:1.32 pkgsrc/time/py-goocalendar/Makefile:1.33
--- pkgsrc/time/py-goocalendar/Makefile:1.32 Fri Dec 27 08:20:45 2024
+++ pkgsrc/time/py-goocalendar/Makefile Wed Mar 5 10:35:10 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.32 2024/12/27 08:20:45 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2025/03/05 10:35:10 wiz Exp $
DISTNAME= GooCalendar-0.8.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= time python
MASTER_SITES= ${MASTER_SITE_PYPI:=G/GooCalendar/}
@@ -11,11 +11,13 @@ HOMEPAGE= https://goocalendar.readthedoc
COMMENT= Calendar widget using GooCanvas
LICENSE= gnu-gpl-v2
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-gobject3>=3.20:../../devel/py-gobject3
USE_LANGUAGES= # none
+WHEEL_NAME= ${DISTNAME:tl}
+
.include "../../graphics/goocanvas2/buildlink3.mk"
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index