pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/py-aiosmtpd



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Wed Apr 26 08:44:46 UTC 2017

Modified Files:
        pkgsrc/mail/py-aiosmtpd: Makefile

Log Message:
Not for Python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/py-aiosmtpd/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-aiosmtpd/Makefile
diff -u pkgsrc/mail/py-aiosmtpd/Makefile:1.1 pkgsrc/mail/py-aiosmtpd/Makefile:1.2
--- pkgsrc/mail/py-aiosmtpd/Makefile:1.1        Tue Apr 25 17:16:57 2017
+++ pkgsrc/mail/py-aiosmtpd/Makefile    Wed Apr 26 08:44:46 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/04/25 17:16:57 fhajny Exp $
+# $NetBSD: Makefile,v 1.2 2017/04/26 08:44:46 fhajny Exp $
 
 DISTNAME=      aiosmtpd-1.0a5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,6 +14,8 @@ DEPENDS+=     ${PYPKGPREFIX}-atpublic-[0-9]*
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_ACCEPTED=      36 35 34
+
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && ${MV} smtpd smtpd${PYVERSSUFFIX}
 



Home | Main Index | Thread Index | Old Index