pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-acme-tiny



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed May  1 08:57:23 UTC 2024

Modified Files:
        pkgsrc/security/py-acme-tiny: Makefile

Log Message:
py-acme-tiny: Fix PYTHON_VERSIONS_INCOMPATIBLE.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/security/py-acme-tiny/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-acme-tiny/Makefile
diff -u pkgsrc/security/py-acme-tiny/Makefile:1.12 pkgsrc/security/py-acme-tiny/Makefile:1.13
--- pkgsrc/security/py-acme-tiny/Makefile:1.12  Tue Apr 30 13:51:23 2024
+++ pkgsrc/security/py-acme-tiny/Makefile       Wed May  1 08:57:22 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2024/04/30 13:51:23 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2024/05/01 08:57:22 jperkin Exp $
 
 DISTNAME=      acme-tiny-5.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -17,6 +17,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-virtualenv
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} acme-tiny acme-tiny-${PYVERSSUFFIX} || ${TRUE}



Home | Main Index | Thread Index | Old Index