pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-hyperkitty



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Aug  6 11:27:09 UTC 2024

Modified Files:
        pkgsrc/www/py-hyperkitty: Makefile

Log Message:
py-hyperkitty: not for Python 3.9


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-hyperkitty/Makefile

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

Modified files:

Index: pkgsrc/www/py-hyperkitty/Makefile
diff -u pkgsrc/www/py-hyperkitty/Makefile:1.6 pkgsrc/www/py-hyperkitty/Makefile:1.7
--- pkgsrc/www/py-hyperkitty/Makefile:1.6       Mon Apr 29 07:55:36 2024
+++ pkgsrc/www/py-hyperkitty/Makefile   Tue Aug  6 11:27:09 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2024/04/29 07:55:36 markd Exp $
+# $NetBSD: Makefile,v 1.7 2024/08/06 11:27:09 adam Exp $
 
 DISTNAME=      hyperkitty-1.3.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -34,12 +34,12 @@ TEST_DEPENDS+=      ${PYPKGPREFIX}-django-deb
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39
 
 REPLACE_PYTHON=        hyperkitty/contrib/cleanarch3 hyperkitty/contrib/check_hk_import
 
 post-install:
-       rm -rf ${DESTDIR}${PREFIX}/${PYSITELIB}/example_project
+       ${RM} -rf ${DESTDIR}${PREFIX}/${PYSITELIB}/example_project
 
 .include "../../lang/python/application.mk"
 .include "../../lang/python/wheel.mk"



Home | Main Index | Thread Index | Old Index