Received: by mail.netbsd.org (Postfix, from userid 605) id EFB5C84DD5; Thu, 3 Sep 2020 15:44:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 785AD84DD2 for ; Thu, 3 Sep 2020 15:44:55 +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 RuQ865VbOMDd for ; Thu, 3 Sep 2020 15:44:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 023A384CD8 for ; Thu, 3 Sep 2020 15:44:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F1780FB28; Thu, 3 Sep 2020 15:44:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1599147894290500" MIME-Version: 1.0 Date: Thu, 3 Sep 2020 15:44:54 +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: <20200903154454.F1780FB28@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. --_----------=_1599147894290500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Sep 3 15:44:54 UTC 2020 Modified Files: pkgsrc/lang/python: versioned_dependencies.mk Log Message: python: support py-cairo in versioned_dependencies.mk To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 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. --_----------=_1599147894290500 Content-Disposition: inline Content-Length: 1465 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.43 pkgsrc/lang/python/versioned_dependencies.mk:1.44 --- pkgsrc/lang/python/versioned_dependencies.mk:1.43 Tue Sep 1 04:06:27 2020 +++ pkgsrc/lang/python/versioned_dependencies.mk Thu Sep 3 15:44:54 2020 @@ -1,4 +1,4 @@ -# $NetBSD: versioned_dependencies.mk,v 1.43 2020/09/01 04:06:27 wiz Exp $ +# $NetBSD: versioned_dependencies.mk,v 1.44 2020/09/03 15:44:54 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 cherrypy dialog html2text ipython jsonlib more-itertools python-digest sphinx test zipp +# Possible values: Pmw X cairo cherrypy dialog eliot html2text ipython jsonlib more-itertools python-digest rsa setuptools sphinx test zipp # Default: (nothing) # @@ -19,6 +19,7 @@ _SUPPORTED_PACKAGES= # empty _SUPPORTED_PACKAGES+= Pmw x11/py-Pmw x11/py-Pmw2 _SUPPORTED_PACKAGES+= X textproc/py-X2 textproc/py-X +_SUPPORTED_PACKAGES+= cairo graphics/py-cairo118 graphics/py-cairo _SUPPORTED_PACKAGES+= cherrypy www/py-cherrypy17 www/py-cherrypy _SUPPORTED_PACKAGES+= dialog devel/py-dialog2 devel/py-dialog _SUPPORTED_PACKAGES+= eliot sysutils/py-eliot17 sysutils/py-eliot --_----------=_1599147894290500--