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