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 11BA9138359 for ; Mon, 2 Nov 2020 10:34:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35A6FE087A; Mon, 2 Nov 2020 10:34:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 2158EE087A for ; Mon, 2 Nov 2020 10:34:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 F1EBD3408B8 for ; Mon, 2 Nov 2020 10:34:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3EA603BC for ; Mon, 2 Nov 2020 10:34:41 +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: <1604313256.572b1579828eca6dde2b90dd3a5108b213153f82.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ijson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ijson/Manifest dev-python/ijson/ijson-3.1_p0.ebuild X-VCS-Directories: dev-python/ijson/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 572b1579828eca6dde2b90dd3a5108b213153f82 X-VCS-Branch: master Date: Mon, 2 Nov 2020 10:34:41 +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: 25b62ea1-98b3-4425-a7a1-195ada4d9e1c X-Archives-Hash: 421eecccc0a4c849d0586d5a7879b317 commit: 572b1579828eca6dde2b90dd3a5108b213153f82 Author: Michał Górny gentoo org> AuthorDate: Mon Nov 2 10:30:44 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Nov 2 10:34:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=572b1579 dev-python/ijson: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/ijson/Manifest | 1 - dev-python/ijson/ijson-3.1_p0.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/dev-python/ijson/Manifest b/dev-python/ijson/Manifest index 3caeed890ec..ce6063ee004 100644 --- a/dev-python/ijson/Manifest +++ b/dev-python/ijson/Manifest @@ -1,2 +1 @@ DIST ijson-3.1.1.tar.gz 124875 BLAKE2B 6f20efa076cf9e9a9f22eec65c7658440cc2ddffc2bf88054025f76f2df48e395d1c11a52501a45e7b5301448ce5874fb3e62d9111963f49f976ee68836c39d1 SHA512 c693444ac757c3b6e1f762d4a877a82b11ccaaecc922d34b868d236a78d9cf8f8648cb6d1188f0444caf61a0758f3080d3bfbd79c1ee51114bbd7c0a34bc633e -DIST ijson-3.1_p0.tar.gz 123536 BLAKE2B d8ed0da77e219aee8ca287a2ede4eccd8e965a5778ff95485376bcfdcca07b48ae5c0e22b271fad0a489342403b11716971663158f340c97b80031bb2cc8c060 SHA512 af2db5b3c9f2cc93aa2d15462b6476a970e5c394a8f5bd9740ebbe134e8a2fa973c95057447bd02d3c4262ddf22fc7d231840d3a91b919a1411bae07d38cfd93 diff --git a/dev-python/ijson/ijson-3.1_p0.ebuild b/dev-python/ijson/ijson-3.1_p0.ebuild deleted file mode 100644 index ed45be42d97..00000000000 --- a/dev-python/ijson/ijson-3.1_p0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) - -inherit distutils-r1 - -MY_PV="${PV//_p/.post}" -DESCRIPTION="Iterative JSON parser with a Pythonic interface" -HOMEPAGE=" - https://github.com/ICRAR/ijson - https://pypi.org/project/ijson/ -" -SRC_URI="https://github.com/ICRAR/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-${MY_PV}" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND=" - dev-libs/yajl -" -DEPEND="${RDEPEND}" - -distutils_enable_tests pytest