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 A8F2C13933E for ; Sat, 3 Jul 2021 06:32:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D6EEE0898; Sat, 3 Jul 2021 06:32:26 +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 E6D11E0898 for ; Sat, 3 Jul 2021 06:32:25 +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 17382342ADB for ; Sat, 3 Jul 2021 06:32:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49E497C5 for ; Sat, 3 Jul 2021 06:32:22 +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: <1625293916.a156d374df21719cc2cb3bd2533cc097302d0950.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ipdb/Manifest dev-python/ipdb/ipdb-0.13.7.ebuild dev-python/ipdb/ipdb-0.13.8.ebuild X-VCS-Directories: dev-python/ipdb/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a156d374df21719cc2cb3bd2533cc097302d0950 X-VCS-Branch: master Date: Sat, 3 Jul 2021 06:32:22 +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: 75318713-f2b3-4506-99c8-0cfb0b6563d7 X-Archives-Hash: 31818cb5a1a0a7b210bf28f1d946b799 commit: a156d374df21719cc2cb3bd2533cc097302d0950 Author: Michał Górny gentoo org> AuthorDate: Sat Jul 3 06:31:56 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jul 3 06:31:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a156d374 dev-python/ipdb: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/ipdb/Manifest | 2 -- dev-python/ipdb/ipdb-0.13.7.ebuild | 25 ------------------------- dev-python/ipdb/ipdb-0.13.8.ebuild | 25 ------------------------- 3 files changed, 52 deletions(-) diff --git a/dev-python/ipdb/Manifest b/dev-python/ipdb/Manifest index fedc0c405a6..69f64b61121 100644 --- a/dev-python/ipdb/Manifest +++ b/dev-python/ipdb/Manifest @@ -1,3 +1 @@ -DIST ipdb-0.13.7.tar.gz 16437 BLAKE2B 3f4ca56f0279f4bccc14eb12df48e03b938ff2de0e77a5fff273f82895dacc8d079f5ebd66f63568f62f3f1ae3f266695a6bad23911a872b5ed0f1628d32d1aa SHA512 14ccccb645bf3fb303d82718ed9f1e7fd19d699c9a875358b336135b40f9492b6c9c260c53fa87f38aa381e989e6f6c801f081eaa361c8e929c6e1b0bbaa300e -DIST ipdb-0.13.8.tar.gz 16761 BLAKE2B f049fe4cfbecc6df7162069fb79e6493fcdc9a680dc33072b00a278ce7a46187a2f132f2252989c41f7263eb5b433905facf597322c7c20a1d2b7a0ae029e193 SHA512 5018a275e47eba26fd399b6d946a8c1f556dbe9b5392ef14e2766bed3f080fb9f75fafe79a598d052eac6152a5e347ce82f455250946c5b33a96e033887c4f92 DIST ipdb-0.13.9.tar.gz 16820 BLAKE2B d028fff2c4273fd4a57c3338093f0065868856b4f7b2b95aa0db3c2b1e7c5906fc17b5b55b79b3a3809465214bd91ac1891cefc1604ed866edaa2811380175f6 SHA512 da0ac6d8a7451e90cf433ab2a0d4e43fff76be03082da5cf31b83fdc56174fde7f0256009ad9a407d805c0bf12da5fa2f081e1aa0e0ce73ca648262acd385671 diff --git a/dev-python/ipdb/ipdb-0.13.7.ebuild b/dev-python/ipdb/ipdb-0.13.7.ebuild deleted file mode 100644 index 66b81b4b317..00000000000 --- a/dev-python/ipdb/ipdb-0.13.7.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{7..9} ) - -inherit distutils-r1 - -DESCRIPTION="IPython-enabled pdb" -HOMEPAGE="https://pypi.org/project/ipdb/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ppc64 x86" - -RDEPEND=">=dev-python/ipython-7.17[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - app-arch/unzip" - -DOCS=( HISTORY.txt ) - -distutils_enable_tests unittest diff --git a/dev-python/ipdb/ipdb-0.13.8.ebuild b/dev-python/ipdb/ipdb-0.13.8.ebuild deleted file mode 100644 index 4b895e23400..00000000000 --- a/dev-python/ipdb/ipdb-0.13.8.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{7..9} ) - -inherit distutils-r1 - -DESCRIPTION="IPython-enabled pdb" -HOMEPAGE="https://pypi.org/project/ipdb/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" - -RDEPEND=">=dev-python/ipython-7.17[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - app-arch/unzip" - -DOCS=( HISTORY.txt ) - -distutils_enable_tests unittest