Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-ecdsa security/py-ecdsa: remove unnecessar...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/07e55aeb8684
branches:  trunk
changeset: 431160:07e55aeb8684
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 09 20:16:59 2020 +0000

description:
security/py-ecdsa: remove unnecessary REPLACE_PYTHON

These files are not installed as executables, therefore they don't need a
script interpreter. The paths to the files were wrong anyway.

diffstat:

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

diffs (18 lines):

diff -r 667f12fa5ed7 -r 07e55aeb8684 security/py-ecdsa/Makefile
--- a/security/py-ecdsa/Makefile        Sat May 09 20:03:39 2020 +0000
+++ b/security/py-ecdsa/Makefile        Sat May 09 20:16:59 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2020/02/27 16:55:07 bsiegert Exp $
+# $NetBSD: Makefile,v 1.9 2020/05/09 20:16:59 rillig Exp $
 
 DISTNAME=      ecdsa-0.15
 PKGNAME=       ${PYPKGPREFIX}-ecdsa-0.15
@@ -14,8 +14,6 @@
 
 USE_LANGUAGES= # none
 
-REPLACE_PYTHON=        ecdsa/ecdsa.py ecdsa/ellipticcurve.py ecdsa/numbertheory.py
-
 .include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index