pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-botan3



Module Name:    pkgsrc
Committed By:   nros
Date:           Mon Jul  3 14:14:35 UTC 2023

Modified Files:
        pkgsrc/security/py-botan3: Makefile

Log Message:
py-botan3: fix PLIST and set correct interpreter


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-botan3/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-botan3/Makefile
diff -u pkgsrc/security/py-botan3/Makefile:1.1 pkgsrc/security/py-botan3/Makefile:1.2
--- pkgsrc/security/py-botan3/Makefile:1.1      Mon Jul  3 13:43:28 2023
+++ pkgsrc/security/py-botan3/Makefile  Mon Jul  3 14:14:35 2023
@@ -1,12 +1,14 @@
-# $NetBSD: Makefile,v 1.1 2023/07/03 13:43:28 nros Exp $
+# $NetBSD: Makefile,v 1.2 2023/07/03 14:14:35 nros Exp $
 
 .include "../../security/botan3/Makefile.common"
 
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/Botan/botan3/}
 COMMENT=       Python bindings for botan3
 
-NO_CONFIGURE=  yes
 NO_BUILD=      yes
+PY_PATCHPLIST= yes
+
+REPLACE_PYTHON=        src/python/botan3.py
 
 INSTALLATION_DIRS+=    ${PYSITELIB}
 
@@ -14,6 +16,7 @@ do-install:
        ${INSTALL_DATA} ${WRKSRC}/src/python/botan3.py \
                ${DESTDIR}${PREFIX}/${PYSITELIB}
 
+.include "../../lang/python/application.mk"
 .include "../../lang/python/extension.mk"
 .include "../../security/botan3/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index