blob: 05f847760937cd5844e6539384040c0525bdc636 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
PORTNAME= pyzipper
PORTVERSION= 0.3.5
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= gettoknowmii@gmail.com
COMMENT= Read and write AES encrypted zip files
WWW= https://github.com/danifus/pyzipper
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycryptodomex>0:security/py-pycryptodomex@${PY_FLAVOR}
USES= python:run
USE_PYTHON= autoplist distutils
NO_ARCH= yes
post-patch:
@${RM} ${WRKSRC}/test/badsyntax_*.py
@${RM} ${WRKSRC}/test/__init__.py
.include <bsd.port.mk>
|