Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 8CDD21A923A for ; Tue, 6 Oct 2020 10:47:36 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id F154484D7E; Tue, 6 Oct 2020 10:47:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7744984D7A for ; Tue, 6 Oct 2020 10:47:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id XhmZTC_lhC8R for ; Tue, 6 Oct 2020 10:47:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0021984D37 for ; Tue, 6 Oct 2020 10:47:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id ECB63FB28; Tue, 6 Oct 2020 10:47:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160198125455640" MIME-Version: 1.0 Date: Tue, 6 Oct 2020 10:47:34 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/lang/python To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20201006104734.ECB63FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_160198125455640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Oct 6 10:47:34 UTC 2020 Modified Files: pkgsrc/lang/python: versioned_dependencies.mk Log Message: python: versioned_dependencies: support py-hypothesis To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 pkgsrc/lang/python/versioned_dependencies.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160198125455640 Content-Disposition: inline Content-Length: 1663 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/python/versioned_dependencies.mk diff -u pkgsrc/lang/python/versioned_dependencies.mk:1.44 pkgsrc/lang/python/versioned_dependencies.mk:1.45 --- pkgsrc/lang/python/versioned_dependencies.mk:1.44 Thu Sep 3 15:44:54 2020 +++ pkgsrc/lang/python/versioned_dependencies.mk Tue Oct 6 10:47:34 2020 @@ -1,4 +1,4 @@ -# $NetBSD: versioned_dependencies.mk,v 1.44 2020/09/03 15:44:54 wiz Exp $ +# $NetBSD: versioned_dependencies.mk,v 1.45 2020/10/06 10:47:34 wiz Exp $ # # This file determines which separate distribution of a Python # package is used as dependency, depending on the Python version @@ -9,7 +9,7 @@ # PYTHON_VERSIONED_DEPENDENCIES # The Python package which should be added as a dependency. # -# Possible values: Pmw X cairo cherrypy dialog eliot html2text ipython jsonlib more-itertools python-digest rsa setuptools sphinx test zipp +# Possible values: Pmw X cairo cherrypy dialog eliot html2text hypothesis ipython jsonlib more-itertools python-digest rsa setuptools sphinx test zipp # Default: (nothing) # @@ -24,6 +24,7 @@ _SUPPORTED_PACKAGES+= cherrypy www/py-ch _SUPPORTED_PACKAGES+= dialog devel/py-dialog2 devel/py-dialog _SUPPORTED_PACKAGES+= eliot sysutils/py-eliot17 sysutils/py-eliot _SUPPORTED_PACKAGES+= html2text textproc/py-html2text-2019.8.11 textproc/py-html2text +_SUPPORTED_PACKAGES+= hypothesis devel/py-hypothesis4 devel/py-hypothesis _SUPPORTED_PACKAGES+= ipython devel/py-ipython5 devel/py-ipython _SUPPORTED_PACKAGES+= jsonlib textproc/py-jsonlib textproc/py-jsonlib3 _SUPPORTED_PACKAGES+= more-itertools devel/py-more-itertools2 devel/py-more-itertools --_----------=_160198125455640--