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:
parent
e2449d7a48
commit
df8f3a35a6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110195
@ -52,6 +52,7 @@
|
||||
SUBDIR += pear-Archive_Tar
|
||||
SUBDIR += ppunpack
|
||||
SUBDIR += py-bzip2
|
||||
SUBDIR += py-lzma
|
||||
SUBDIR += py-tarfile
|
||||
SUBDIR += rar
|
||||
SUBDIR += rox-archive
|
||||
|
21
archivers/py-lzma/Makefile
Normal file
21
archivers/py-lzma/Makefile
Normal 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>
|
2
archivers/py-lzma/distinfo
Normal file
2
archivers/py-lzma/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (pylzma-0.0.3.tar.gz) = 312416b2cdf6f4b82ec8fc7a816f74a4
|
||||
SIZE (pylzma-0.0.3.tar.gz) = 73057
|
10
archivers/py-lzma/pkg-descr
Normal file
10
archivers/py-lzma/pkg-descr
Normal 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
|
4
archivers/py-lzma/pkg-plist
Normal file
4
archivers/py-lzma/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
%%PYTHON_SITELIBDIR%%/py7zlib.py
|
||||
%%PYTHON_SITELIBDIR%%/py7zlib.pyc
|
||||
%%PYTHON_SITELIBDIR%%/py7zlib.pyo
|
||||
%%PYTHON_SITELIBDIR%%/pylzma.so
|
Loading…
Reference in New Issue
Block a user