diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-28 22:52:08 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-28 22:52:08 +0100 |
commit | ee1ec39e00f6c6319fcdda673a88b6fd870a4fe8 (patch) | |
tree | 695705f9d8e80d3554a3dc366e9f40c7dbd273b0 /dev-python/tinyrpc | |
parent | package.mask: Last rite dev-python/configshell (diff) | |
download | gentoo-ee1ec39e00f6c6319fcdda673a88b6fd870a4fe8.tar.gz gentoo-ee1ec39e00f6c6319fcdda673a88b6fd870a4fe8.tar.bz2 gentoo-ee1ec39e00f6c6319fcdda673a88b6fd870a4fe8.zip |
dev-python/tinyrpc: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tinyrpc')
-rw-r--r-- | dev-python/tinyrpc/Manifest | 1 | ||||
-rw-r--r-- | dev-python/tinyrpc/tinyrpc-0.9.4.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/tinyrpc/Manifest b/dev-python/tinyrpc/Manifest index 4ae60f241c67..29ebab4d9d50 100644 --- a/dev-python/tinyrpc/Manifest +++ b/dev-python/tinyrpc/Manifest @@ -1,2 +1 @@ -DIST tinyrpc-0.9.4.tar.gz 18432 BLAKE2B 47f9b6c550a24869e962b8fa26ecd4befd7df0b892d2929d2a8fdfbf819a856461c9bfde952bd61ee6a735566583827d45487066bf73afd3543092505767a437 SHA512 4f806d94675ecbc56f74d5dcdd418337fb32d70360c69854112c20776ce38bfb3da2be82d19db0e94247ff2639347628f429b25bb3461500b97160b8995c170b DIST tinyrpc-1.0.1.tar.gz 23299 BLAKE2B c1b5b9028f978594907db7d7e23b0d5b4a7fcfabb49e660a8fc5352462fd7995f841f08d96fa4845a1b82a0718cdcfd26e94901ceaecfd30bd11b917a0987fc7 SHA512 9a27e002959a54fae1ac8d89ac931cdd52b7ee96eb08c4c19f7eda4bc402834b53b0d9a3f0be857e5205df7e9597a1391e1376d6354a7d0b6085b81d8dc24b93 diff --git a/dev-python/tinyrpc/tinyrpc-0.9.4.ebuild b/dev-python/tinyrpc/tinyrpc-0.9.4.ebuild deleted file mode 100644 index 262fba28cb81..000000000000 --- a/dev-python/tinyrpc/tinyrpc-0.9.4.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 2019-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) - -inherit distutils-r1 - -DESCRIPTION="A protocol neutral RPC library that supports JSON-RPC and zmq." -HOMEPAGE="https://github.com/mbr/tinyrpc" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="gevent httpclient jsonext websocket wsgi zmq" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND} - dev-python/six[${PYTHON_USEDEP}] - gevent? ( dev-python/gevent[${PYTHON_USEDEP}] ) - httpclient? ( dev-python/requests[${PYTHON_USEDEP}] - dev-python/websocket-client[${PYTHON_USEDEP}] - dev-python/gevent-websocket[${PYTHON_USEDEP}] - ) - websocket? ( dev-python/gevent-websocket[${PYTHON_USEDEP}] ) - wsgi? ( dev-python/werkzeug[${PYTHON_USEDEP}] ) - zmq? ( dev-python/pyzmq[${PYTHON_USEDEP}] ) - jsonext? ( dev-python/jsonext[${PYTHON_USEDEP}] )" -BDEPEND="" |