pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/py-postfix-mta-sts-resolver



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Aug 19 20:36:48 UTC 2022

Modified Files:
        pkgsrc/mail/py-postfix-mta-sts-resolver: Makefile

Log Message:
py-postfix-mta-sts-resolver: mark as not for python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/py-postfix-mta-sts-resolver/Makefile

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

Modified files:

Index: pkgsrc/mail/py-postfix-mta-sts-resolver/Makefile
diff -u pkgsrc/mail/py-postfix-mta-sts-resolver/Makefile:1.1 pkgsrc/mail/py-postfix-mta-sts-resolver/Makefile:1.2
--- pkgsrc/mail/py-postfix-mta-sts-resolver/Makefile:1.1        Fri Aug 19 13:59:28 2022
+++ pkgsrc/mail/py-postfix-mta-sts-resolver/Makefile    Fri Aug 19 20:36:48 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/08/19 13:59:28 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2022/08/19 20:36:48 wiz Exp $
 
 DISTNAME=      postfix_mta_sts_resolver-1.1.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
@@ -28,6 +28,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test>=3.0.
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && ${MV} mta-sts-daemon mta-sts-daemon-${PYVERSSUFFIX} || ${TRUE}
        cd ${DESTDIR}${PREFIX}/bin && ${MV} mta-sts-query mta-sts-query-${PYVERSSUFFIX} || ${TRUE}



Home | Main Index | Thread Index | Old Index