Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 0A7E6717E4 for ; Tue, 2 Jul 2013 11:08:31 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 65B1114A0D3; Tue, 2 Jul 2013 11:08:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A500B14A0CF for ; Tue, 2 Jul 2013 11:08:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 141Fuz79Ng3C for ; Tue, 2 Jul 2013 11:08:28 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 175C414A0CC for ; Tue, 2 Jul 2013 11:08:28 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 0FE0796; Tue, 2 Jul 2013 11:08:28 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 2 Jul 2013 11:08:28 +0000 From: "Blue Rats" Subject: CVS commit: pkgsrc/parallel/py-billiard To: pkgsrc-changes@NetBSD.org Reply-To: rodent@netbsd.org X-Mailer: log_accum Message-Id: <20130702110828.0FE0796@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: rodent Date: Tue Jul 2 11:08:28 UTC 2013 Added Files: pkgsrc/parallel/py-billiard: DESCR Makefile PLIST distinfo Log Message: Import py27-billiard-2.7.3.30 as parallel/py-billiard. billiard is a fork of the Python 2.7 multiprocessing package. The multiprocessing package itself is a renamed and updated version of R Oudkerk's pyprocessing package. This standalone variant is intended to be compatible with Python 2.4 and 2.5, and will draw it's fixes/improvements from python-trunk. * Also it is a fork of the multiprocessin backport package by Christian Heims; * It includes the no-execv patch contributed by R. Oudkerk; * And the Pool improvements previously located in Celery; To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/parallel/py-billiard/DESCR \ pkgsrc/parallel/py-billiard/Makefile pkgsrc/parallel/py-billiard/PLIST \ pkgsrc/parallel/py-billiard/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.