[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / security / py-service_identity

Annotation of pkgsrc/security/py-service_identity/Makefile, Revision 1.3

1.3     ! leot        1: # $NetBSD: Makefile,v 1.2 2016/02/21 10:47:20 wiz Exp $
1.1       wiz         2:
1.2       wiz         3: DISTNAME=      service_identity-16.0.0
1.1       wiz         4: PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
1.3     ! leot        5: PKGREVISION=   1
1.1       wiz         6: CATEGORIES=    security python
1.3     ! leot        7: MASTER_SITES=  ${MASTER_SITE_PYPI}
1.1       wiz         8:
                      9: MAINTAINER=    pkgsrc-users@NetBSD.org
                     10: HOMEPAGE=      https://pypi.python.org/pypi/service_identity
                     11: COMMENT=       Service identity verification for pyOpenSSL
                     12: LICENSE=       mit
                     13:
                     14: DEPENDS+=      ${PYPKGPREFIX}-OpenSSL>=0.12:../../security/py-OpenSSL
                     15: DEPENDS+=      ${PYPKGPREFIX}-asn1-modules-[0-9]*:../../security/py-asn1-modules
1.3     ! leot       16: DEPENDS+=      ${PYPKGPREFIX}-attrs-[0-9]*:../../devel/py-attrs
1.1       wiz        17: DEPENDS+=      ${PYPKGPREFIX}-characteristic>=14.0.0:../../devel/py-characteristic
                     18: DEPENDS+=      ${PYPKGPREFIX}-idna-[0-9]*:../../www/py-idna
                     19:
1.2       wiz        20: PYTHON_VERSIONS_INCOMPATIBLE=  33 # not supported as of 16.0.0
                     21:
1.1       wiz        22: .include "../../lang/python/egg.mk"
                     23: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>