From owner-svn-ports-head@freebsd.org Sun Nov 18 20:44:32 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E744E11212E5; Sun, 18 Nov 2018 20:44:31 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 85D126FAFC; Sun, 18 Nov 2018 20:44:31 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 470A51866B; Sun, 18 Nov 2018 20:44:31 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wAIKiVvk020231; Sun, 18 Nov 2018 20:44:31 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAIKiUnQ020227; Sun, 18 Nov 2018 20:44:30 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201811182044.wAIKiUnQ020227@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 18 Nov 2018 20:44:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485273 - in head/devel: . py-multiprocess X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/devel: . py-multiprocess X-SVN-Commit-Revision: 485273 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 85D126FAFC X-Spamd-Result: default: False [0.19 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_SHORT(0.04)[0.038,0]; NEURAL_SPAM_MEDIUM(0.15)[0.147,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Nov 2018 20:44:32 -0000 Author: yuri Date: Sun Nov 18 20:44:30 2018 New Revision: 485273 URL: https://svnweb.freebsd.org/changeset/ports/485273 Log: New port: math/py-multiprocess: Better multiprocessing and multithreading in python Added: head/devel/py-multiprocess/ head/devel/py-multiprocess/Makefile (contents, props changed) head/devel/py-multiprocess/distinfo (contents, props changed) head/devel/py-multiprocess/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Nov 18 20:38:19 2018 (r485272) +++ head/devel/Makefile Sun Nov 18 20:44:30 2018 (r485273) @@ -4771,6 +4771,7 @@ SUBDIR += py-msgpack SUBDIR += py-multi_key_dict SUBDIR += py-multipledispatch + SUBDIR += py-multiprocess SUBDIR += py-munch SUBDIR += py-mwlib SUBDIR += py-mwlib.ext Added: head/devel/py-multiprocess/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-multiprocess/Makefile Sun Nov 18 20:44:30 2018 (r485273) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= multiprocess +DISTVERSION= 0.70.6.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Better multiprocessing and multithreading in python + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/devel/py-multiprocess/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-multiprocess/distinfo Sun Nov 18 20:44:30 2018 (r485273) @@ -0,0 +1,3 @@ +TIMESTAMP = 1542573555 +SHA256 (multiprocess-0.70.6.1.tar.gz) = 985d2faa28def907e303b4222b01281d2dcd3baa0fe53a4a0178ac63be62e5c6 +SIZE (multiprocess-0.70.6.1.tar.gz) = 1389496 Added: head/devel/py-multiprocess/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-multiprocess/pkg-descr Sun Nov 18 20:44:30 2018 (r485273) @@ -0,0 +1,8 @@ +'multiprocess' is a fork of the 'multiprocessing' package, and is developed +as part of 'pathos'. + +'multiprocessing' is a package for the Python language which supports the +spawning of processes using the API of the standard library's threading module. +'multiprocessing' has been distributed in the standard library since python 2.6. + +WWW: https://pypi.org/project/multiprocess/