1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Add py-lzma, a 7zip compression library for Python.

This commit is contained in:
Hye-Shik Chang 2004-05-28 14:33:03 +00:00
parent e2449d7a48
commit df8f3a35a6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110195
5 changed files with 38 additions and 0 deletions

View File

@ -52,6 +52,7 @@
SUBDIR += pear-Archive_Tar
SUBDIR += ppunpack
SUBDIR += py-bzip2
SUBDIR += py-lzma
SUBDIR += py-tarfile
SUBDIR += rar
SUBDIR += rox-archive

View File

@ -0,0 +1,21 @@
# New ports collection makefile for: py-lzma
# Date created: 28 May 2004
# Whom: Hye-Shik Chang
#
# $FreeBSD$
#
PORTNAME= lzma
PORTVERSION= 0.0.3
CATEGORIES= archivers python
MASTER_SITES= http://www.joachim-bauch.de/projects/python/pylzma/releases/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pylzma-${PORTVERSION}
MAINTAINER= perky@FreeBSD.org
COMMENT= Python binding for the LZMA compression library
USE_PYTHON= yes
USE_PYDISTUTILS=yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (pylzma-0.0.3.tar.gz) = 312416b2cdf6f4b82ec8fc7a816f74a4
SIZE (pylzma-0.0.3.tar.gz) = 73057

View File

@ -0,0 +1,10 @@
Python binding for the LZMA compression library.
Supported Features:
* Compression / decompression of a single block of data
* Compression from a file-like object (must provide a read method)
* Streaming decompression through multiple calls to decompress.
* An initial library that supports reading of 7-zip archives (both
solid and non-solid)
WWW: http://www.joachim-bauch.de/projects/python/pylzma

View File

@ -0,0 +1,4 @@
%%PYTHON_SITELIBDIR%%/py7zlib.py
%%PYTHON_SITELIBDIR%%/py7zlib.pyc
%%PYTHON_SITELIBDIR%%/py7zlib.pyo
%%PYTHON_SITELIBDIR%%/pylzma.so