pkgsrc-WIP-changes archive

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

py-eapi, py-netmiko: remove python restrictions that allow all versions.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon Mar 14 09:55:44 2016 +0100
Changeset:	932ec72677841957d1eafe00cd38b5b3eaac3732

Modified Files:
	py-eapi/Makefile
	py-netmiko/Makefile

Log Message:
py-eapi, py-netmiko: remove python restrictions that allow all versions.

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

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

diffstat:
 py-eapi/Makefile    | 1 -
 py-netmiko/Makefile | 1 -
 2 files changed, 2 deletions(-)

diffs:
diff --git a/py-eapi/Makefile b/py-eapi/Makefile
index 96cbdb0..30ebd22 100644
--- a/py-eapi/Makefile
+++ b/py-eapi/Makefile
@@ -16,7 +16,6 @@ WRKSRC=		${WRKDIR}/${DISTNAME}
 DEPENDS+=	${PYPKGPREFIX}-netaddr-[0-9]*:../../net/py-netaddr
 
 USE_LANGUAGES=	# none
-PYTHON_VERSIONS_ACCEPTED=	35 34 33 27
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-netmiko/Makefile b/py-netmiko/Makefile
index 283b567..3e2f9e7 100644
--- a/py-netmiko/Makefile
+++ b/py-netmiko/Makefile
@@ -12,7 +12,6 @@ LICENSE=	mit
 
 USE_LANGUAGES=	# none
 PLIST_SUBST+=	PYVERSUFFIX=${PYVERSUFFIX}
-PYTHON_VERSIONS_ACCEPTED=	35 34 33 27
 
 DEPENDS+=	${PYPKGPREFIX}-paramiko>=1.13.0:../../security/py-paramiko
 


Home | Main Index | Thread Index | Old Index