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: Fix correct name of the pack...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/910643ab0ab7
branches:  trunk
changeset: 319750:910643ab0ab7
user:      tm <tm%pkgsrc.org@localhost>
date:      Tue Feb 19 17:49:24 2019 +0000

description:
py-nacl: Fix correct name of the package (remove py-prefix)

diffstat:

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

diffs (13 lines):

diff -r 34705c371356 -r 910643ab0ab7 security/py-nacl/Makefile
--- a/security/py-nacl/Makefile Tue Feb 19 17:32:28 2019 +0000
+++ b/security/py-nacl/Makefile Tue Feb 19 17:49:24 2019 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2019/02/19 14:22:58 tm Exp $
+# $NetBSD: Makefile,v 1.4 2019/02/19 17:49:24 tm Exp $
 
 DISTNAME=      PyNaCl-1.3.0
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl:S/^Py//}
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl:S/^py//}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=P/PyNaCl/}
 



Home | Main Index | Thread Index | Old Index