pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-ecdsa
Module Name: pkgsrc
Committed By: rillig
Date: Sat May 9 20:16:59 UTC 2020
Modified Files:
pkgsrc/security/py-ecdsa: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/py-ecdsa/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/py-ecdsa/Makefile
diff -u pkgsrc/security/py-ecdsa/Makefile:1.8 pkgsrc/security/py-ecdsa/Makefile:1.9
--- pkgsrc/security/py-ecdsa/Makefile:1.8 Thu Feb 27 16:55:07 2020
+++ pkgsrc/security/py-ecdsa/Makefile Sat May 9 20:16:59 2020
@@ -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 @@ DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../.
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