pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-frozendict



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon May  8 07:02:43 UTC 2023

Modified Files:
        pkgsrc/devel/py-frozendict: Makefile

Log Message:
py-frozendict: do not build c-extension across all Python versions


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-frozendict/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-frozendict/Makefile
diff -u pkgsrc/devel/py-frozendict/Makefile:1.17 pkgsrc/devel/py-frozendict/Makefile:1.18
--- pkgsrc/devel/py-frozendict/Makefile:1.17    Sun Apr 30 04:50:27 2023
+++ pkgsrc/devel/py-frozendict/Makefile Mon May  8 07:02:43 2023
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2023/04/30 04:50:27 adam Exp $
+# $NetBSD: Makefile,v 1.18 2023/05/08 07:02:43 adam Exp $
 
 DISTNAME=      frozendict-2.3.8
+PKGREVISION=   1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/frozendict/}
@@ -14,6 +15,9 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-[0-9]
 
 USE_LANGUAGES= # none
 
+# XXX: do not build c-extension; remove when Python 3.11 gets supported
+MAKE_ENV+=     CIBUILDWHEEL=0
+
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 TEST_ENV+=     PYTHONPATH=${WRKSRC}/build/lib



Home | Main Index | Thread Index | Old Index