pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-frozendict



Module Name:    pkgsrc
Committed By:   js
Date:           Sat Apr 18 15:26:07 UTC 2020

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

Log Message:
devel/py-frozendict: Simplify PKGNAME generation


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-frozendict/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-frozendict/Makefile
diff -u pkgsrc/devel/py-frozendict/Makefile:1.2 pkgsrc/devel/py-frozendict/Makefile:1.3
--- pkgsrc/devel/py-frozendict/Makefile:1.2     Sat Apr 18 13:01:46 2020
+++ pkgsrc/devel/py-frozendict/Makefile Sat Apr 18 15:26:06 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2020/04/18 13:01:46 js Exp $
+# $NetBSD: Makefile,v 1.3 2020/04/18 15:26:06 js Exp $
 
 DISTNAME=      frozendict-1.2
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/v//}
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/frozendict/}
 



Home | Main Index | Thread Index | Old Index