pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-ruamel-yaml
Module Name: pkgsrc
Committed By: gdt
Date: Mon Apr 7 17:54:08 UTC 2025
Modified Files:
pkgsrc/devel/py-ruamel-yaml: Makefile
Log Message:
devel/py-ruamel-yaml: Adapt to new wheel name
Perhaps this is due to new setuptools, but the wheel name (in info
files) produced by the build has changed.
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/devel/py-ruamel-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/devel/py-ruamel-yaml/Makefile
diff -u pkgsrc/devel/py-ruamel-yaml/Makefile:1.42 pkgsrc/devel/py-ruamel-yaml/Makefile:1.43
--- pkgsrc/devel/py-ruamel-yaml/Makefile:1.42 Sun Jan 12 10:25:43 2025
+++ pkgsrc/devel/py-ruamel-yaml/Makefile Mon Apr 7 17:54:08 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.42 2025/01/12 10:25:43 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2025/04/07 17:54:08 gdt Exp $
DISTNAME= ruamel.yaml-0.18.10
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/./-/1}
+PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/ruamel.yaml/}
@@ -13,6 +14,9 @@ LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-ruamel-yaml-clib>=0.2.7:../../devel/py-ruamel-yaml-clib
+# The distfile uses '.'; the pkgsrc package uses '-'; the wheel uses '_'.
+WHEEL_NAME= ${DISTNAME:S/./_/1}
+
USE_LANGUAGES= # none
.include "../../lang/python/wheel.mk"
Home |
Main Index |
Thread Index |
Old Index