blob: 1d41b4334d64d3fd33b8230aa7ae34b270ac2361 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# $NetBSD: Makefile,v 1.6 2016/10/19 12:45:00 wiz Exp $
DISTNAME= hypothesis-3.5.3
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
# check if these (unpackaged) modules are needed:
# py-xdis
# py-spark-parser
# py-uncompyle
# 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"
|