pkgsrc/devel/py-hypothesis/Makefile
adam 76b6a4a641 3.11.1:
This is a minor ergonomics release. Tracebacks shown by pytest no longer include Hypothesis internals for test functions decorated with @given.
2017-05-29 06:52:11 +00:00

21 lines
623 B
Makefile

# $NetBSD: Makefile,v 1.16 2017/05/29 06:52:11 adam Exp $
DISTNAME= hypothesis-3.11.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=h/hypothesis/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/HypothesisWorks/hypothesis-python
COMMENT= Python library for property based testing
LICENSE= mpl-2.0
DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
USE_LANGUAGES= # none
# actual tests only in github distfile, but that needs py-test and
# py-test depends on py-hypothesis...
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"