From 4a04bb00e1f6805707bbcb8942ff6070fe4fe318 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 3 Dec 2019 10:51:28 +0100 Subject: [PATCH] dev-python/jira: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/jira/Manifest | 2 -- dev-python/jira/jira-1.0.10-r1.ebuild | 32 ---------------------- dev-python/jira/jira-1.0.10.ebuild | 32 ---------------------- dev-python/jira/jira-1.0.14-r1.ebuild | 39 --------------------------- dev-python/jira/jira-1.0.14.ebuild | 33 ----------------------- dev-python/jira/jira-1.0.5.ebuild | 27 ------------------- dev-python/jira/metadata.xml | 2 -- 7 files changed, 167 deletions(-) delete mode 100644 dev-python/jira/jira-1.0.10-r1.ebuild delete mode 100644 dev-python/jira/jira-1.0.10.ebuild delete mode 100644 dev-python/jira/jira-1.0.14-r1.ebuild delete mode 100644 dev-python/jira/jira-1.0.14.ebuild delete mode 100644 dev-python/jira/jira-1.0.5.ebuild diff --git a/dev-python/jira/Manifest b/dev-python/jira/Manifest index 8bda5f7f8d07..50e551a04403 100644 --- a/dev-python/jira/Manifest +++ b/dev-python/jira/Manifest @@ -1,3 +1 @@ -DIST jira-1.0.10.tar.gz 98406 BLAKE2B a030a9636fa787d05e3455d2942bab35f866a24790ee34ab0822b437ce911f3500d8aeceeff66ba642dccff27ab9307b8e7ebb3af6a7d805279afd7c27e8ac7f SHA512 5b6bf3ae04d50a2a1f45cbd57f4bc3aabb3d9524b582d55c5a5b39ac9128de15c78e463234dce13cb60d18d8ee36a5844ecc1681978276c8f0fd66ae16ca4195 DIST jira-1.0.14.tar.gz 151627 BLAKE2B 018d6a2a3fc782254c6c1b67adbc01e045e748ed341a7f93d3fc9546e25a083b931747fb9160ddd7e7f1b0a2f8992d25980dd647222c2b55ef8a1c9813f399f3 SHA512 baa5a1bfe60147771643c544f1dadbf28c66124da34fe907e5e8daf48ad8edeae0730f255e811c4de377a18883083a31efedc33dcf09b8875b9f018bbf65b5b7 -DIST jira-1.0.5.tar.gz 113738 BLAKE2B 056ec99ace00b03f4068cb400d3e99135356ccee0bbd53cdb16e776496056fdcdf828eb5956622359caa899967cda239f05a5d9a8831047a09d56c1c06edd96c SHA512 e84e96813b672f57f85613da5a0e9e960e191cf8037146b6f80229563a544839ab3b650894064d29ed22db1bd022ef401e693e3b20aaf8c58cb525b2614edab6 diff --git a/dev-python/jira/jira-1.0.10-r1.ebuild b/dev-python/jira/jira-1.0.10-r1.ebuild deleted file mode 100644 index e5db735a6869..000000000000 --- a/dev-python/jira/jira-1.0.10-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,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="filemagic ipython oauth" - -DEPEND=" - dev-python/pbr[${PYTHON_USEDEP}] - dev-python/pytest-runner[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] - " -RDEPEND=" - dev-python/requests[${PYTHON_USEDEP}] - dev-python/requests-toolbelt[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - filemagic? ( dev-python/filemagic[${PYTHON_USEDEP}] ) - ipython? ( dev-python/ipython[${PYTHON_USEDEP}] ) - oauth? ( - || ( dev-python/pycryptodome[${PYTHON_USEDEP}] dev-python/pycrypto[${PYTHON_USEDEP}] ) - dev-python/requests-oauthlib[${PYTHON_USEDEP}] - ) - " diff --git a/dev-python/jira/jira-1.0.10.ebuild b/dev-python/jira/jira-1.0.10.ebuild deleted file mode 100644 index 78883169404e..000000000000 --- a/dev-python/jira/jira-1.0.10.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,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="filemagic ipython oauth" - -DEPEND=" - dev-python/pbr[${PYTHON_USEDEP}] - dev-python/pytest-runner[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] - " -RDEPEND=" - dev-python/requests[${PYTHON_USEDEP}] - dev-python/requests-toolbelt[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - filemagic? ( dev-python/filemagic[${PYTHON_USEDEP}] ) - ipython? ( dev-python/ipython[${PYTHON_USEDEP}] ) - oauth? ( - dev-python/pycrypto[${PYTHON_USEDEP}] - dev-python/requests-oauthlib[${PYTHON_USEDEP}] - ) - " diff --git a/dev-python/jira/jira-1.0.14-r1.ebuild b/dev-python/jira/jira-1.0.14-r1.ebuild deleted file mode 100644 index d79debdf1ec4..000000000000 --- a/dev-python/jira/jira-1.0.14-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,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="filemagic 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}] - filemagic? ( dev-python/filemagic[${PYTHON_USEDEP}] ) - jirashell? ( - dev-python/ipython[${PYTHON_USEDEP}] - dev-python/requests-oauthlib[${PYTHON_USEDEP}] - ) - kerberos? ( $(python_gen_cond_dep 'dev-python/requests-kerberos[${PYTHON_USEDEP}]' -3) ) - oauth? ( - || ( dev-python/pycryptodome[${PYTHON_USEDEP}] dev-python/pycrypto[${PYTHON_USEDEP}] ) - dev-python/requests-oauthlib[${PYTHON_USEDEP}] - ) - " - -REQUIRED_USE="kerberos? ( !python_targets_python2_7 )" diff --git a/dev-python/jira/jira-1.0.14.ebuild b/dev-python/jira/jira-1.0.14.ebuild deleted file mode 100644 index 365511b8d96e..000000000000 --- a/dev-python/jira/jira-1.0.14.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,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="filemagic ipython 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}] - filemagic? ( dev-python/filemagic[${PYTHON_USEDEP}] ) - ipython? ( dev-python/ipython[${PYTHON_USEDEP}] ) - oauth? ( - || ( dev-python/pycryptodome[${PYTHON_USEDEP}] dev-python/pycrypto[${PYTHON_USEDEP}] ) - dev-python/requests-oauthlib[${PYTHON_USEDEP}] - ) - " diff --git a/dev-python/jira/jira-1.0.5.ebuild b/dev-python/jira/jira-1.0.5.ebuild deleted file mode 100644 index e562c6ba6fe8..000000000000 --- a/dev-python/jira/jira-1.0.5.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 python3_5 ) -inherit distutils-r1 - -DESCRIPTION="Python library for interacting with the JIRA REST API" -HOMEPAGE="http://jira-python.readthedocs.org/en/latest/" -SRC_URI="https://github.com/pycontribs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="filemagic ipython oauth" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND} - filemagic? ( dev-python/filemagic[${PYTHON_USEDEP}] ) - ipython? ( dev-python/ipython[${PYTHON_USEDEP}] ) - oauth? ( - dev-python/requests-oauthlib[${PYTHON_USEDEP}] - dev-python/tlslite[${PYTHON_USEDEP}] - dev-python/pycrypto[${PYTHON_USEDEP}] - ) - dev-python/requests[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}]" diff --git a/dev-python/jira/metadata.xml b/dev-python/jira/metadata.xml index becce321c12b..5ba9b5cab9c5 100644 --- a/dev-python/jira/metadata.xml +++ b/dev-python/jira/metadata.xml @@ -13,8 +13,6 @@ pycontribs/jira - Include filemagic support (for identifying uploaded filetypes) - Include Interactive Python (IPython) Include dependencies for jirashell (ipython, oauthlib) Support Kerberos authentication Support OAuth authentication -- 2.26.2