py-mock requires py-funcsigs on Python<3.3. Bump PKGREVISION.
This commit is contained in:
parent
16adbd552c
commit
8fc9bcd149
1 changed files with 7 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.8 2015/07/26 22:47:34 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2015/12/01 08:01:30 fhajny Exp $
|
||||
|
||||
DISTNAME= mock-1.3.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://pypi.python.org/packages/source/m/mock/
|
||||
|
||||
|
@ -10,10 +11,14 @@ HOMEPAGE= http://pypi.python.org/pypi/mock
|
|||
COMMENT= Python testing framework
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-pbr>=0.11:../../devel/py-pbr
|
||||
DEPENDS+= ${PYPKGPREFIX}-six>=1.7:../../lang/py-six
|
||||
.if ${_PYTHON_VERSION} < 33
|
||||
DEPENDS+= ${PYPKGPREFIX}-funcsigs-[0-9]*:../../devel/py-funcsigs
|
||||
.endif
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue