pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-pebble
Module Name: pkgsrc
Committed By: wiz
Date: Wed Mar 5 09:52:58 UTC 2025
Modified Files:
pkgsrc/devel/py-pebble: Makefile
Log Message:
py-pebble: 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-pebble/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-pebble/Makefile
diff -u pkgsrc/devel/py-pebble/Makefile:1.16 pkgsrc/devel/py-pebble/Makefile:1.17
--- pkgsrc/devel/py-pebble/Makefile:1.16 Thu Jan 2 10:48:04 2025
+++ pkgsrc/devel/py-pebble/Makefile Wed Mar 5 09:52:58 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2025/01/02 10:48:04 adam Exp $
+# $NetBSD: Makefile,v 1.17 2025/03/05 09:52:58 wiz Exp $
DISTNAME= Pebble-5.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
+PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=P/Pebble/}
@@ -10,9 +11,11 @@ HOMEPAGE= https://github.com/noxdafox/pe
COMMENT= Threading and multiprocessing eye-candy
LICENSE= gnu-lgpl-v3
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
USE_LANGUAGES= # none
+WHEEL_NAME= ${DISTNAME:tl}
+
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index