pkgsrc/security/py-service_identity/Makefile
leot a49e659f8a py-service_identity from version 16.0.0 also needs attrs module
(hi wiz! :))

DEPENDS on devel/py-attrs now that we have it and bump PKGREVISION.
While here also simplify MASTER_SITE.
2016-04-14 11:34:23 +00:00

23 lines
829 B
Makefile

# $NetBSD: Makefile,v 1.3 2016/04/14 11:34:23 leot Exp $
DISTNAME= service_identity-16.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://pypi.python.org/pypi/service_identity
COMMENT= Service identity verification for pyOpenSSL
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.12:../../security/py-OpenSSL
DEPENDS+= ${PYPKGPREFIX}-asn1-modules-[0-9]*:../../security/py-asn1-modules
DEPENDS+= ${PYPKGPREFIX}-attrs-[0-9]*:../../devel/py-attrs
DEPENDS+= ${PYPKGPREFIX}-characteristic>=14.0.0:../../devel/py-characteristic
DEPENDS+= ${PYPKGPREFIX}-idna-[0-9]*:../../www/py-idna
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not supported as of 16.0.0
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"