pkgsrc-WIP-changes archive

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

g/c references to python 2.6



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Mon Oct 5 08:31:14 2015 +0200
Changeset:	e884fd0f52ee04e0de9c87c6df1bcb0de2ecd306

Modified Files:
	livestreamer/Makefile
	py-binaryornot/Makefile
	py-epigrass/Makefile

Log Message:
g/c 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=e884fd0f52ee04e0de9c87c6df1bcb0de2ecd306

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

diffstat:
 livestreamer/Makefile   | 3 ---
 py-binaryornot/Makefile | 2 +-
 py-epigrass/Makefile    | 1 -
 3 files changed, 1 insertion(+), 5 deletions(-)

diffs:
diff --git a/livestreamer/Makefile b/livestreamer/Makefile
index b2b4a02..826493a 100644
--- a/livestreamer/Makefile
+++ b/livestreamer/Makefile
@@ -15,9 +15,6 @@ DEPENDS+=	${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
 
 .include "../../lang/python/egg.mk"
 
-.if ${_PYTHON_VERSION} == 26
-DEPENDS+=	${PYPKGPREFIX}-argparse-[0-9]*:../../devel/py-argparse
-.endif
 .if ${_PYTHON_VERSION} < 30
 DEPENDS+=	${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 DEPENDS+=	${PYPKGPREFIX}-futures-[0-9]*:../../wip/py-futures
diff --git a/py-binaryornot/Makefile b/py-binaryornot/Makefile
index 2f7c7cf..c7f6bf6 100644
--- a/py-binaryornot/Makefile
+++ b/py-binaryornot/Makefile
@@ -19,7 +19,7 @@ BUILD_DEPENDS+=			${PYPKGPREFIX}-chardet>=2.0.0:../../converters/py-chardet
 
 USE_LANGUAGES=			#none
 PLIST_SUBST+=			PYVERSSUFFIX=${PYVERSSUFFIX}
-PYTHON_VERSIONS_ACCEPTED=	34 33 27 26
+PYTHON_VERSIONS_ACCEPTED=	34 33 27
 
 WRKSRC= ${WRKDIR}/${DISTNAME}
 
diff --git a/py-epigrass/Makefile b/py-epigrass/Makefile
index 73e45c0..43a5b73 100644
--- a/py-epigrass/Makefile
+++ b/py-epigrass/Makefile
@@ -17,7 +17,6 @@ DEPENDS+=	${PYPKGPREFIX}-mysqldb>=1.2.3:../../databases/py-mysqldb
 DEPENDS+=       ${PYPKGPREFIX}-networkx>=1.7:../../math/py-networkx
 DEPENDS+=       ${PYPKGPREFIX}-redis-py>=2.8.0:../../databases/py-redis-py
 
-PYTHON_VERSION_DEFAULT= 26 27
 PYTHON_VERSIONS_INCOMPATIBLE=	33 34 # py-mysqldb, py-networkx
 
 .include "../../graphics/py-matplotlib/buildlink3.mk"


Home | Main Index | Thread Index | Old Index