bb579283d0
They now have a tool dependency on py-setuptools instead of a DEPENDS
20 lines
617 B
Makefile
20 lines
617 B
Makefile
# $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/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/casebeer/python-hkdf
|
|
COMMENT= HMAC-based Extract-and-Expand Key Derivation Function (HKDF; RFC 5869)
|
|
LICENSE= 2-clause-bsd
|
|
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
|
|
|
|
PYTHON_VERSIONED_DEPENDENCIES= test:test
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../lang/python/versioned_dependencies.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|