pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-dotenv



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 13 20:41:26 UTC 2025

Modified Files:
        pkgsrc/devel/py-dotenv: Makefile

Log Message:
py-dotenv: fix PKGNAME


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-dotenv/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-dotenv/Makefile
diff -u pkgsrc/devel/py-dotenv/Makefile:1.16 pkgsrc/devel/py-dotenv/Makefile:1.17
--- pkgsrc/devel/py-dotenv/Makefile:1.16        Sat Apr 12 10:06:39 2025
+++ pkgsrc/devel/py-dotenv/Makefile     Sun Apr 13 20:41:26 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2025/04/12 10:06:39 adam Exp $
+# $NetBSD: Makefile,v 1.17 2025/04/13 20:41:26 wiz Exp $
 
 DISTNAME=      python_dotenv-1.1.0
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^python-//:S/_/-/}
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^python_//:S/_/-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-dotenv/}
 



Home | Main Index | Thread Index | Old Index