8a9cb53cf6
They now have a tool dependency on py-setuptools instead of a DEPENDS
23 lines
695 B
Makefile
23 lines
695 B
Makefile
# $NetBSD: Makefile,v 1.2 2022/01/04 20:53:10 wiz Exp $
|
|
|
|
DISTNAME= hypothesis-4.57.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=h/hypothesis/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/HypothesisWorks/hypothesis
|
|
COMMENT= Python library for property based testing
|
|
LICENSE= mpl-2.0
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-attrs>=19.2.0:../../devel/py-attrs
|
|
DEPENDS+= ${PYPKGPREFIX}-sortedcontainers>=2.1.0:../../devel/py-sortedcontainers
|
|
DEPENDS+= ${PYPKGPREFIX}-enum34-[0-9]*:../../devel/py-enum34
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 27
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|