diff options
author | Alex Brandt <alunduil@gentoo.org> | 2015-04-05 15:10:25 +0000 |
---|---|---|
committer | Alex Brandt <alunduil@gentoo.org> | 2015-04-05 15:10:25 +0000 |
commit | 44a2ac77e2d3d2bde045a80b1dc26ffc5679073a (patch) | |
tree | 1adf78fa9f0645ce28578bc5a6ef4db4d84acffc /dev-python/websocket-client | |
parent | add version 0.29.0 (diff) | |
download | gentoo-2-44a2ac77e2d3d2bde045a80b1dc26ffc5679073a.tar.gz gentoo-2-44a2ac77e2d3d2bde045a80b1dc26ffc5679073a.tar.bz2 gentoo-2-44a2ac77e2d3d2bde045a80b1dc26ffc5679073a.zip |
remove version 0.11.0
(Portage version: 2.2.18/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 a3d207f64369..b433e48b93a8 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-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/websocket-client/ChangeLog,v 1.10 2015/04/05 15:04:02 alunduil Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/websocket-client/ChangeLog,v 1.11 2015/04/05 15:10:25 alunduil Exp $ + + 05 Apr 2015; Alex Brandt <alunduil@gentoo.org> + -websocket-client-0.11.0.ebuild: + remove version 0.11.0 *websocket-client-0.29.0 (05 Apr 2015) 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 f013eec92705..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.4 2014/10/26 21:49:08 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 -} |