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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 89F0015808B for ; Sun, 13 Feb 2022 09:33:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9AD4E0937; Sun, 13 Feb 2022 09:33:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C0334E0937 for ; Sun, 13 Feb 2022 09:33:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D932C342E2B for ; Sun, 13 Feb 2022 09:33:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 384292DC for ; Sun, 13 Feb 2022 09:33:49 +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: <1644744821.37de0f0c5f76f880a6a37f45bbf8a86e5ee985c1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-bugzilla/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-bugzilla/Manifest dev-python/python-bugzilla/python-bugzilla-3.1.0.ebuild X-VCS-Directories: dev-python/python-bugzilla/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 37de0f0c5f76f880a6a37f45bbf8a86e5ee985c1 X-VCS-Branch: master Date: Sun, 13 Feb 2022 09:33:49 +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: 3cc879d0-debc-4a2f-a629-63aa5f4759bd X-Archives-Hash: c81efabb800662a38821649b6392343e commit: 37de0f0c5f76f880a6a37f45bbf8a86e5ee985c1 Author: Michał Górny gentoo org> AuthorDate: Sun Feb 13 09:31:47 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 13 09:33:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37de0f0c dev-python/python-bugzilla: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/python-bugzilla/Manifest | 1 - .../python-bugzilla/python-bugzilla-3.1.0.ebuild | 26 ---------------------- 2 files changed, 27 deletions(-) diff --git a/dev-python/python-bugzilla/Manifest b/dev-python/python-bugzilla/Manifest index f5a926b1b17a..baf7b69d574e 100644 --- a/dev-python/python-bugzilla/Manifest +++ b/dev-python/python-bugzilla/Manifest @@ -1,2 +1 @@ -DIST python-bugzilla-3.1.0.tar.gz 115259 BLAKE2B d3eed35aeb9778e23266fb3ce1fc477a93c09533c78e478292b90cd49668f2627d7ef47afd46973898b4d5de474399aae5e94e5cd776d5608d32325dc826c12c SHA512 8f95a60e559cc5b4576d81f37c7104d6bd4afae21986db3c5ef05c6021e601690a01ca97d67fa37e97026f0b97762594e8edd0454953e31930fa841696f65121 DIST python-bugzilla-3.2.0.tar.gz 114279 BLAKE2B 4d2d7bfaab08dfeb4334462334f23f952b43255e656b0e39eff29bfc206529062c86c79b8c83110fbc5c3970bba40663318b65e208c1b10fb04ab6fb474eeb95 SHA512 215945a0ffd637be5567839303a738a0eef74427838bf0074a5f0ab6022306f47fc0dd5c43a3513b627fb458711f38046321ee9c2c3d43b61ffc577d6dd12375 diff --git a/dev-python/python-bugzilla/python-bugzilla-3.1.0.ebuild b/dev-python/python-bugzilla/python-bugzilla-3.1.0.ebuild deleted file mode 100644 index 847c5f9a5e96..000000000000 --- a/dev-python/python-bugzilla/python-bugzilla-3.1.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 - -DESCRIPTION="A python module for interacting with Bugzilla over XMLRPC" -HOMEPAGE="https://github.com/python-bugzilla/python-bugzilla" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -KEYWORDS="amd64 arm arm64 ppc ppc64 ~s390 sparc x86" -LICENSE="GPL-2+" -SLOT="0" - -RDEPEND=" - || ( - dev-python/python-magic[${PYTHON_USEDEP}] - sys-apps/file[python,${PYTHON_USEDEP}] - ) - dev-python/requests[${PYTHON_USEDEP}]" -BDEPEND=" - dev-python/docutils[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest