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:   triaxx
Date:           Sat Mar  8 20:17:29 UTC 2025

Modified Files:
        pkgsrc/textproc/py-yaml: Makefile

Log Message:
py-yaml: Fix installation for case-insensitive APFS


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 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.32 pkgsrc/textproc/py-yaml/Makefile:1.33
--- pkgsrc/textproc/py-yaml/Makefile:1.32       Mon Nov 11 07:29:11 2024
+++ pkgsrc/textproc/py-yaml/Makefile    Sat Mar  8 20:17:29 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.32 2024/11/11 07:29:11 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2025/03/08 20:17:29 triaxx Exp $
 
 DISTNAME=      pyyaml-6.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
+PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=P/PyYAML/}
 
@@ -10,8 +11,6 @@ HOMEPAGE=     https://github.com/yaml/pyyaml
 COMMENT=       Collection of libraries to process YAML with Python
 LICENSE=       mit
 
-WHEEL_NAME=    PyYAML-${PKGVERSION_NOREV}
-
 TOOL_DEPENDS+= ${PYPKGPREFIX}-cython>=3.0:../../devel/py-cython
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 



Home | Main Index | Thread Index | Old Index