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/, profiles/
Date: Tue, 11 Dec 2018 13:16:18
Message-Id: 1544534155.59249d5958f4adbcf242811345e2f3b08c27a31a.mgorny@gentoo
1 commit: 59249d5958f4adbcf242811345e2f3b08c27a31a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 11 13:13:38 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 11 13:15:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59249d59
7
8 dev-python/jenkins-webapi: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/666130
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/jenkins-webapi/Manifest | 2 -
14 .../jenkins-webapi/jenkins-webapi-0.5.0.ebuild | 59 ----------------------
15 dev-python/jenkins-webapi/metadata.xml | 8 ---
16 profiles/package.mask | 4 --
17 4 files changed, 73 deletions(-)
18
19 diff --git a/dev-python/jenkins-webapi/Manifest b/dev-python/jenkins-webapi/Manifest
20 deleted file mode 100644
21 index 7971935a96c..00000000000
22 --- a/dev-python/jenkins-webapi/Manifest
23 +++ /dev/null
24 @@ -1,2 +0,0 @@
25 -DIST jenkins-1.596.3.war 68396864 BLAKE2B e391ffd919544f49570ba5bf76d61c91155f193e575b5ff11870153d9bdc3f997560f41de00dda8d1ffec5c5fec544c187442e8a5ff64d249dd8277257339641 SHA512 8652d4d18e3258208fe190c4a6aa5586faa66f690d7d7f7369c5490a587e3ec5e074dc22f2c8caedf5e5335f5b8f511717b2d6eb667a61e9948a703bf80310fe
26 -DIST jenkins-webapi-0.5.0.tar.gz 78813 BLAKE2B 0d017fd05a60bcc5d1333215e97c2d2ade658384d75a3dbb41c84e286d2b4c86d8383b28ba75e05b7f1ac5d153a46cb3c165cea063993f7aace79566dd25b4d9 SHA512 dde91231e6fe6713eb5953efa038d44a820b51968c2b0591e5dd064c7a35c7dab4d1780370dc97a0a671b3d3cb7d8a48e571c7c0af4f0d5f8a65430c8c074eb3
27
28 diff --git a/dev-python/jenkins-webapi/jenkins-webapi-0.5.0.ebuild b/dev-python/jenkins-webapi/jenkins-webapi-0.5.0.ebuild
29 deleted file mode 100644
30 index b918a072d7e..00000000000
31 --- a/dev-python/jenkins-webapi/jenkins-webapi-0.5.0.ebuild
32 +++ /dev/null
33 @@ -1,59 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -
39 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
40 -
41 -inherit distutils-r1
42 -
43 -JENKINS_VERSION="1.596.3"
44 -
45 -DESCRIPTION="Module for interacting with the Jenkins CI server"
46 -HOMEPAGE="https://github.com/gvalkov/jenkins-webapi"
47 -SRC_URI="https://github.com/gvalkov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
48 - test? ( http://mirrors.jenkins-ci.org/war-stable/${JENKINS_VERSION}/jenkins.war -> jenkins-${JENKINS_VERSION}.war )"
49 -
50 -LICENSE="BSD"
51 -SLOT="0"
52 -KEYWORDS="~amd64 ~x86"
53 -IUSE="doc test"
54 -
55 -RDEPEND=">=dev-python/requests-2.7.0[${PYTHON_USEDEP}]"
56 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
57 - test? ( ${RDEPEND}
58 - net-analyzer/netcat
59 - net-misc/curl
60 - app-arch/unzip
61 - >=virtual/jre-1.7.0
62 - >=dev-python/pytest-2.6.3[${PYTHON_USEDEP}]
63 - >=dev-python/termcolor-1.1.0[${PYTHON_USEDEP}]
64 - >=dev-python/pytest-cov-1.8.0[${PYTHON_USEDEP}]
65 - >=dev-python/httmock-1.2.2[${PYTHON_USEDEP}] )
66 - doc? (
67 - >=dev-python/sphinx-1.2.3[${PYTHON_USEDEP}]
68 - >=dev-python/alabaster-0.6.1[${PYTHON_USEDEP}] )"
69 -
70 -src_unpack() {
71 - unpack ${P}.tar.gz
72 -
73 - if use test; then
74 - # tests fail with jenkins 1.6x
75 - # https://github.com/gvalkov/jenkins-webapi/issues/14
76 - mkdir -p "${P}/tests/tmp/latest"
77 - cp "${DISTDIR}/jenkins-${JENKINS_VERSION}.war" "${P}/tests/tmp/latest/jenkins.war"
78 - fi
79 -}
80 -
81 -python_test() {
82 - emake test
83 -}
84 -
85 -python_compile_all() {
86 - use doc && emake -C docs html
87 -}
88 -
89 -python_install_all() {
90 - use doc && local HTML_DOCS=( docs/_build/html/. )
91 - distutils-r1_python_install_all
92 -}
93
94 diff --git a/dev-python/jenkins-webapi/metadata.xml b/dev-python/jenkins-webapi/metadata.xml
95 deleted file mode 100644
96 index 773d698964b..00000000000
97 --- a/dev-python/jenkins-webapi/metadata.xml
98 +++ /dev/null
99 @@ -1,8 +0,0 @@
100 -<?xml version="1.0" encoding="UTF-8"?>
101 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
102 -<pkgmetadata>
103 - <!-- maintainer-needed -->
104 - <upstream>
105 - <remote-id type="github">gvalkov/jenkins-webapi</remote-id>
106 - </upstream>
107 -</pkgmetadata>
108
109 diff --git a/profiles/package.mask b/profiles/package.mask
110 index c89ce39d54c..d69f65773e5 100644
111 --- a/profiles/package.mask
112 +++ b/profiles/package.mask
113 @@ -267,10 +267,6 @@ sys-fs/devfsd
114 # Merged into >=media-tv/mythtv-29, bug #665924. Removal in a month.
115 media-plugins/mythplugins
116
117 -# Pacho Ramos <pacho@g.o> (11 Nov 2018)
118 -# No reverse deps, obsoleted in 2016 (#666130). Removal in a month.
119 -dev-python/jenkins-webapi
120 -
121 # Mike Gilbert <floppym@g.o> (10 Nov 2018)
122 # Open bugs and no Gentoo maintainer.
123 # Removal in 30 days.