pkgsrc-WIP-changes archive

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

remove references to python 2.6



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Mon Mar 14 02:01:01 2016 +0100
Changeset:	fcd6ee312f5491996a28b9517fe7a753f829b64a

Modified Files:
	ansible-junos-stdlib/Makefile
	py-netmiko/Makefile
	py-scp/Makefile

Log Message:
remove references to python 2.6

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fcd6ee312f5491996a28b9517fe7a753f829b64a

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

diffstat:
 ansible-junos-stdlib/Makefile | 2 +-
 py-netmiko/Makefile           | 2 +-
 py-scp/Makefile               | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/ansible-junos-stdlib/Makefile b/ansible-junos-stdlib/Makefile
index 99e2d15..ce83d6b 100644
--- a/ansible-junos-stdlib/Makefile
+++ b/ansible-junos-stdlib/Makefile
@@ -12,7 +12,7 @@ LICENSE=	apache-2.0
 
 USE_TOOLS=	pax bash
 USE_LANGUAGES=	# none
-PYTHON_VERSIONS_ACCEPTED=	27 26
+PYTHON_VERSIONS_ACCEPTED=	27
 
 REPLACE_PYTHON+=	docs/ansible2rst.py
 REPLACE_PYTHON+=	library/junos_get_config
diff --git a/py-netmiko/Makefile b/py-netmiko/Makefile
index 3aabcb8..283b567 100644
--- a/py-netmiko/Makefile
+++ b/py-netmiko/Makefile
@@ -12,7 +12,7 @@ LICENSE=	mit
 
 USE_LANGUAGES=	# none
 PLIST_SUBST+=	PYVERSUFFIX=${PYVERSUFFIX}
-PYTHON_VERSIONS_ACCEPTED=	35 34 33 27 26
+PYTHON_VERSIONS_ACCEPTED=	35 34 33 27
 
 DEPENDS+=	${PYPKGPREFIX}-paramiko>=1.13.0:../../security/py-paramiko
 
diff --git a/py-scp/Makefile b/py-scp/Makefile
index 018a7c6..a0ecc00 100644
--- a/py-scp/Makefile
+++ b/py-scp/Makefile
@@ -12,7 +12,7 @@ LICENSE=	apache-2.0
 
 USE_LANGUAGES=	# none
 PLIST_SUBST+=	PYVERSUFFIX=${PYVERSUFFIX}
-PYTHON_VERSIONS_ACCEPTED=	27 26
+PYTHON_VERSIONS_ACCEPTED=	27
 
 PYDISTUTILSPKG= yes
 


Home | Main Index | Thread Index | Old Index