forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated to latest release 3.3.17. Remove py26 incompatibility directive.
This seems to have been fixed in a previous version. At least "import billiard" works from the interpreter. From CHANGES.txt: - Fixes SemLock on Python 3.4 (Issue #107) when using ``forking_enable(False)``. - Pool: Include more useful exitcode information when processes exit.
- Loading branch information
rodent
committed
Apr 19, 2014
1 parent
76ba213
commit d631df6
Showing
2 changed files
with
6 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.5 2014/02/18 02:53:37 rodent Exp $ | ||
$NetBSD: distinfo,v 1.6 2014/04/19 17:54:28 rodent Exp $ | ||
|
||
SHA1 (billiard-3.3.0.16.tar.gz) = e8300652601320de36ad51a66df2fbac66ca174c | ||
RMD160 (billiard-3.3.0.16.tar.gz) = ac2e88325e366eac38133be6b0d1739ffe7d24d3 | ||
Size (billiard-3.3.0.16.tar.gz) = 150922 bytes | ||
SHA1 (billiard-3.3.0.17.tar.gz) = 42096b9ecdcb28286827832505ef88ef2f41a5cb | ||
RMD160 (billiard-3.3.0.17.tar.gz) = ebac7561774417171bb602cadd2e37b9948dd10a | ||
Size (billiard-3.3.0.17.tar.gz) = 151198 bytes |