diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-11-29 13:01:01 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-11-29 13:05:20 -0800 |
commit | 3fbf5447812aa1d9a15c3a4ca0befd1a0680ee1b (patch) | |
tree | e6105d99bf36d2cee1e411cfb25622670889be1f /dev-python/gevent-websocket/gevent-websocket-0.10.1.ebuild | |
parent | app-text/xfbib: fix deps and patching, remove obsolete xfconf.eclass, migrate... (diff) | |
download | gentoo-3fbf5447812aa1d9a15c3a4ca0befd1a0680ee1b.tar.gz gentoo-3fbf5447812aa1d9a15c3a4ca0befd1a0680ee1b.tar.bz2 gentoo-3fbf5447812aa1d9a15c3a4ca0befd1a0680ee1b.zip |
dev-python/gevent-websocket: version bump to 0.10.1
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'dev-python/gevent-websocket/gevent-websocket-0.10.1.ebuild')
-rw-r--r-- | dev-python/gevent-websocket/gevent-websocket-0.10.1.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/gevent-websocket/gevent-websocket-0.10.1.ebuild b/dev-python/gevent-websocket/gevent-websocket-0.10.1.ebuild new file mode 100644 index 000000000000..aa464888f765 --- /dev/null +++ b/dev-python/gevent-websocket/gevent-websocket-0.10.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) + +inherit distutils-r1 + +DESCRIPTION="Websocket handler for the gevent pywsgi server" +HOMEPAGE="https://pypi.python.org/pypi/gevent-websocket/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND="dev-python/gevent[${PYTHON_USEDEP}]" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |