pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-odfpy



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 30 18:56:28 UTC 2023

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

Log Message:
py-odfpy: not for python 2


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-odfpy/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-odfpy/Makefile
diff -u pkgsrc/textproc/py-odfpy/Makefile:1.6 pkgsrc/textproc/py-odfpy/Makefile:1.7
--- pkgsrc/textproc/py-odfpy/Makefile:1.6       Tue Jan  4 20:55:00 2022
+++ pkgsrc/textproc/py-odfpy/Makefile   Sun Apr 30 18:56:28 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/01/04 20:55:00 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2023/04/30 18:56:28 wiz Exp $
 
 DISTNAME=      odfpy-1.4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -16,6 +16,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-runne
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 PYSETUPTESTTARGET=     pytest
 
 SUBST_CLASSES+=                man
@@ -23,7 +25,6 @@ SUBST_STAGE.man=      pre-configure
 SUBST_FILES.man=       setup.py
 SUBST_VARS.man=                PKGMANDIR
 
-
 post-install:
 .for bin in csv2ods mailodf odf2mht odf2xhtml odf2xml odfimgimport \
        odflint odfmeta odfoutline odfuserfield xml2odf



Home | Main Index | Thread Index | Old Index