pkgsrc/archivers/py-zipstream-ng/Makefile
khorben ed2ad56d01 archivers/py-zipstream-ng: import version 1.6.0
py-zipstream-ng is a modern and easy to use streamable zip file
generator. It can package and stream many files and folders into a zip
on the fly without needing temporary files or excessive memory. It can
also calculate the final size of the zip file before streaming it.
2023-08-21 03:41:33 +00:00

18 lines
499 B
Makefile

# $NetBSD: Makefile,v 1.1 2023/08/21 03:41:33 khorben Exp $
DISTNAME= zipstream-ng-1.6.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= archivers python
MASTER_SITES= ${MASTER_SITE_PYPI:=z/zipstream-ng/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/pR0Ps/zipstream-ng
COMMENT= Modern and easy to use streamable zip file generator
LICENSE= gnu-lgpl-v3
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"