Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jenkins-webapi/files/, dev-python/jenkins-webapi/
Date: Sun, 10 Dec 2017 12:46:49
Message-Id: 1512909993.53ed0ad08f159b9ac062d6f869722612253181d5.mgorny@gentoo
1 commit: 53ed0ad08f159b9ac062d6f869722612253181d5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 10 12:45:22 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 10 12:46:33 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53ed0ad0
7
8 dev-python/jenkins-webapi: Drop old
9
10 Closes: https://bugs.gentoo.org/628666
11
12 dev-python/jenkins-webapi/Manifest | 2 -
13 .../jenkins-webapi/files/local_jenkins_war.patch | 12 ------
14 dev-python/jenkins-webapi/files/tests_py27.patch | 7 ----
15 .../jenkins-webapi/jenkins-webapi-0.3.2.ebuild | 49 ----------------------
16 .../jenkins-webapi/jenkins-webapi-0.4.0-r1.ebuild | 46 --------------------
17 5 files changed, 116 deletions(-)
18
19 diff --git a/dev-python/jenkins-webapi/Manifest b/dev-python/jenkins-webapi/Manifest
20 index 1e908f1672d..7971935a96c 100644
21 --- a/dev-python/jenkins-webapi/Manifest
22 +++ b/dev-python/jenkins-webapi/Manifest
23 @@ -1,4 +1,2 @@
24 DIST jenkins-1.596.3.war 68396864 BLAKE2B e391ffd919544f49570ba5bf76d61c91155f193e575b5ff11870153d9bdc3f997560f41de00dda8d1ffec5c5fec544c187442e8a5ff64d249dd8277257339641 SHA512 8652d4d18e3258208fe190c4a6aa5586faa66f690d7d7f7369c5490a587e3ec5e074dc22f2c8caedf5e5335f5b8f511717b2d6eb667a61e9948a703bf80310fe
25 -DIST jenkins-webapi-0.3.2.tar.gz 14831 BLAKE2B b2ef90ca3691e1e473b9b628a5be20c935a1ec79a356905f202933fe5b28ef3c8fc24305dda5e5a20b199b624de8538e35356c51abe15da81ad0774b699c91c9 SHA512 2ac59c90bba48406cc9fe5595505d5836eab1147869fbc8c06577767891d37904bffa5516316af0cb25f7f9193ae5277c0219ecc9daf5e0efa093fd449d1f4f0
26 -DIST jenkins-webapi-0.4.0.tar.gz 16149 SHA256 7515b1e0503e07d50088e32205873146eda3b1132d8a6508e28f4e935c41e8b2 SHA512 ae40366e6fb6414391287ffa42ec92fba1971f070ac718d521c5b10f6e47d14ceea15a8c71f559380356530fdb2f826e08a6c611813b407dad73dab39fcddfeb WHIRLPOOL 30abf44c7d1ec6884baa3481c9d2f234f46f812d5ee6a8d9e49de8bc367ffef9c58f7653dcd30c24a308372cb8f6211e51f40e441e17f9ef15abd222de5d775b
27 DIST jenkins-webapi-0.5.0.tar.gz 78813 BLAKE2B 0d017fd05a60bcc5d1333215e97c2d2ade658384d75a3dbb41c84e286d2b4c86d8383b28ba75e05b7f1ac5d153a46cb3c165cea063993f7aace79566dd25b4d9 SHA512 dde91231e6fe6713eb5953efa038d44a820b51968c2b0591e5dd064c7a35c7dab4d1780370dc97a0a671b3d3cb7d8a48e571c7c0af4f0d5f8a65430c8c074eb3
28
29 diff --git a/dev-python/jenkins-webapi/files/local_jenkins_war.patch b/dev-python/jenkins-webapi/files/local_jenkins_war.patch
30 deleted file mode 100644
31 index c41f5bb51ce..00000000000
32 --- a/dev-python/jenkins-webapi/files/local_jenkins_war.patch
33 +++ /dev/null
34 @@ -1,12 +0,0 @@
35 ---- tests/install.py.orig 2014-11-23 21:21:29.000000000 +0100
36 -+++ tests/install.py 2015-01-28 18:29:42.750933314 +0100
37 -@@ -23,7 +23,7 @@
38 - self.destdir = destdir
39 -
40 - self.logfile = logfile if logfile else pjoin(self.destdir, 'jenkins.log')
41 -- self.jenkinswar = pjoin(self.destdir, 'jenkins.war')
42 -+ self.jenkinswar = pjoin('/opt/jenkins', 'jenkins.war')
43 - self.jenkinscli = pjoin(self.destdir, 'jenkins-cli.jar')
44 - self.homedir = pjoin(self.destdir, 'home')
45 -
46 -
47
48 diff --git a/dev-python/jenkins-webapi/files/tests_py27.patch b/dev-python/jenkins-webapi/files/tests_py27.patch
49 deleted file mode 100644
50 index 5a6e8c9ddf6..00000000000
51 --- a/dev-python/jenkins-webapi/files/tests_py27.patch
52 +++ /dev/null
53 @@ -1,7 +0,0 @@
54 ---- tests/conftest.py.orig 2014-11-23 21:21:29.000000000 +0100
55 -+++ tests/conftest.py 2015-01-28 18:37:25.388067816 +0100
56 -@@ -1,3 +1,4 @@
57 -+# -*- coding: utf-8 -*-
58 - import re
59 - import time
60 - import pytest
61
62 diff --git a/dev-python/jenkins-webapi/jenkins-webapi-0.3.2.ebuild b/dev-python/jenkins-webapi/jenkins-webapi-0.3.2.ebuild
63 deleted file mode 100644
64 index 032cd14fbfd..00000000000
65 --- a/dev-python/jenkins-webapi/jenkins-webapi-0.3.2.ebuild
66 +++ /dev/null
67 @@ -1,49 +0,0 @@
68 -# Copyright 1999-2015 Gentoo Foundation
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -EAPI=5
72 -
73 -PYTHON_COMPAT=( python{2_7,3_4} pypy )
74 -
75 -inherit distutils-r1
76 -
77 -DESCRIPTION="Module for interacting with the Jenkins CI server"
78 -HOMEPAGE="https://github.com/gvalkov/jenkins-webapi"
79 -SRC_URI="https://github.com/gvalkov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
80 -
81 -LICENSE="BSD"
82 -SLOT="0"
83 -KEYWORDS="~amd64 ~x86"
84 -IUSE="doc test"
85 -
86 -RDEPEND=">=dev-python/requests-2.4.3[${PYTHON_USEDEP}]"
87 -
88 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
89 - test? ( ${RDEPEND}
90 - dev-util/jenkins-bin
91 - >=dev-python/pytest-2.6.3[${PYTHON_USEDEP}]
92 - >=dev-python/termcolor-1.1.0[${PYTHON_USEDEP}]
93 - >=dev-python/pytest-cov-1.8.0[${PYTHON_USEDEP}]
94 - >=dev-python/httmock-1.2.2[${PYTHON_USEDEP}] )
95 - doc? (
96 - >=dev-python/sphinx-1.2.3[${PYTHON_USEDEP}]
97 - >=dev-python/alabaster-0.6.1[${PYTHON_USEDEP}] )
98 - "
99 -
100 -PATCHES=(
101 - "${FILESDIR}"/local_jenkins_war.patch
102 - "${FILESDIR}"/tests_py27.patch
103 - )
104 -
105 -python_test() {
106 - emake test
107 -}
108 -
109 -python_compile_all() {
110 - use doc && emake -C doc html
111 -}
112 -
113 -python_install_all() {
114 - use doc && local HTML_DOCS=( doc/_build/html/. )
115 - distutils-r1_python_install_all
116 -}
117
118 diff --git a/dev-python/jenkins-webapi/jenkins-webapi-0.4.0-r1.ebuild b/dev-python/jenkins-webapi/jenkins-webapi-0.4.0-r1.ebuild
119 deleted file mode 100644
120 index 36338e08f58..00000000000
121 --- a/dev-python/jenkins-webapi/jenkins-webapi-0.4.0-r1.ebuild
122 +++ /dev/null
123 @@ -1,46 +0,0 @@
124 -# Copyright 1999-2015 Gentoo Foundation
125 -# Distributed under the terms of the GNU General Public License v2
126 -
127 -EAPI=5
128 -
129 -PYTHON_COMPAT=( python{2_7,3_4} pypy )
130 -
131 -inherit distutils-r1
132 -
133 -DESCRIPTION="Module for interacting with the Jenkins CI server"
134 -HOMEPAGE="https://github.com/gvalkov/jenkins-webapi"
135 -SRC_URI="https://dev.gentoo.org/~idella4/tarballs/${P}.tar.gz"
136 -
137 -LICENSE="BSD"
138 -SLOT="0"
139 -KEYWORDS="~amd64 ~x86"
140 -IUSE="doc test"
141 -RESTRICT="mirror"
142 -
143 -RDEPEND=">=dev-python/requests-2.4.3[${PYTHON_USEDEP}]"
144 -
145 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
146 - test? ( ${RDEPEND}
147 - dev-util/jenkins-bin
148 - >=dev-python/pytest-2.6.3[${PYTHON_USEDEP}]
149 - >=dev-python/termcolor-1.1.0[${PYTHON_USEDEP}]
150 - >=dev-python/pytest-cov-1.8.0[${PYTHON_USEDEP}]
151 - >=dev-python/httmock-1.2.2[${PYTHON_USEDEP}] )
152 - doc? (
153 - >=dev-python/sphinx-1.2.3[${PYTHON_USEDEP}]
154 - >=dev-python/alabaster-0.6.1[${PYTHON_USEDEP}] )
155 - "
156 -PATCHES=( "${FILESDIR}"/local_jenkins_war.patch )
157 -
158 -python_test() {
159 - emake test
160 -}
161 -
162 -python_compile_all() {
163 - use doc && emake -C doc html
164 -}
165 -
166 -python_install_all() {
167 - use doc && local HTML_DOCS=( doc/_build/html/. )
168 - distutils-r1_python_install_all
169 -}