diff options
author | Alex Brandt <alunduil@gentoo.org> | 2014-10-26 17:07:50 +0000 |
---|---|---|
committer | Alex Brandt <alunduil@gentoo.org> | 2014-10-26 17:07:50 +0000 |
commit | e5a84417b8edb3d2dbe8f153aeae231cbc353494 (patch) | |
tree | 839938cb56bc44ecd31409746d454401414c7341 /dev-python/websocket-client | |
parent | Unmask x11-apps/xinit-1.3.4 in systemd profiles (diff) | |
download | gentoo-2-e5a84417b8edb3d2dbe8f153aeae231cbc353494.tar.gz gentoo-2-e5a84417b8edb3d2dbe8f153aeae231cbc353494.tar.bz2 gentoo-2-e5a84417b8edb3d2dbe8f153aeae231cbc353494.zip |
remove 0.11.0, keep three
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 11A8217C!)
Diffstat (limited to 'dev-python/websocket-client')
-rw-r--r-- | dev-python/websocket-client/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/websocket-client/websocket-client-0.11.0.ebuild | 30 |
2 files changed, 5 insertions, 31 deletions
diff --git a/dev-python/websocket-client/ChangeLog b/dev-python/websocket-client/ChangeLog index 77ef2542c296..365cd921be2a 100644 --- a/dev-python/websocket-client/ChangeLog +++ b/dev-python/websocket-client/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/websocket-client # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/websocket-client/ChangeLog,v 1.4 2014/10/19 15:27:45 alunduil Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/websocket-client/ChangeLog,v 1.5 2014/10/26 17:07:50 alunduil Exp $ + + 26 Oct 2014; Alex Brandt <alunduil@gentoo.org> + -websocket-client-0.11.0.ebuild: + remove 0.11.0, keep three *websocket-client-0.21.0 (19 Oct 2014) diff --git a/dev-python/websocket-client/websocket-client-0.11.0.ebuild b/dev-python/websocket-client/websocket-client-0.11.0.ebuild deleted file mode 100644 index dd510c2d042c..000000000000 --- a/dev-python/websocket-client/websocket-client-0.11.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/websocket-client/websocket-client-0.11.0.ebuild,v 1.2 2014/08/31 01:53:22 alunduil Exp $ - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 vcs-snapshot - -DESCRIPTION="WebSocket client for python. hybi13 is supported" -HOMEPAGE="https://github.com/liris/websocket-client" -SRC_URI="https://github.com/liris/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="examples" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" - -python_test() { - "${PYTHON}" test_websocket.py || die "Tests failed under ${EPYTHON}" -} - -python_install_all() { - use examples && local EXAMPLES=( examples/. ) - - distutils-r1_python_install_all -} |