pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-hypothesis py-hypothesis: add missing depende...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/363e0da7e00b
branches:  trunk
changeset: 381271:363e0da7e00b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jul 03 12:44:09 2022 +0000

description:
py-hypothesis: add missing dependency on py-exceptiongroup

Bump PKGREVISION

diffstat:

 devel/py-hypothesis/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r fca140c502f2 -r 363e0da7e00b devel/py-hypothesis/Makefile
--- a/devel/py-hypothesis/Makefile      Sun Jul 03 12:36:29 2022 +0000
+++ b/devel/py-hypothesis/Makefile      Sun Jul 03 12:44:09 2022 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.109 2022/07/02 09:10:39 adam Exp $
+# $NetBSD: Makefile,v 1.110 2022/07/03 12:44:09 wiz Exp $
 #
 # Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html
 
 DISTNAME=      hypothesis-6.48.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hypothesis/}
 
@@ -22,4 +23,9 @@
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
+
+.if ${_PYTHON_VERSION} == 37 || ${_PYTHON_VERSION} == 38 || ${_PYTHON_VERSION} == 39 || ${_PYTHON_VERSION} == 310
+DEPENDS+=      ${PYPKGPREFIX}-exceptiongroup>=1.0.0rc8:../../devel/py-exceptiongroup
+.endif
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index