pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-yaml
Module Name: pkgsrc
Committed By: wiz
Date: Sun Mar 9 18:52:44 UTC 2025
Modified Files:
pkgsrc/textproc/py-yaml: Makefile
Log Message:
py-yaml: add wheel tool dependency
Adapt wheel name.
py-wheel is a requirement of pyyaml, and it is loaded explicitly,
which makes the usual safeguard about this in setuptools not work, so
this was using the old wheel name when wheel was not installed.
See https://github.com/pypa/setuptools/issues/4868
Closes PR 59158 by kim@
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/textproc/py-yaml/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-yaml/Makefile
diff -u pkgsrc/textproc/py-yaml/Makefile:1.34 pkgsrc/textproc/py-yaml/Makefile:1.35
--- pkgsrc/textproc/py-yaml/Makefile:1.34 Sat Mar 8 22:05:40 2025
+++ pkgsrc/textproc/py-yaml/Makefile Sun Mar 9 18:52:44 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.34 2025/03/08 22:05:40 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2025/03/09 18:52:44 wiz Exp $
DISTNAME= pyyaml-6.0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyYAML/}
@@ -13,8 +13,7 @@ LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-cython>=3.0:../../devel/py-cython
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
-
-WHEEL_NAME= ${DISTNAME:S/pyyaml/PyYAML/}
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0.45.1:../../devel/py-wheel
.include "../../lang/python/wheel.mk"
.include "../../textproc/libyaml/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index