25c4f9b570
Chai provides a very easy to use api for mocking, stubbing and spying your python objects, patterned after the Mocha library for Ruby.
16 lines
438 B
Makefile
16 lines
438 B
Makefile
# $NetBSD: Makefile,v 1.1 2018/01/05 11:59:06 adam Exp $
|
|
|
|
DISTNAME= chai-1.1.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=c/chai/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/agoragames/chai
|
|
COMMENT= Easy to use mocking, stubbing and spying framework
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|