Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-frozendict devel/py-frozendict: Simplify PKGN...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7f11580204a6
branches:  trunk
changeset: 429334:7f11580204a6
user:      js <js%pkgsrc.org@localhost>
date:      Sat Apr 18 15:26:06 2020 +0000

description:
devel/py-frozendict: Simplify PKGNAME generation

diffstat:

 devel/py-frozendict/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r a43bfc148bc0 -r 7f11580204a6 devel/py-frozendict/Makefile
--- a/devel/py-frozendict/Makefile      Sat Apr 18 15:24:37 2020 +0000
+++ b/devel/py-frozendict/Makefile      Sat Apr 18 15:26:06 2020 +0000
@@ -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