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 4D983138350 for ; Fri, 27 Mar 2020 19:09:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B0F9E084A; Fri, 27 Mar 2020 19:09:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 35017E084A for ; Fri, 27 Mar 2020 19:09:26 +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 5655134F962 for ; Fri, 27 Mar 2020 19:09:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73F601A9 for ; Fri, 27 Mar 2020 19:09:21 +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: <1585336148.e70579434099dbe40b55b7184afe2f8e4a9c13ed.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jira/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jira/jira-1.0.14-r2.ebuild X-VCS-Directories: dev-python/jira/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e70579434099dbe40b55b7184afe2f8e4a9c13ed X-VCS-Branch: master Date: Fri, 27 Mar 2020 19:09:21 +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: 09cdbed1-3709-48b8-a94e-c7f5c22484ac X-Archives-Hash: ce516ae0743b428b7235ff5d4c3b61bf commit: e70579434099dbe40b55b7184afe2f8e4a9c13ed Author: Michał Górny gentoo org> AuthorDate: Fri Mar 27 17:43:28 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Mar 27 19:09:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7057943 dev-python/jira: Remove redundant versions Signed-off-by: Michał Górny gentoo.org> dev-python/jira/jira-1.0.14-r2.ebuild | 41 ----------------------------------- 1 file changed, 41 deletions(-) diff --git a/dev-python/jira/jira-1.0.14-r2.ebuild b/dev-python/jira/jira-1.0.14-r2.ebuild deleted file mode 100644 index a5d891928dc..00000000000 --- a/dev-python/jira/jira-1.0.14-r2.ebuild +++ /dev/null @@ -1,41 +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 - -DESCRIPTION="Python library for interacting with the JIRA REST API" -HOMEPAGE="https://jira.readthedocs.io/en/latest/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="magic jirashell kerberos oauth" - -DEPEND=" - >=dev-python/pbr-3.0[${PYTHON_USEDEP}] - dev-python/pytest-runner[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] - " -RDEPEND=" - dev-python/defusedxml[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/requests-toolbelt[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - magic? ( dev-python/filemagic[${PYTHON_USEDEP}] ) - jirashell? ( - dev-python/ipython[${PYTHON_USEDEP}] - dev-python/requests-oauthlib[${PYTHON_USEDEP}] - ) - kerberos? ( dev-python/requests-kerberos[${PYTHON_USEDEP}] ) - oauth? ( - || ( - dev-python/pycryptodome[${PYTHON_USEDEP}] - dev-python/pycrypto[${PYTHON_USEDEP}] - ) - dev-python/requests-oauthlib[${PYTHON_USEDEP}] - ) - "