diff options
author | miwi <miwi@FreeBSD.org> | 2015-12-31 11:28:02 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2015-12-31 11:28:02 +0800 |
commit | 30a6edf731d587f60a75047ae0f6374a21c27d99 (patch) | |
tree | 0fab06a212e31e891a4e8f20097e6694cc6b0873 /archivers/Makefile | |
parent | 18810b3839d3aeac11974b1e1180cd339614567d (diff) | |
download | freebsd-ports-gnome-30a6edf731d587f60a75047ae0f6374a21c27d99.tar.gz freebsd-ports-gnome-30a6edf731d587f60a75047ae0f6374a21c27d99.tar.zst freebsd-ports-gnome-30a6edf731d587f60a75047ae0f6374a21c27d99.zip |
Bz2file is a Python library for reading and writing bzip2-compressed files.
It contains a drop-in replacement for the file interface in the standard
library's bz2 module, including features from the latest development version
of CPython that are not available in older releases.
WWW: https://github.com/nvawda/bz2file/
PR: 205641
Submitted by: Yuri Victorovich <yuri@rawbw.com>
Diffstat (limited to 'archivers/Makefile')
-rw-r--r-- | archivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 4e00a5d16c63..c9190dd8e9e7 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -163,6 +163,7 @@ SUBDIR += ppunpack SUBDIR += pxz SUBDIR += py-attic + SUBDIR += py-bz2file SUBDIR += py-librtfcomp SUBDIR += py-lz4 SUBDIR += py-lzma |