pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test-snapshot
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jul 29 07:08:45 UTC 2024
Modified Files:
pkgsrc/devel/py-test-snapshot: Makefile
Log Message:
py-test-snapshot: let PKGNAME match directory name
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-snapshot/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-test-snapshot/Makefile
diff -u pkgsrc/devel/py-test-snapshot/Makefile:1.1 pkgsrc/devel/py-test-snapshot/Makefile:1.2
--- pkgsrc/devel/py-test-snapshot/Makefile:1.1 Mon Jul 29 07:07:10 2024
+++ pkgsrc/devel/py-test-snapshot/Makefile Mon Jul 29 07:08:45 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2024/07/29 07:07:10 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2024/07/29 07:08:45 wiz Exp $
DISTNAME= pytest-snapshot-0.9.0
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-snapshot/}
Home |
Main Index |
Thread Index |
Old Index