Files
pkgsrc-ng/devel/py-hypothesis/Makefile
2016-11-18 22:39:22 +01:00

22 lines
608 B
Makefile

# $NetBSD: Makefile,v 1.4 2016/08/24 10:20:35 wiz Exp $
DISTNAME= hypothesis-3.4.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=h/hypothesis/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://pypi.python.org/pypi/hypothesis/
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"