summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2016-11-28 23:38:18 +0000
committerjoerg <joerg@pkgsrc.org>2016-11-28 23:38:18 +0000
commit1ce2841180dd3632030ac5cfb0e1aaabf376e414 (patch)
tree9b262847ea8b56123004fe82a18e58de6b1c51b0 /net
parent46c47188f03befd321dbb589af80951470b6c1c0 (diff)
downloadpkgsrc-1ce2841180dd3632030ac5cfb0e1aaabf376e414.tar.gz
Restrict to Python 2.7 only.
Diffstat (limited to 'net')
-rw-r--r--net/py-gandi.cli/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/py-gandi.cli/Makefile b/net/py-gandi.cli/Makefile
index ba08f58ef52..2afbd96a01b 100644
--- a/net/py-gandi.cli/Makefile
+++ b/net/py-gandi.cli/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/10/27 10:15:18 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2016/11/28 23:38:18 joerg Exp $
GITHUB_TAG= 0.19
DISTNAME= ${GITHUB_TAG}
@@ -14,6 +14,8 @@ HOMEPAGE= https://github.com/Gandi/gandi.cli
COMMENT= Command line interface for Gandi.net
LICENSE= gnu-gpl-v3
+PYTHON_VERSIONS_ACCEPTED= 27
+
DEPENDS+= ${PYPKGPREFIX}-click>=3.1:../../devel/py-click
DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
DEPENDS+= ${PYPKGPREFIX}-IP-[0-9]*:../../net/py-IP