pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-hypothesis



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jul  3 12:44:10 UTC 2022

Modified Files:
        pkgsrc/devel/py-hypothesis: Makefile

Log Message:
py-hypothesis: add missing dependency on py-exceptiongroup

Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 pkgsrc/devel/py-hypothesis/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-hypothesis/Makefile
diff -u pkgsrc/devel/py-hypothesis/Makefile:1.109 pkgsrc/devel/py-hypothesis/Makefile:1.110
--- pkgsrc/devel/py-hypothesis/Makefile:1.109   Sat Jul  2 09:10:39 2022
+++ pkgsrc/devel/py-hypothesis/Makefile Sun Jul  3 12:44:09 2022
@@ -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_PKG_RESOURCES=    yes
 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