summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/jedi/jedi-0.8.1.ebuild')
-rw-r--r--dev-python/jedi/jedi-0.8.1.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/jedi/jedi-0.8.1.ebuild b/dev-python/jedi/jedi-0.8.1.ebuild
deleted file mode 100644
index 757bdb5..0000000
--- a/dev-python/jedi/jedi-0.8.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-# Ebuild generated by g-pypi 0.3
-
-EAPI="3"
-SUPPORT_PYTHON_ABIS="1"
-DISTUTILS_SRC_TEST="setup.py"
-
-inherit distutils
-
-
-DESCRIPTION="An autocompletion tool for Python that can be used for text editors."
-HOMEPAGE="https://github.com/davidhalter/jedi"
-SRC_URI="https://pypi.python.org/packages/source/j/jedi/${P}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE="doc"
-
-DEPEND="dev-python/setuptools"
-RDEPEND="${DEPEND}"
-
-
-src_install() {
- distutils_src_install
- if use doc; then
- dodoc -r docs
- fi
-}