pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/py-audio
Module Name: pkgsrc
Committed By: wiz
Date: Wed Mar 5 09:14:44 UTC 2025
Modified Files:
pkgsrc/audio/py-audio: Makefile
Log Message:
py-audio: fix wheel name for latest setuptools and depend on it
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/audio/py-audio/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/py-audio/Makefile
diff -u pkgsrc/audio/py-audio/Makefile:1.12 pkgsrc/audio/py-audio/Makefile:1.13
--- pkgsrc/audio/py-audio/Makefile:1.12 Wed Feb 12 06:44:28 2025
+++ pkgsrc/audio/py-audio/Makefile Wed Mar 5 09:14:44 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2025/02/12 06:44:28 ryoon Exp $
+# $NetBSD: Makefile,v 1.13 2025/03/05 09:14:44 wiz Exp $
DISTNAME= PyAudio-0.2.14
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/PyA/a/}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyAudio/}
@@ -11,9 +11,9 @@ HOMEPAGE= https://people.csail.mit.edu/h
COMMENT= Python bindings for PortAudio
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+WHEEL_NAME= ${DISTNAME:tl}
.include "../../lang/python/wheel.mk"
.include "../../audio/portaudio/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index