* [gentoo-commits] repo/gentoo:master commit in: dev-python/jenkins-webapi/, profiles/
@ 2018-12-11 13:16 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2018-12-11 13:16 UTC (permalink / raw
To: gentoo-commits
commit: 59249d5958f4adbcf242811345e2f3b08c27a31a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 11 13:13:38 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Dec 11 13:15:55 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59249d59
dev-python/jenkins-webapi: Remove last-rited pkg
Closes: https://bugs.gentoo.org/666130
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jenkins-webapi/Manifest | 2 -
.../jenkins-webapi/jenkins-webapi-0.5.0.ebuild | 59 ----------------------
dev-python/jenkins-webapi/metadata.xml | 8 ---
profiles/package.mask | 4 --
4 files changed, 73 deletions(-)
diff --git a/dev-python/jenkins-webapi/Manifest b/dev-python/jenkins-webapi/Manifest
deleted file mode 100644
index 7971935a96c..00000000000
--- a/dev-python/jenkins-webapi/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST jenkins-1.596.3.war 68396864 BLAKE2B e391ffd919544f49570ba5bf76d61c91155f193e575b5ff11870153d9bdc3f997560f41de00dda8d1ffec5c5fec544c187442e8a5ff64d249dd8277257339641 SHA512 8652d4d18e3258208fe190c4a6aa5586faa66f690d7d7f7369c5490a587e3ec5e074dc22f2c8caedf5e5335f5b8f511717b2d6eb667a61e9948a703bf80310fe
-DIST jenkins-webapi-0.5.0.tar.gz 78813 BLAKE2B 0d017fd05a60bcc5d1333215e97c2d2ade658384d75a3dbb41c84e286d2b4c86d8383b28ba75e05b7f1ac5d153a46cb3c165cea063993f7aace79566dd25b4d9 SHA512 dde91231e6fe6713eb5953efa038d44a820b51968c2b0591e5dd064c7a35c7dab4d1780370dc97a0a671b3d3cb7d8a48e571c7c0af4f0d5f8a65430c8c074eb3
diff --git a/dev-python/jenkins-webapi/jenkins-webapi-0.5.0.ebuild b/dev-python/jenkins-webapi/jenkins-webapi-0.5.0.ebuild
deleted file mode 100644
index b918a072d7e..00000000000
--- a/dev-python/jenkins-webapi/jenkins-webapi-0.5.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
-
-inherit distutils-r1
-
-JENKINS_VERSION="1.596.3"
-
-DESCRIPTION="Module for interacting with the Jenkins CI server"
-HOMEPAGE="https://github.com/gvalkov/jenkins-webapi"
-SRC_URI="https://github.com/gvalkov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
- test? ( http://mirrors.jenkins-ci.org/war-stable/${JENKINS_VERSION}/jenkins.war -> jenkins-${JENKINS_VERSION}.war )"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-
-RDEPEND=">=dev-python/requests-2.7.0[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( ${RDEPEND}
- net-analyzer/netcat
- net-misc/curl
- app-arch/unzip
- >=virtual/jre-1.7.0
- >=dev-python/pytest-2.6.3[${PYTHON_USEDEP}]
- >=dev-python/termcolor-1.1.0[${PYTHON_USEDEP}]
- >=dev-python/pytest-cov-1.8.0[${PYTHON_USEDEP}]
- >=dev-python/httmock-1.2.2[${PYTHON_USEDEP}] )
- doc? (
- >=dev-python/sphinx-1.2.3[${PYTHON_USEDEP}]
- >=dev-python/alabaster-0.6.1[${PYTHON_USEDEP}] )"
-
-src_unpack() {
- unpack ${P}.tar.gz
-
- if use test; then
- # tests fail with jenkins 1.6x
- # https://github.com/gvalkov/jenkins-webapi/issues/14
- mkdir -p "${P}/tests/tmp/latest"
- cp "${DISTDIR}/jenkins-${JENKINS_VERSION}.war" "${P}/tests/tmp/latest/jenkins.war"
- fi
-}
-
-python_test() {
- emake test
-}
-
-python_compile_all() {
- use doc && emake -C docs html
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( docs/_build/html/. )
- distutils-r1_python_install_all
-}
diff --git a/dev-python/jenkins-webapi/metadata.xml b/dev-python/jenkins-webapi/metadata.xml
deleted file mode 100644
index 773d698964b..00000000000
--- a/dev-python/jenkins-webapi/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="github">gvalkov/jenkins-webapi</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index c89ce39d54c..d69f65773e5 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -267,10 +267,6 @@ sys-fs/devfsd
# Merged into >=media-tv/mythtv-29, bug #665924. Removal in a month.
media-plugins/mythplugins
-# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
-# No reverse deps, obsoleted in 2016 (#666130). Removal in a month.
-dev-python/jenkins-webapi
-
# Mike Gilbert <floppym@gentoo.org> (10 Nov 2018)
# Open bugs and no Gentoo maintainer.
# Removal in 30 days.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-12-11 13:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-11 13:16 [gentoo-commits] repo/gentoo:master commit in: dev-python/jenkins-webapi/, profiles/ Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox