pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/offlineimap



Module Name:    pkgsrc
Committed By:   nikita
Date:           Wed Apr  1 10:10:21 UTC 2020

Modified Files:
        pkgsrc/mail/offlineimap: Makefile

Log Message:
remove unsupported python versions from build, is not ported to 3


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/mail/offlineimap/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/offlineimap/Makefile
diff -u pkgsrc/mail/offlineimap/Makefile:1.33 pkgsrc/mail/offlineimap/Makefile:1.34
--- pkgsrc/mail/offlineimap/Makefile:1.33       Thu Apr 25 07:33:04 2019
+++ pkgsrc/mail/offlineimap/Makefile    Wed Apr  1 10:10:21 2020
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.33 2019/04/25 07:33:04 maya Exp $
+# $NetBSD: Makefile,v 1.34 2020/04/01 10:10:21 nikita Exp $
 
 
 DISTNAME=      offlineimap-7.2.3
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=OfflineIMAP/}
 
@@ -13,6 +13,8 @@ LICENSE=      gnu-gpl-v2 # or later
 
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
+PYTHON_VERSIONS_ACCEPTED=      27 # not yet ported
+
 DEPENDS+=      ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses
 DEPENDS+=      ${PYPKGPREFIX}-cursespanel-[0-9]*:../../devel/py-cursespanel
 DEPENDS+=      ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3



Home | Main Index | Thread Index | Old Index