summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/ptpython/ptpython-0.4.ebuild')
-rw-r--r--dev-python/ptpython/ptpython-0.4.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/ptpython/ptpython-0.4.ebuild b/dev-python/ptpython/ptpython-0.4.ebuild
deleted file mode 100644
index 059c58c..0000000
--- a/dev-python/ptpython/ptpython-0.4.ebuild
+++ /dev/null
@@ -1,27 +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"
-
-inherit distutils
-
-
-DESCRIPTION="Python REPL build on top of prompt_toolkit"
-HOMEPAGE="https://github.com/jonathanslenders/ptpython"
-SRC_URI="https://pypi.python.org/packages/source/p/ptpython/${P}.tar.gz"
-
-LICENSE=""
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-python/setuptools"
-RDEPEND="=dev-python/prompt_toolkit-0.30
- >=dev-python/jedi-0.8.1
- dev-python/docopt
- dev-python/setuptools"
-
-