pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/51326 CVS commit: pkgsrc/archivers/py-czipfile
The following reply was made to PR pkg/51326; it has been noted by GNATS.
From: "Thomas Klausner" <wiz%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/51326 CVS commit: pkgsrc/archivers/py-czipfile
Date: Sat, 9 Jul 2016 21:13:02 +0000
Module Name: pkgsrc
Committed By: wiz
Date: Sat Jul 9 21:13:02 UTC 2016
Added Files:
pkgsrc/archivers/py-czipfile: DESCR Makefile PLIST distinfo
pkgsrc/archivers/py-czipfile/patches: patch-setup.py
Log Message:
Import py27-czipfile-1.0.0 as archivers/py-czipfile.
A replacement for the builtin zipfile module, with fast, C-based zipfile
decryption
czipfile is a replacement for Python's builtin "zipfile" module, and provides
much faster, C-based zipfile decryption. The code is actually 95% identical to
Python 2.6.5's Lib/zipfile.py, with some very minor modifications to allow it
to compile in Cython, and the _ZipDecrypter class adapted to take advantage of
native C datatypes.
Package provided by Kimihiro Nonaka in PR 51326, with some cleanups by myself.
(Fix typo in MASTER_SITES, pkglint.)
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/archivers/py-czipfile/DESCR \
pkgsrc/archivers/py-czipfile/Makefile pkgsrc/archivers/py-czipfile/PLIST \
pkgsrc/archivers/py-czipfile/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/archivers/py-czipfile/patches/patch-setup.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index