8a9cb53cf6
They now have a tool dependency on py-setuptools instead of a DEPENDS
15 lines
443 B
Makefile
15 lines
443 B
Makefile
# $NetBSD: Makefile,v 1.3 2022/01/04 20:52:31 wiz Exp $
|
|
|
|
DISTNAME= zipstream-new-${PKGVERSION_NOREV}
|
|
PKGNAME= ${PYPKGPREFIX}-zipstream-1.1.8
|
|
PKGREVISION= 1
|
|
CATEGORIES= archivers python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=z/zipstream-new/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/arjan-s/python-zipstream
|
|
COMMENT= Zipfile generator
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|