git: d20cc22412b5 - main - devel/py-pyzipper: new port for reading/writing AES encrypted zip files

Dan Langille dvl at FreeBSD.org
Wed May 26 13:34:22 UTC 2021


The branch main has been updated by dvl:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d20cc22412b52cafffe715fe779449877fcb73a0

commit d20cc22412b52cafffe715fe779449877fcb73a0
Author:     Dan Langille <dvl at FreeBSD.org>
AuthorDate: 2021-05-26 13:27:55 +0000
Commit:     Dan Langille <dvl at 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 at 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 at 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


More information about the dev-commits-ports-all mailing list