Thu Apr 14 11:34:23 2016 UTC ()
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.


(leot)
diff -r1.2 -r1.3 pkgsrc/security/py-service_identity/Makefile

cvs diff -r1.2 -r1.3 pkgsrc/security/py-service_identity/Makefile (expand / switch to unified diff)

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