From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D0A3F138351 for ; Tue, 28 Jan 2020 22:05:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA4F8E0870; Tue, 28 Jan 2020 22:05:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2F643E089D for ; Tue, 28 Jan 2020 22:05:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AAE9334E44C for ; Tue, 28 Jan 2020 22:05:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7FBF11D for ; Tue, 28 Jan 2020 22:05:30 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1580248328.ee1ec39e00f6c6319fcdda673a88b6fd870a4fe8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tinyrpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tinyrpc/Manifest dev-python/tinyrpc/tinyrpc-0.9.4.ebuild X-VCS-Directories: dev-python/tinyrpc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ee1ec39e00f6c6319fcdda673a88b6fd870a4fe8 X-VCS-Branch: master Date: Tue, 28 Jan 2020 22:05:30 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2cf4b0b5-6149-4281-9aef-151e03b7e88b X-Archives-Hash: b323b69c6f7e91281397339df0760378 commit: ee1ec39e00f6c6319fcdda673a88b6fd870a4fe8 Author: Michał Górny gentoo org> AuthorDate: Tue Jan 28 21:52:08 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jan 28 21:52:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee1ec39e dev-python/tinyrpc: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/tinyrpc/Manifest | 1 - dev-python/tinyrpc/tinyrpc-0.9.4.ebuild | 30 ------------------------------ 2 files changed, 31 deletions(-) diff --git a/dev-python/tinyrpc/Manifest b/dev-python/tinyrpc/Manifest index 4ae60f241c6..29ebab4d9d5 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 262fba28cb8..00000000000 --- 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=""