pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-gandi.cli



Module Name:    pkgsrc
Committed By:   joerg
Date:           Mon Nov 28 23:38:18 UTC 2016

Modified Files:
        pkgsrc/net/py-gandi.cli: Makefile

Log Message:
Restrict to Python 2.7 only.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/py-gandi.cli/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/py-gandi.cli/Makefile
diff -u pkgsrc/net/py-gandi.cli/Makefile:1.1 pkgsrc/net/py-gandi.cli/Makefile:1.2
--- pkgsrc/net/py-gandi.cli/Makefile:1.1        Thu Oct 27 10:15:18 2016
+++ pkgsrc/net/py-gandi.cli/Makefile    Mon Nov 28 23:38:18 2016
@@ -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
 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