Date: Wed, 26 May 2021 13:34:22 GMT From: Dan Langille <dvl@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d20cc22412b5 - main - devel/py-pyzipper: new port for reading/writing AES encrypted zip files Message-ID: <202105261334.14QDYMDu089059@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dvl: URL: https://cgit.FreeBSD.org/ports/commit/?id=d20cc22412b52cafffe715fe779449877fcb73a0 commit d20cc22412b52cafffe715fe779449877fcb73a0 Author: Dan Langille <dvl@FreeBSD.org> AuthorDate: 2021-05-26 13:27:55 +0000 Commit: Dan Langille <dvl@FreeBSD.org> CommitDate: 2021-05-26 13:33:40 +0000 devel/py-pyzipper: new port for reading/writing AES encrypted zip files PR: 251545 Reported by: gettoknowmi <gettoknowmi@yahoo.com> --- devel/Makefile | 1 + devel/py-pyzipper/Makefile | 19 +++++++++++++++++++ devel/py-pyzipper/distinfo | 3 +++ devel/py-pyzipper/pkg-descr | 4 ++++ 4 files changed, 27 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 572f62ddf4af..66f87ddf7391 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5047,6 +5047,7 @@ SUBDIR += py-pyvisa-py SUBDIR += py-pyxb SUBDIR += py-pyyaml-include + SUBDIR += py-pyzipper SUBDIR += py-q SUBDIR += py-qasync SUBDIR += py-qstylizer diff --git a/devel/py-pyzipper/Makefile b/devel/py-pyzipper/Makefile new file mode 100644 index 000000000000..23d4e8ff402b --- /dev/null +++ b/devel/py-pyzipper/Makefile @@ -0,0 +1,19 @@ +PORTNAME= pyzipper +PORTVERSION= 0.3.5 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= gettoknowmii@gmail.com +COMMENT= Read and write AES encrypted zip files + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycryptodomex>0:security/py-pycryptodomex@${PY_FLAVOR} + +USES= python:3.6+,run +USE_PYTHON= autoplist distutils +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-pyzipper/distinfo b/devel/py-pyzipper/distinfo new file mode 100644 index 000000000000..d5e55ff5ec89 --- /dev/null +++ b/devel/py-pyzipper/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1621619137 +SHA256 (pyzipper-0.3.5.tar.gz) = 6040069654dad040cf8708d4db78ce5829238e2091ad8006a47d97d6ffe275d6 +SIZE (pyzipper-0.3.5.tar.gz) = 111881 diff --git a/devel/py-pyzipper/pkg-descr b/devel/py-pyzipper/pkg-descr new file mode 100644 index 000000000000..71c028e6b9cc --- /dev/null +++ b/devel/py-pyzipper/pkg-descr @@ -0,0 +1,4 @@ +A 100% API compatible replacement for Python's zipfile +that can read and write AES encrypted zip files + +WWW: https://github.com/danifus/pyzipper
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105261334.14QDYMDu089059>