pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-types-yaml



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Dec 26 14:35:56 UTC 2024

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

Log Message:
py-types-yaml: fix PKGNAME after update


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/py-types-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-types-yaml/Makefile
diff -u pkgsrc/textproc/py-types-yaml/Makefile:1.9 pkgsrc/textproc/py-types-yaml/Makefile:1.10
--- pkgsrc/textproc/py-types-yaml/Makefile:1.9  Tue Dec 24 17:50:29 2024
+++ pkgsrc/textproc/py-types-yaml/Makefile      Thu Dec 26 14:35:56 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2024/12/24 17:50:29 adam Exp $
+# $NetBSD: Makefile,v 1.10 2024/12/26 14:35:56 wiz Exp $
 
 DISTNAME=      types_pyyaml-6.0.12.20241221
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/:S/py//}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/types-PyYAML/}
 



Home | Main Index | Thread Index | Old Index