pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-posting



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jul 18 04:52:45 UTC 2024

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

Log Message:
py-posting: for python 3.11+ only


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-posting/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-posting/Makefile
diff -u pkgsrc/www/py-posting/Makefile:1.1 pkgsrc/www/py-posting/Makefile:1.2
--- pkgsrc/www/py-posting/Makefile:1.1  Sun Jul 14 12:50:40 2024
+++ pkgsrc/www/py-posting/Makefile      Thu Jul 18 04:52:45 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/07/14 12:50:40 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2024/07/18 04:52:45 wiz Exp $
 
 DISTNAME=      posting-1.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -25,6 +25,8 @@ DEPENDS+=     ${PYPKGPREFIX}-xdg-base-dirs-[
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39 310
+
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && ${MV} posting posting-${PYVERSSUFFIX}
 



Home | Main Index | Thread Index | Old Index