pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-rapidfuzz



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jun 13 18:20:22 UTC 2023

Modified Files:
        pkgsrc/textproc/py-rapidfuzz: Makefile

Log Message:
py-rapidfuzz: try fixing build with Python 3.8 and 3.9

Fix pkglint while here.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-rapidfuzz/Makefile

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

Modified files:

Index: pkgsrc/textproc/py-rapidfuzz/Makefile
diff -u pkgsrc/textproc/py-rapidfuzz/Makefile:1.5 pkgsrc/textproc/py-rapidfuzz/Makefile:1.6
--- pkgsrc/textproc/py-rapidfuzz/Makefile:1.5   Thu Jun  8 15:19:02 2023
+++ pkgsrc/textproc/py-rapidfuzz/Makefile       Tue Jun 13 18:20:22 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2023/06/08 15:19:02 gdt Exp $
+# $NetBSD: Makefile,v 1.6 2023/06/13 18:20:22 wiz Exp $
 
 DISTNAME=      rapidfuzz-3.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -19,10 +19,10 @@ TEST_DEPENDS+=      ${PYPKGPREFIX}-hypothesis
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-PLIST_SUBST+=  PYTHON_VERSION=${PYTHON_VERSION}
+PLIST_SUBST+=  PYTHON_VERSION=${_PYTHON_VERSION}
 
 USE_LANGUAGES= c c++17
-GCC_REQD=      10
+GCC_REQD+=     10
 
 # needs 'make install'
 do-test:



Home | Main Index | Thread Index | Old Index