pkgsrc-WIP-changes archive

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

wip/py-ppft new version 1.6.6.3



Module Name:	pkgsrc-wip
Committed By:	K.I.A Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Fri Feb 26 22:15:59 2021 +0100
Changeset:	4b656ae83f6bda7b9af378ab190b0247ca7351f0

Modified Files:
	py-ppft/DESCR
	py-ppft/Makefile
	py-ppft/distinfo

Log Message:
wip/py-ppft new version 1.6.6.3

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

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

diffstat:
 py-ppft/DESCR    | 10 +++++-----
 py-ppft/Makefile | 11 ++++++-----
 py-ppft/distinfo |  9 +++++----
 3 files changed, 16 insertions(+), 14 deletions(-)

diffs:
diff --git a/py-ppft/DESCR b/py-ppft/DESCR
index 43c99bddc1..afee8b2804 100644
--- a/py-ppft/DESCR
+++ b/py-ppft/DESCR
@@ -1,6 +1,6 @@
-Parallel Python module (pp) provides an easy and efficient way to 
-create parallel-enabled applications for SMP computers and clusters. pp 
-module features cross-platform portability and dynamic load balancing. Thus 
-application written with ``pp`` will parallelize efficiently even on 
-heterogeneous and multi-platform clusters (including clusters running other 
+Parallel Python module (pp) provides an easy and efficient way to
+create parallel-enabled applications for SMP computers and clusters. pp
+module features cross-platform portability and dynamic load balancing. Thus
+application written with ``pp`` will parallelize efficiently even on
+heterogeneous and multi-platform clusters (including clusters running other
 application with variable CPU loads)
diff --git a/py-ppft/Makefile b/py-ppft/Makefile
index a97b425197..33007e3b79 100644
--- a/py-ppft/Makefile
+++ b/py-ppft/Makefile
@@ -1,19 +1,20 @@
 # $NetBSD$
 
-DISTNAME=	ppft-1.6.6.2
+DISTNAME=	ppft-1.6.6.3
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	parallel python
-MASTER_SITES=	https://files.pythonhosted.org/packages/2b/fb/fa21f6e9aedc4823448473ed96e8eab64af1cb248c18165f045a90e1c6b4/
+MASTER_SITES=	${MASTER_SITE_PYPI:=p/ppft/}
 EXTRACT_SUFX=	.zip
 
 MAINTAINER=	kamelderouiche%yahoo.com@localhost
 HOMEPAGE=	https://pypi.org/project/ppft
-COMMENT=	distributed and parallel python
+COMMENT=	Distributed and parallel python
 LICENSE=	modified-bsd
 
-DEPENDS+=	${PYPKGPREFIX}-six>=1.15.0:../../lang/py-six
+PYTHON_VERSIONS_INCOMPATIBLE+=	36
+
+DEPENDS+=	${PYPKGPREFIX}-six>=1.7.3:../../lang/py-six
 
-USE_LANGUAGES=	# none
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-ppft/distinfo b/py-ppft/distinfo
index adbce20b6d..224bdc93ec 100644
--- a/py-ppft/distinfo
+++ b/py-ppft/distinfo
@@ -1,6 +1,7 @@
 $NetBSD$
 
-SHA1 (ppft-1.6.6.2.zip) = be2c6629df94022ec2b4950e2a179f625d148cce
-RMD160 (ppft-1.6.6.2.zip) = 712c5964c360f451ec4df019d48cbf2a525653a0
-SHA512 (ppft-1.6.6.2.zip) = ab7f7543c9483e588df78a3c1304fa469ee1f392994ae851afc7da47c943c2c2070157fd003f4d8134981f3322bd2df459411f6a3b3357cbba9776fe75eb640b
-Size (ppft-1.6.6.2.zip) = 106255 bytes
+SHA1 (ppft-1.6.6.3.zip) = 6bee698214a24ab89f2acb47a6e4766428b587d3
+RMD160 (ppft-1.6.6.3.zip) = 81508a49d89061dfccdb468eb27e0db1d8184d5c
+SHA512 (ppft-1.6.6.3.zip) = d047473b97a6fb0aac8acf35c884e7b85b1fd199adba7851f9199fbce2d0fb4118cac68438fe8aae3704fbe0db502e036098b7935004d49fe975ef73a2f2e616
+Size (ppft-1.6.6.3.zip) = 106281 bytes
+SHA1 (patch-setup.py) = 69704fa7037253d6f60af0ff3d31143bf8d4a912


Home | Main Index | Thread Index | Old Index