pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-nacl py-nacl: Provide PKGNAME fix to work ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b730bf9cd8ed
branches:  trunk
changeset: 319726:b730bf9cd8ed
user:      tm <tm%pkgsrc.org@localhost>
date:      Tue Feb 19 14:22:58 2019 +0000

description:
py-nacl: Provide PKGNAME fix to work with lintpkgsrc

diffstat:

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

diffs (13 lines):

diff -r fce1a39f0e1d -r b730bf9cd8ed security/py-nacl/Makefile
--- a/security/py-nacl/Makefile Tue Feb 19 13:49:14 2019 +0000
+++ b/security/py-nacl/Makefile Tue Feb 19 14:22:58 2019 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2019/02/19 12:14:22 tm Exp $
+# $NetBSD: Makefile,v 1.3 2019/02/19 14:22:58 tm Exp $
 
 DISTNAME=      PyNaCl-1.3.0
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^Py//:tl}
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl:S/^Py//}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=P/PyNaCl/}
 



Home | Main Index | Thread Index | Old Index