summaryrefslogtreecommitdiff
path: root/dev-python/python-meteor/python-meteor-0.1.6.ebuild
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-01-18 11:59:53 +0100
committerAlexis Ballier <aballier@gentoo.org>2016-01-18 12:00:04 +0100
commit1632d5b06535a12223116ae0661259b80b8fc779 (patch)
tree55e28b83154199c854c94f1d70a9fb03c1dcb49d /dev-python/python-meteor/python-meteor-0.1.6.ebuild
parentb8e8108ae07f7cd0a96bba0f8f4d275f61bf276d (diff)
downloadgentoo-1632d5b06535a12223116ae0661259b80b8fc779.tar.gz
gentoo-1632d5b06535a12223116ae0661259b80b8fc779.tar.bz2
gentoo-1632d5b06535a12223116ae0661259b80b8fc779.zip
dev-python/python-meteor: initial import; ebuild by me
Package-Manager: portage-2.2.26 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-python/python-meteor/python-meteor-0.1.6.ebuild')
-rw-r--r--dev-python/python-meteor/python-meteor-0.1.6.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/python-meteor/python-meteor-0.1.6.ebuild b/dev-python/python-meteor/python-meteor-0.1.6.ebuild
new file mode 100644
index 000000000000..9c7cfa8a75f2
--- /dev/null
+++ b/dev-python/python-meteor/python-meteor-0.1.6.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION="An event driven meteor client"
+HOMEPAGE="https://pypi.python.org/pypi/python-meteor https://github.com/hharnisc/python-meteor"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+ dev-python/python-ddp[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"