diff options
author | wiz <wiz@pkgsrc.org> | 2022-01-04 20:53:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-01-04 20:53:26 +0000 |
commit | c7c6245bef7e5ca621e710024a67808158545477 (patch) | |
tree | 70fec9485159e1f0e70662b07abe452c242b9727 /security/py-hkdf | |
parent | b7c7bb0e06284e1a639779f9c2e2046ec4638152 (diff) | |
download | pkgsrc-c7c6245bef7e5ca621e710024a67808158545477.tar.gz |
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
Diffstat (limited to 'security/py-hkdf')
-rw-r--r-- | security/py-hkdf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/py-hkdf/Makefile b/security/py-hkdf/Makefile index 66e40ec8234..6cd001fe007 100644 --- a/security/py-hkdf/Makefile +++ b/security/py-hkdf/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2021/06/23 21:05:17 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2022/01/04 20:54:41 wiz Exp $ DISTNAME= hkdf-0.0.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=h/hkdf/} |