pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-lasso
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jul 21 08:57:49 UTC 2025
Modified Files:
pkgsrc/security/py-lasso: Makefile
Log Message:
py-lasso: update to 2.8.2.
Changes: Same as for lasso.
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/security/py-lasso/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-lasso/Makefile
diff -u pkgsrc/security/py-lasso/Makefile:1.57 pkgsrc/security/py-lasso/Makefile:1.58
--- pkgsrc/security/py-lasso/Makefile:1.57 Thu Apr 17 21:52:18 2025
+++ pkgsrc/security/py-lasso/Makefile Mon Jul 21 08:57:49 2025
@@ -1,20 +1,24 @@
-# $NetBSD: Makefile,v 1.57 2025/04/17 21:52:18 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2025/07/21 08:57:49 wiz Exp $
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 25
COMMENT= Liberty Alliance Single Sign On binding for Python
-CONFIGURE_ARGS+= --disable-php4
+CONFIGURE_ARGS+= --disable-php5
+CONFIGURE_ARGS+= --disable-php7
CONFIGURE_ARGS+= --disable-perl
INSTALL_DIRS= bindings/python
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 2.4.1
+
+.include "../../lang/python/pyversion.mk"
+.if ${PYTHON_VERSION} > 311
+# needs distutils
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+.endif
.include "../../lang/python/batteries-included.mk"
.include "../../lang/python/extension.mk"
-
.include "../../security/lasso/buildlink3.mk"
-
.include "../../security/lasso/Makefile.common"
+.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index