From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AF39C59CA3 for ; Wed, 17 Feb 2016 23:31:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3655521C018; Wed, 17 Feb 2016 23:31:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C970121C018 for ; Wed, 17 Feb 2016 23:31:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9378C340C7B for ; Wed, 17 Feb 2016 23:31:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53A081074 for ; Wed, 17 Feb 2016 23:31:51 +0000 (UTC) From: "Sebastien Fabbro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastien Fabbro" Message-ID: <1455753674.53d1049c58d97a76c45871e4f50df032ddf3d55e.bicatali@gentoo> Subject: [gentoo-commits] dev/bicatali:master commit in: dev-python/autobahn/ X-VCS-Repository: dev/bicatali X-VCS-Files: dev-python/autobahn/Manifest dev-python/autobahn/autobahn-0.10.9.ebuild dev-python/autobahn/metadata.xml X-VCS-Directories: dev-python/autobahn/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: 53d1049c58d97a76c45871e4f50df032ddf3d55e X-VCS-Branch: master Date: Wed, 17 Feb 2016 23:31:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: afa7496d-eb53-46c3-a704-0db5399c7d96 X-Archives-Hash: b51ce5d3c2b22bf33075ec2b6dd3d6ad commit: 53d1049c58d97a76c45871e4f50df032ddf3d55e Author: Sébastien Fabbro gentoo org> AuthorDate: Thu Feb 18 00:01:14 2016 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Thu Feb 18 00:01:14 2016 +0000 URL: https://gitweb.gentoo.org/dev/bicatali.git/commit/?id=53d1049c dev-python/autobahn: updated in main tree dev-python/autobahn/Manifest | 1 - dev-python/autobahn/autobahn-0.10.9.ebuild | 51 ------------------------------ dev-python/autobahn/metadata.xml | 11 ------- 3 files changed, 63 deletions(-) diff --git a/dev-python/autobahn/Manifest b/dev-python/autobahn/Manifest deleted file mode 100644 index 2bb6801..0000000 --- a/dev-python/autobahn/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST autobahn-0.10.9.tar.gz 158400 SHA256 3fecc1e2a26a0421128ddcfb4e577f0bc669dd65d0e0fdad1c773965cbcef75a SHA512 5e6185d52a2766f92bb4a1feb4668f2d2cfceae75345baf5db6134466f1ffeaa4890ed92eda71607b8cb120a6cca261b8743dbf40bfb8e34e69da3e5f5b4723e WHIRLPOOL 78ad1fdd2287338512d75bacf44aaeb7119adf8c91af70feb5dcd2feea69f1418e04a212b3ca0eb07aca9be8a845c5682708d182b8a7eb989331131d5b8d172a diff --git a/dev-python/autobahn/autobahn-0.10.9.ebuild b/dev-python/autobahn/autobahn-0.10.9.ebuild deleted file mode 100644 index 01ebae8..0000000 --- a/dev-python/autobahn/autobahn-0.10.9.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{3,4} ) - -inherit distutils-r1 versionator - -MY_P="${PN}-$(replace_version_separator 3 -)" - -DESCRIPTION="WebSocket and WAMP for Twisted and Asyncio" -HOMEPAGE="http://autobahn.ws/python/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="test" - -RDEPEND=" - $(python_gen_cond_dep 'virtual/python-asyncio[${PYTHON_USEDEP}]' 'python3*') - virtual/python-futures[${PYTHON_USEDEP}] - >=dev-python/lz4-0.7.0[${PYTHON_USEDEP}] - >=dev-python/msgpack-0.4.0[${PYTHON_USEDEP}] - >=dev-python/six-1.6.1[${PYTHON_USEDEP}] - >=dev-python/snappy-0.5[${PYTHON_USEDEP}] - >=dev-python/trollius-2.0[${PYTHON_USEDEP}] - >=dev-python/twisted-core-12.1[$(python_gen_usedep python2*)] - >=dev-python/txaio-1.0.0[${PYTHON_USEDEP}] - >=dev-python/ujson-1.33[${PYTHON_USEDEP}] - >=dev-python/wsaccel-0.6.2[${PYTHON_USEDEP}] - >=dev-python/zope-interface-3.6[${PYTHON_USEDEP}] - " -DEPEND="${RDEPEND} - test? ( - >=dev-python/mock-1.3.0[${PYTHON_USEDEP}] - >=dev-python/pytest-2.7.2[${PYTHON_USEDEP}] - )" - -S="${WORKDIR}"/${MY_P} - -pkg_setup() { - # gentoo bug 504240 - export TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE=1 -} - -python_test() { - esetup.py test -} diff --git a/dev-python/autobahn/metadata.xml b/dev-python/autobahn/metadata.xml deleted file mode 100644 index f67d1e1..0000000 --- a/dev-python/autobahn/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - python - - jlec@gentoo.org - - - autobahn - -