pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-gandi.cli Restrict to Python 2.7 only.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e8c7a34be53f
branches:  trunk
changeset: 355369:e8c7a34be53f
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Nov 28 23:38:18 2016 +0000

description:
Restrict to Python 2.7 only.

diffstat:

 net/py-gandi.cli/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r b26b8600b939 -r e8c7a34be53f net/py-gandi.cli/Makefile
--- a/net/py-gandi.cli/Makefile Mon Nov 28 22:45:54 2016 +0000
+++ b/net/py-gandi.cli/Makefile Mon Nov 28 23:38:18 2016 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index