9708037fda
3.9.7: * Make notarization possible again on OS X when using wheels.
21 lines
656 B
Makefile
Executable file
21 lines
656 B
Makefile
Executable file
# $NetBSD: Makefile,v 1.30 2020/02/22 06:50:56 adam Exp $
|
|
|
|
DISTNAME= pycryptodome-3.9.7
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
|
|
CATEGORIES= security python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pycryptodome/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.pycryptodome.org/
|
|
COMMENT= Cryptographic and hash functions for Python
|
|
LICENSE= public-domain AND python-software-foundation
|
|
|
|
# XXX is this needed?
|
|
CFLAGS.SunOS+= -std=c99 -D_XOPEN_SOURCE=600
|
|
|
|
CHECK_PORTABILITY_SKIP= appveyor/get_wheels.sh
|
|
|
|
BUILDLINK_API_DEPENDS.gmp+= gmp>=5.0
|
|
.include "../../devel/gmp/buildlink3.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|