diff options
author | wiz <wiz@pkgsrc.org> | 2022-01-04 20:52:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-01-04 20:52:30 +0000 |
commit | f9e28ee96efbb02df8790e130e6eef7b33ebac9c (patch) | |
tree | 3102934dfc9d4395af6f57975db9893a590dde7d /archivers/py-zipstream | |
parent | 09611b3af5235569620a4171e26099e94164d5ba (diff) | |
download | pkgsrc-f9e28ee96efbb02df8790e130e6eef7b33ebac9c.tar.gz |
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
Diffstat (limited to 'archivers/py-zipstream')
-rw-r--r-- | archivers/py-zipstream/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/py-zipstream/Makefile b/archivers/py-zipstream/Makefile index 616a08f8333..f8c3dc31fcc 100644 --- a/archivers/py-zipstream/Makefile +++ b/archivers/py-zipstream/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2021/05/30 21:48:19 khorben Exp $ +# $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/} |