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 23:04:28 UTC 2025

Modified Files:
        pkgsrc/devel/py-ruamel-yaml: Makefile

Log Message:
devel/py-ruamel-yaml: Revert wheel name change

Despite having checked that all my installed packages were up to date
w.r.t. pkgsrc-current, now the wheel name is back to '.'.  My theory
is that if some other package (that isn't required) happens to be
installed, the behavior changes.

Upstream is warning about a future '.' to '_' transition.

For now, leave a comment about the wheel name mystery problem, to help
the next person debug, as I believe it's more likely than not that
the issue will recur.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 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.43 pkgsrc/devel/py-ruamel-yaml/Makefile:1.44
--- pkgsrc/devel/py-ruamel-yaml/Makefile:1.43   Mon Apr  7 17:54:08 2025
+++ pkgsrc/devel/py-ruamel-yaml/Makefile        Mon Apr  7 23:04:28 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.43 2025/04/07 17:54:08 gdt Exp $
+# $NetBSD: Makefile,v 1.44 2025/04/07 23:04:28 gdt Exp $
 
 DISTNAME=      ruamel.yaml-0.18.10
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/./-/1}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/ruamel.yaml/}
 
@@ -14,8 +14,13 @@ 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}
+# The distfile uses '.' and the pkgsrc package uses '-'.
+
+# The wheel intends to use '.', but with up-to-date pkgsrc (and
+# perhaps more packages installed than strictly required), the wheel
+# used '_'.  This is perhaps related to a pending renamed requested by
+# PyPI.
+#WHEEL_NAME=   ${DISTNAME:S/./_/1}
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index