aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-08-08 22:01:30 +0200
committerMichał Górny <mgorny@gentoo.org>2015-08-08 22:01:30 +0200
commit40d1216738d6d8d8809c7007c2c6645313173ab6 (patch)
treed97256deb0e89793309c9ed7d2d51aaf09204ff9 /dev-python/autobahn/autobahn-0.5.2.ebuild
parentDisable ChangeLog updates (diff)
downloadpython-40d1216738d6d8d8809c7007c2c6645313173ab6.tar.gz
python-40d1216738d6d8d8809c7007c2c6645313173ab6.tar.bz2
python-40d1216738d6d8d8809c7007c2c6645313173ab6.zip
Remove outdated ebuilds
Diffstat (limited to 'dev-python/autobahn/autobahn-0.5.2.ebuild')
-rw-r--r--dev-python/autobahn/autobahn-0.5.2.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/autobahn/autobahn-0.5.2.ebuild b/dev-python/autobahn/autobahn-0.5.2.ebuild
deleted file mode 100644
index f02a850..0000000
--- a/dev-python/autobahn/autobahn-0.5.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils
-
-DESCRIPTION="WebSocket/WAMP protocol implementation for Python/Twisted"
-HOMEPAGE="http://pypi.python.org/pypi/autobahn http://autobahn.ws/developers"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-python/setuptools
- >=dev-python/twisted-11.0.0"
-DEPEND="app-arch/unzip
- dev-python/setuptools"