3a8e965265
3.1.7: Set a setuptools lower bound for PEP517 wheel building. We no longer distribute 32-bit manylinux1 wheels. Continuing to produce them was a maintenance burden.
18 lines
597 B
Makefile
18 lines
597 B
Makefile
# $NetBSD: Makefile,v 1.14 2019/06/20 11:15:18 adam Exp $
|
|
|
|
DISTNAME= bcrypt-3.1.7
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= security python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=b/bcrypt/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/pyca/bcrypt
|
|
COMMENT= Modern password hashing for your software and your servers
|
|
LICENSE= apache-2.0
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-cffi>=1.1:../../devel/py-cffi
|
|
DEPENDS+= ${PYPKGPREFIX}-six>=1.4.1:../../lang/py-six
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.4.0:../../devel/py-test
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|