pkgsrc-WIP-changes archive

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

Removed references to devel/py-multiprocessing



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By:	adam
Date:		Mon Jul 31 15:18:58 2017 +0200
Changeset:	f06c5ef3f0912b40280c1f4fe461016706e6c27c

Modified Files:
	py-cvf/Makefile
	py-kivy/Makefile
	py-liveplots/Makefile
	py-pysph/Makefile
	py-ruffus/Makefile

Log Message:
Removed references to devel/py-multiprocessing

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

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

diffstat:
 py-cvf/Makefile       | 3 +--
 py-kivy/Makefile      | 3 +--
 py-liveplots/Makefile | 3 +--
 py-pysph/Makefile     | 3 ---
 py-ruffus/Makefile    | 3 ---
 5 files changed, 3 insertions(+), 12 deletions(-)

diffs:
diff --git a/py-cvf/Makefile b/py-cvf/Makefile
index 3f5fc8e4c5..b87112a82b 100644
--- a/py-cvf/Makefile
+++ b/py-cvf/Makefile
@@ -14,11 +14,10 @@ LICENSE=	gnu-lgpl-v3
 
 
 DEPENDS+=	${PYPKGPREFIX}-Pyro4>=3.4:../../devel/py-Pyro
-DEPENDS+=	${PYPKGPREFIX}-multiprocessing>=2.6.2.1:../../devel/py-multiprocessing
 #DEPENDS+=	${PYPKGPREFIX}-scipy>=0.7.0:../../math/py-scipy
 
 USE_LANGUAGES=	# none
-PYTHON_VERSIONS_INCOMPATIBLE=	34 35 36 # py-multiprocessing, py-imaging
+PYTHON_VERSIONS_INCOMPATIBLE=	34 35 36 # py-imaging
 
 BUILDLINK_API_DEPENDS.pycython+= ${PYPKGPREFIX}-cython>=0.12.1
 .include "../../devel/py-cython/buildlink3.mk"
diff --git a/py-kivy/Makefile b/py-kivy/Makefile
index f7ba6ee053..e7dde92c8d 100644
--- a/py-kivy/Makefile
+++ b/py-kivy/Makefile
@@ -13,14 +13,13 @@ COMMENT=	Innovative user interfaces made easy
 LICENSE=	gnu-lgpl-v3
 
 DEPENDS+=	${PYPKGPREFIX}-simplejson>=2.1.1:../../converters/py-simplejson
-DEPENDS+=	${PYPKGPREFIX}-multiprocessing>=2.6.2.1:../../devel/py-multiprocessing
 DEPENDS+=	${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
 DEPENDS+=	${PYPKGPREFIX}-enchant>=1.6.5:../../textproc/py-enchant
 
 USE_LANGUAGES= c
 
 PYDISTUTILSPKG=		yes
-PYTHON_VERSIONS_INCOMPATIBLE=	34 35 36 # py-multiprocessing, py-imaging, py-gstreamer0.10, py-gobject
+PYTHON_VERSIONS_INCOMPATIBLE=	34 35 36 # py-imaging, py-gstreamer0.10, py-gobject
 
 .include "../../devel/py-cython/buildlink3.mk"
 .include "../../devel/py-game/buildlink3.mk"
diff --git a/py-liveplots/Makefile b/py-liveplots/Makefile
index 322b90ff18..6f95b1af5d 100644
--- a/py-liveplots/Makefile
+++ b/py-liveplots/Makefile
@@ -10,12 +10,11 @@ HOMEPAGE=	http://code.google.com/p/liveplots/
 COMMENT=	Real-time live plot server
 LICENSE=	gnu-gpl-v3
 
-DEPENDS+=	${PYPKGPREFIX}-multiprocessing-[0-9]*:../../devel/py-multiprocessing
 DEPENDS+=	${PYPKGPREFIX}-gnuplot-[0-9]*:../../graphics/py-gnuplot
 
 USE_LANGUAGES=	# none
 
-PYTHON_VERSIONS_INCOMPATIBLE=	34 35 36 # py-gnuplot, py-multiprocessing
+PYTHON_VERSIONS_INCOMPATIBLE=	34 35 36 # py-gnuplot
 
 .include "../../lang/python/egg.mk"
 .include "../../math/py-numpy/buildlink3.mk"
diff --git a/py-pysph/Makefile b/py-pysph/Makefile
index 306966be17..d634502352 100644
--- a/py-pysph/Makefile
+++ b/py-pysph/Makefile
@@ -9,12 +9,9 @@ MAINTAINER=	jihbed.research%gmail.com@localhost
 HOMEPAGE=	http://pysph.googlecode.com/
 COMMENT=	General purpose Smoothed Particle Hydrodynamics framework
 
-DEPENDS+=	${PYPKGPREFIX}-multiprocessing>=2.6.2.1:../../devel/py-multiprocessing
-
 WRKSRC=		${WRKDIR}/PySPH-0.9beta
 
 USE_LANGUAGES=	c c++
-PYTHON_VERSIONS_INCOMPATIBLE=	34 35 36 # my-multiprocessing
 
 .include "../../devel/py-cython/buildlink3.mk"
 .include "../../math/py-numpy/buildlink3.mk"
diff --git a/py-ruffus/Makefile b/py-ruffus/Makefile
index 136c38482e..87c9e01f15 100644
--- a/py-ruffus/Makefile
+++ b/py-ruffus/Makefile
@@ -12,11 +12,8 @@ COMMENT=	Lightweight python module to run computational pipelines
 LICENSE=	mit
 
 DEPENDS+=  ${PYPKGPREFIX}-simplejson>=2.1.1:../../converters/py-simplejson
-DEPENDS+=  ${PYPKGPREFIX}-multiprocessing>=2.6.2.1:../../devel/py-multiprocessing
 
 USE_LANGUAGES=	# none
 
-PYTHON_VERSIONS_INCOMPATIBLE=	34 35 36 # py-multiprocessing
-
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index