aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/wikipedia/wikipedia-9999.ebuild')
-rw-r--r--dev-python/wikipedia/wikipedia-9999.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/wikipedia/wikipedia-9999.ebuild b/dev-python/wikipedia/wikipedia-9999.ebuild
deleted file mode 100644
index 15bd922..0000000
--- a/dev-python/wikipedia/wikipedia-9999.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=7
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
-
-EGIT_REPO_URI="https://github.com/goldsmith/Wikipedia.git"
-
-inherit distutils-r1 git-r3
-
-DESCRIPTION="A Pythonic wrapper for the Wikipedia API"
-HOMEPAGE="https://github.com/goldsmith/Wikipedia"
-SRC_URI=""
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND="dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
- =dev-python/requests-1.2.3[${PYTHON_USEDEP}]"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"