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 78953138350 for ; Wed, 25 Mar 2020 13:00:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00889E0B61; Wed, 25 Mar 2020 13:00:38 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DDB9DE0B61 for ; Wed, 25 Mar 2020 13:00:37 +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 6E9B934F5BC for ; Wed, 25 Mar 2020 13:00:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 669E71C0 for ; Wed, 25 Mar 2020 13:00:10 +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: <1585141202.194c1db31bb48efac47db66b8342b223dfce3a95.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jsonrpclib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jsonrpclib/Manifest dev-python/jsonrpclib/jsonrpclib-0.3.1.ebuild X-VCS-Directories: dev-python/jsonrpclib/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 194c1db31bb48efac47db66b8342b223dfce3a95 X-VCS-Branch: master Date: Wed, 25 Mar 2020 13:00:10 +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: bc7bc482-99ef-43ab-a9e5-b22c5591d149 X-Archives-Hash: 797f2d1d2b0b7a52f4bb668b9bbcec2d commit: 194c1db31bb48efac47db66b8342b223dfce3a95 Author: Michał Górny gentoo org> AuthorDate: Wed Mar 25 12:57:36 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Mar 25 13:00:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=194c1db3 dev-python/jsonrpclib: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/jsonrpclib/Manifest | 1 - dev-python/jsonrpclib/jsonrpclib-0.3.1.ebuild | 30 --------------------------- 2 files changed, 31 deletions(-) diff --git a/dev-python/jsonrpclib/Manifest b/dev-python/jsonrpclib/Manifest index e236daa17ab..76beded141e 100644 --- a/dev-python/jsonrpclib/Manifest +++ b/dev-python/jsonrpclib/Manifest @@ -1,2 +1 @@ -DIST jsonrpclib-0.3.1.tar.gz 42704 BLAKE2B e3c83bb25ec83a93fdde8f6f4b8b18de0d0ddd0cc35c04f9f83b1f0e75803211a6f6b85768b0c7f9de4bcac18df721df8057148aa7aa0628dd1d345c2e4d90e1 SHA512 7cd44d44f3952ee7ac4006904427ddd3a69b60e6a0a4eaff4b75d03b1c30f7a65debd69552035a4ee375a33c80ec428fc1ef10979f55316bcfd015603c62304f DIST jsonrpclib-0.4.0.tar.gz 57944 BLAKE2B 3458aee2dc27980ef93d7ae650f7d7485983598c8276f08b104a5b44d5dfb8f6225ba649dc7f6537fa66f6ba86d7082e11e23c7ca051c876a96d1b25efa4fa0e SHA512 357743e34447cd6dbe330c5adfa5541134a0ff8d82549ec47ed741ddf54a7aabb8cd417c501cb9ab814ce2cb90e1c2d4d4f21daac3b379f38be03c38a7ed198b diff --git a/dev-python/jsonrpclib/jsonrpclib-0.3.1.ebuild b/dev-python/jsonrpclib/jsonrpclib-0.3.1.ebuild deleted file mode 100644 index 8ba5623f22c..00000000000 --- a/dev-python/jsonrpclib/jsonrpclib-0.3.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/tcalmant/jsonrpclib.git" - inherit git-r3 -else - SRC_URI="https://github.com/tcalmant/jsonrpclib/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 arm ~mips x86" -fi - -DESCRIPTION="python implementation of the JSON-RPC spec (1.0 and 2.0)" -HOMEPAGE="https://github.com/tcalmant/jsonrpclib" - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND} - dev-python/simplejson" - -python_test() { - esetup.py test || die "tests failed with ${EPYTHON}" -}