commit: e17d9a56def68ca3df52fbe084e501e30735df43
Author: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 27 16:01:15 2014 +0000
Commit: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Mon Oct 27 16:01:15 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=e17d9a56
Initial commit
---
dev-python/wikipedia/wikipedia-scm.ebuild | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/dev-python/wikipedia/wikipedia-scm.ebuild
b/dev-python/wikipedia/wikipedia-scm.ebuild
new file mode 100644
index 0000000..6db7ba1
--- /dev/null
+++ b/dev-python/wikipedia/wikipedia-scm.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit distutils-r1 git-r3
+
+DESCRIPTION="A Pythonic wrapper for the Wikipedia API"
+HOMEPAGE="https://wikipedia.readthedocs.org/"
+EGIT_REPO_URI="https://github.com/goldsmith/Wikipedia.git"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-python/beautifulsoup:4[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"