Received: by mail.netbsd.org (Postfix, from userid 605) id 983E684DDE; Wed, 1 Jul 2020 08:54:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 205D084DCB for ; Wed, 1 Jul 2020 08:54:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id V5Zf5yJNlS9y for ; Wed, 1 Jul 2020 08:54:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 79DC884DC1 for ; Wed, 1 Jul 2020 08:54:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 76FECFB28; Wed, 1 Jul 2020 08:54:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1593593670125510" MIME-Version: 1.0 Date: Wed, 1 Jul 2020 08:54:30 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/lang/python To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200701085430.76FECFB28@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. --_----------=_1593593670125510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Jul 1 08:54:30 UTC 2020 Modified Files: pkgsrc/lang/python: versioned_dependencies.mk Log Message: Added eliot to versioned dependencies To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 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. --_----------=_1593593670125510 Content-Disposition: inline Content-Length: 1166 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.40 pkgsrc/lang/python/versioned_dependencies.mk:1.41 --- pkgsrc/lang/python/versioned_dependencies.mk:1.40 Sat May 16 08:56:50 2020 +++ pkgsrc/lang/python/versioned_dependencies.mk Wed Jul 1 08:54:30 2020 @@ -1,4 +1,4 @@ -# $NetBSD: versioned_dependencies.mk,v 1.40 2020/05/16 08:56:50 adam Exp $ +# $NetBSD: versioned_dependencies.mk,v 1.41 2020/07/01 08:54:30 adam Exp $ # # This file determines which separate distribution of a Python # package is used as dependency, depending on the Python version @@ -21,6 +21,7 @@ _SUPPORTED_PACKAGES+= Pmw x11/py-Pmw x11 _SUPPORTED_PACKAGES+= X textproc/py-X2 textproc/py-X _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 _SUPPORTED_PACKAGES+= html2text textproc/py-html2text-2019.8.11 textproc/py-html2text _SUPPORTED_PACKAGES+= ipython devel/py-ipython5 devel/py-ipython _SUPPORTED_PACKAGES+= jsonlib textproc/py-jsonlib textproc/py-jsonlib3 --_----------=_1593593670125510--