summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornikita <nikita@pkgsrc.org>2020-04-01 10:10:21 +0000
committernikita <nikita@pkgsrc.org>2020-04-01 10:10:21 +0000
commit39aeba064be5127ff6f45a26d2efc9711ed2201b (patch)
treed266ed7c4e8cc5cc7bbd7c58da37c41199533888
parent0993d16179fb0553792033b19b9a0fdb9d27cb3f (diff)
downloadpkgsrc-39aeba064be5127ff6f45a26d2efc9711ed2201b.tar.gz
remove unsupported python versions from build, is not ported to 3
-rw-r--r--mail/offlineimap/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/offlineimap/Makefile b/mail/offlineimap/Makefile
index 43dfda1194c..4655a9e0d58 100644
--- a/mail/offlineimap/Makefile
+++ b/mail/offlineimap/Makefile
@@ -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