versioned_dependencies: remove ephem support, ephem3 was removed

This commit is contained in:
wiz 2018-01-09 12:17:55 +00:00
parent a4a642f3e3
commit 08b553f220

View file

@ -1,4 +1,4 @@
# $NetBSD: versioned_dependencies.mk,v 1.30 2017/11/26 09:43:33 wiz Exp $
# $NetBSD: versioned_dependencies.mk,v 1.31 2018/01/09 12:17:55 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 dialog ephem flup ipython jsonlib python-digest
# Possible values: Pmw X dialog flup ipython jsonlib python-digest
# Default: (nothing)
#
@ -19,7 +19,6 @@ _SUPPORTED_PACKAGES= # empty
_SUPPORTED_PACKAGES+= Pmw x11/py-Pmw x11/py-Pmw2
_SUPPORTED_PACKAGES+= X textproc/py-X2 textproc/py-X
_SUPPORTED_PACKAGES+= dialog devel/py-dialog2 devel/py-dialog
_SUPPORTED_PACKAGES+= ephem math/py-ephem math/py-ephem3
_SUPPORTED_PACKAGES+= flup www/py-flup www/py-flup3
_SUPPORTED_PACKAGES+= ipython devel/py-ipython5 devel/py-ipython
_SUPPORTED_PACKAGES+= jsonlib textproc/py-jsonlib textproc/py-jsonlib3