pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-autobahn
Module Name: pkgsrc
Committed By: adam
Date: Tue Dec 16 10:43:47 UTC 2025
Modified Files:
pkgsrc/www/py-autobahn: Makefile
Log Message:
py-autobahn: remove superfluous file to make PLIST constant on all architectures
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/www/py-autobahn/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-autobahn/Makefile
diff -u pkgsrc/www/py-autobahn/Makefile:1.46 pkgsrc/www/py-autobahn/Makefile:1.47
--- pkgsrc/www/py-autobahn/Makefile:1.46 Sat Dec 13 10:27:06 2025
+++ pkgsrc/www/py-autobahn/Makefile Tue Dec 16 10:43:46 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2025/12/13 10:27:06 abs Exp $
+# $NetBSD: Makefile,v 1.47 2025/12/16 10:43:46 adam Exp $
DISTNAME= autobahn-25.12.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -26,12 +26,14 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-twisted>=0
BUILDLINK_TRANSFORM+= rm:-march=native
+MAKE_ENV+= PYUBJSON_NO_EXTENSION=1
+
PYTHON_VERSIONS_INCOMPATIBLE= 310
post-install:
cd ${DESTDIR}${PREFIX}/bin && ${MV} wamp wamp-${PYVERSSUFFIX} || ${TRUE}
- #cd ${DESTDIR}${PREFIX}/bin && ${MV} xbrnetwork xbrnetwork-${PYVERSSUFFIX}
- #cd ${DESTDIR}${PREFIX}/bin && ${MV} xbrnetwork-ui xbrnetwork-ui-${PYVERSSUFFIX}
+ ${RM} -f ${DESTDIR}${PREFIX}/${PYSITELIB}/autobahn/nvx/_nvx_utf8validator.[co]
+ ${RM} -f ${DESTDIR}${PREFIX}/${PYSITELIB}/autobahn/nvx/_nvx_xormasker.[co]
PYTHON_VERSIONED_DEPENDENCIES+= cryptography
.include "../../lang/python/versioned_dependencies.mk"
Home |
Main Index |
Thread Index |
Old Index