pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/python Add a versioned dependency for py-dialog, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1b40d6a12b37
branches:  trunk
changeset: 651181:1b40d6a12b37
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sun May 03 16:22:26 2015 +0000

description:
Add a versioned dependency for py-dialog, suggested by wiz@ ages ago.

diffstat:

 lang/python/versioned_dependencies.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7627a80f35eb -r 1b40d6a12b37 lang/python/versioned_dependencies.mk
--- a/lang/python/versioned_dependencies.mk     Sun May 03 15:35:54 2015 +0000
+++ b/lang/python/versioned_dependencies.mk     Sun May 03 16:22:26 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: versioned_dependencies.mk,v 1.19 2015/04/13 23:12:44 rodent Exp $
+# $NetBSD: versioned_dependencies.mk,v 1.20 2015/05/03 16:22:26 bsiegert Exp $
 #
 # This file determines which separate distribution of a Python
 # package is used as dependency, depending on the Python version
@@ -20,6 +20,7 @@
 _SUPPORTED_PACKAGES+=X textproc/py-X2 textproc/py-X
 _SUPPORTED_PACKAGES+=cairo graphics/py-cairo graphics/py-cairo3
 _SUPPORTED_PACKAGES+=dateutil time/py-dateutil time/py-dateutil
+_SUPPORTED_PACKAGES+=dialog devel/py-dialog2 devel/py-dialog
 _SUPPORTED_PACKAGES+=dns net/py-dns net/py-dns3
 _SUPPORTED_PACKAGES+=ephem math/py-ephem math/py-ephem3
 _SUPPORTED_PACKAGES+=flup www/py-flup www/py-flup3



Home | Main Index | Thread Index | Old Index