dev-python/jira: Remove old
authorMichał Górny <mgorny@gentoo.org>
Tue, 3 Dec 2019 09:51:28 +0000 (10:51 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 4 Dec 2019 17:13:21 +0000 (18:13 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/jira/Manifest
dev-python/jira/jira-1.0.10-r1.ebuild [deleted file]
dev-python/jira/jira-1.0.10.ebuild [deleted file]
dev-python/jira/jira-1.0.14-r1.ebuild [deleted file]
dev-python/jira/jira-1.0.14.ebuild [deleted file]
dev-python/jira/jira-1.0.5.ebuild [deleted file]
dev-python/jira/metadata.xml

index 8bda5f7f8d07b45491de20309dbd765c315ee4c5..50e551a0440367f8ab5c480b093d41f8d927f328 100644 (file)
@@ -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 (file)
index e5db735..0000000
+++ /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 (file)
index 7888316..0000000
+++ /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 (file)
index d79debd..0000000
+++ /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 (file)
index 365511b..0000000
+++ /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 (file)
index e562c6b..0000000
+++ /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}]"
index becce321c12b10132dd603a7c1e266eb597aa58c..5ba9b5cab9c5ec34760144be202511f8b10d0d80 100644 (file)
@@ -13,8 +13,6 @@
     <remote-id type="github">pycontribs/jira</remote-id>
   </upstream>
   <use>
-    <flag name="filemagic">Include filemagic support (for identifying uploaded filetypes)</flag>
-    <flag name="ipython">Include Interactive Python (IPython)</flag>
     <flag name="jirashell">Include dependencies for jirashell (ipython, oauthlib)</flag>
     <flag name="kerberos">Support Kerberos authentication</flag>
     <flag name="oauth">Support OAuth authentication</flag>