pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-solo1



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 21 15:14:58 UTC 2024

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

Log Message:
py-solo1: does not support Python 3.8 any longer (via py-docutils)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-solo1/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-solo1/Makefile
diff -u pkgsrc/security/py-solo1/Makefile:1.2 pkgsrc/security/py-solo1/Makefile:1.3
--- pkgsrc/security/py-solo1/Makefile:1.2       Sat Oct 28 19:57:15 2023
+++ pkgsrc/security/py-solo1/Makefile   Sun Apr 21 15:14:57 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2023/10/28 19:57:15 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2024/04/21 15:14:57 wiz Exp $
 
 DISTNAME=      solo1-0.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -24,7 +24,7 @@ PYTHON_VERSIONED_DEPENDENCIES+=       cryptogr
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27      # py-flit
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
 post-install:
        cd ${DESTDIR}${PREFIX}/${PYSITELIB}/solo && ${RM} -f *.orig */*.orig



Home | Main Index | Thread Index | Old Index