pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/offlineimap remove unsupported python versions fr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/294a1906a813
branches:  trunk
changeset: 426485:294a1906a813
user:      nikita <nikita%pkgsrc.org@localhost>
date:      Wed Apr 01 10:10:21 2020 +0000

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

diffstat:

 mail/offlineimap/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 0469eb1a3149 -r 294a1906a813 mail/offlineimap/Makefile
--- a/mail/offlineimap/Makefile Wed Apr 01 10:08:15 2020 +0000
+++ b/mail/offlineimap/Makefile Wed Apr 01 10:10:21 2020 +0000
@@ -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 @@
 
 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