pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-jaraco.path



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Aug 26 11:35:58 UTC 2024

Modified Files:
        pkgsrc/devel/py-jaraco.path: Makefile

Log Message:
py-jaraco.path: use correct DISTNAME


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-jaraco.path/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-jaraco.path/Makefile
diff -u pkgsrc/devel/py-jaraco.path/Makefile:1.10 pkgsrc/devel/py-jaraco.path/Makefile:1.11
--- pkgsrc/devel/py-jaraco.path/Makefile:1.10   Mon Aug 26 09:55:28 2024
+++ pkgsrc/devel/py-jaraco.path/Makefile        Mon Aug 26 11:35:58 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2024/08/26 09:55:28 adam Exp $
+# $NetBSD: Makefile,v 1.11 2024/08/26 11:35:58 adam Exp $
 
 DISTNAME=      jaraco_path-3.7.1
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/./}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jaraco.path/}
 



Home | Main Index | Thread Index | Old Index