Skip to content
Snippets Groups Projects
Commit bacdef05 authored by Jose Alonso Cardenas Marquez's avatar Jose Alonso Cardenas Marquez
Browse files

archivers/py-pyunpack: New port: unpack archive files in Python

unpack archive files in Python

Features:

- unpack archive files
- support passwords
- very simple interface
- command line interface and library

back-ends:

- zipfile: included in Python
- patool: It relies on helper applications to handle those archive formats (for
  example bzip2 for BZIP2 archives). Supported formats: 7z (.7z), ACE (.ace),
  ALZIP (.alz), AR (.a), ARC (.arc), ARJ (.arj), BZIP2 (.bz2), CAB (.cab),
  compress (.Z), CPIO (.cpio), DEB (.deb), DMS (.dms), GZIP (.gz), LRZIP (.lrz),
  LZH (.lha, .lzh), LZIP (.lz), LZMA (.lzma), LZOP (.lzo), RPM (.rpm),
  RAR (.rar), RZIP (.rz), TAR (.tar), XZ (.xz), ZIP (.zip, .jar) and ZOO (.zoo)
parent a2265575
No related branches found
No related tags found
No related merge requests found
......@@ -196,6 +196,7 @@
SUBDIR += py-python-lzo
SUBDIR += py-python-rpm-packaging
SUBDIR += py-python-snappy
SUBDIR += py-pyunpack
SUBDIR += py-rarfile
SUBDIR += py-rcssmin
SUBDIR += py-rjsmin
......
PORTNAME= pyunpack
PORTVERSION= 0.3
CATEGORIES= archivers python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= acm@FreeBSD.org
COMMENT= unpack archive files in Python
WWW= https://github.com/ponty/pyunpack
LICENSE= BSD2CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}easyprocess>0:devel/py-easyprocess@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}entrypoint2>0:devel/py-entrypoint2@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>
TIMESTAMP = 1680277713
SHA256 (pyunpack-0.3.tar.gz) = b9192665c3aa28eaeb2b01198a2f2f985d9a3ecce55f266a657b31cd337d3f12
SIZE (pyunpack-0.3.tar.gz) = 6420
unpack archive files in Python
Features:
- unpack archive files
- support passwords
- very simple interface
- command line interface and library
back-ends:
- zipfile: included in Python
- patool: It relies on helper applications to handle those archive formats (for
example bzip2 for BZIP2 archives). Supported formats: 7z (.7z), ACE (.ace),
ALZIP (.alz), AR (.a), ARC (.arc), ARJ (.arj), BZIP2 (.bz2), CAB (.cab),
compress (.Z), CPIO (.cpio), DEB (.deb), DMS (.dms), GZIP (.gz), LRZIP (.lrz),
LZH (.lha, .lzh), LZIP (.lz), LZMA (.lzma), LZOP (.lzo), RPM (.rpm),
RAR (.rar), RZIP (.rz), TAR (.tar), XZ (.xz), ZIP (.zip, .jar) and ZOO (.zoo)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment