diff options
Diffstat (limited to 'virtual/pywcs/pywcs-0.ebuild')
-rw-r--r-- | virtual/pywcs/pywcs-0.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/virtual/pywcs/pywcs-0.ebuild b/virtual/pywcs/pywcs-0.ebuild new file mode 100644 index 000000000000..b636344958e5 --- /dev/null +++ b/virtual/pywcs/pywcs-0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) + +inherit python-r1 + +DESCRIPTION="Virtual for pywcs" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND="|| ( + >=dev-python/pywcs-1.11[${PYTHON_USEDEP}] + <dev-python/astropy-0.3[${PYTHON_USEDEP}] + )" |