summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-09-13 11:41:34 +0000
committeradam <adam@pkgsrc.org>2022-09-13 11:41:34 +0000
commitac8f72d38fd0c53c7f020a2f11df9558ae241560 (patch)
tree17289b7dbb92c8b9da3d2f886077dcb4071cd380 /misc
parent508627772f2747dad49fcc49a23482ffbb7c3b54 (diff)
downloadpkgsrc-ac8f72d38fd0c53c7f020a2f11df9558ae241560.tar.gz
py-immutables: updated to 0.18
v0.18: null
Diffstat (limited to 'misc')
-rw-r--r--misc/py-immutables/Makefile13
-rw-r--r--misc/py-immutables/distinfo8
2 files changed, 15 insertions, 6 deletions
diff --git a/misc/py-immutables/Makefile b/misc/py-immutables/Makefile
index cce85e86c9c..0542df968e2 100644
--- a/misc/py-immutables/Makefile
+++ b/misc/py-immutables/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2022/04/26 18:45:53 adam Exp $
+# $NetBSD: Makefile,v 1.8 2022/09/13 11:41:34 adam Exp $
-DISTNAME= immutables-0.17
+DISTNAME= immutables-0.18
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= misc python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/immutables/}
@@ -10,7 +10,16 @@ HOMEPAGE= https://github.com/MagicStack/immutables
COMMENT= Immutable collections
LICENSE= apache-2.0
+TEST_DEPENDS+= ${PYPKGPREFIX}-mypy>=0.942:../../lang/py-mypy
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>=6.2.4:../../devel/py-test
+
PYTHON_VERSIONS_INCOMPATIBLE= 27
+.include "../../lang/python/pyversion.mk"
+
+.if ${_PYTHON_VERSION} == 37
+DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.7.4.3:../../devel/py-typing-extensions
+.endif
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/misc/py-immutables/distinfo b/misc/py-immutables/distinfo
index fcba88639e4..b3e1bb83689 100644
--- a/misc/py-immutables/distinfo
+++ b/misc/py-immutables/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2022/04/26 18:45:53 adam Exp $
+$NetBSD: distinfo,v 1.9 2022/09/13 11:41:34 adam Exp $
-BLAKE2s (immutables-0.17.tar.gz) = 2e5326845dfae9e8cce3d5b3823a9a9a0d6a62be9adae5efde9d0eae067a86c4
-SHA512 (immutables-0.17.tar.gz) = 5d89653d5c1ce61e0f088c75eb6f76cd9188b701e8eb410503e96eaa2600edfca155f778ca60ed2ed205ed99957d7b9bb4581215f30220fdc38f99c25704f9ca
-Size (immutables-0.17.tar.gz) = 84531 bytes
+BLAKE2s (immutables-0.18.tar.gz) = 60eefd7cd84b10ea66c43ced5f34f8f312aafcb3cc38e06c94c5c23cfcc528c9
+SHA512 (immutables-0.18.tar.gz) = c904c02e2568f0d98b75a175ac11645e5f1a584aa1a7f1923119339cdd154a6594af49aafb1fc8ea0de0cf9799264a0ccc94e8afc38deabb5719609e666b352c
+Size (immutables-0.18.tar.gz) = 84799 bytes