public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/soappy/
Date: Wed, 18 Jan 2017 10:18:35 +0000 (UTC)	[thread overview]
Message-ID: <1484734702.c1b60f2e83c98e49ed2820152020a1772ecc18ec.soap@gentoo> (raw)

commit:     c1b60f2e83c98e49ed2820152020a1772ecc18ec
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 18 10:15:07 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Jan 18 10:18:22 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1b60f2e

dev-python/soappy: Remove old vulnerable versions

Gentoo-bug: 534546

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/soappy/Manifest                |  2 --
 dev-python/soappy/soappy-0.12.20.ebuild   | 42 -------------------------------
 dev-python/soappy/soappy-0.12.5-r2.ebuild | 42 -------------------------------
 3 files changed, 86 deletions(-)

diff --git a/dev-python/soappy/Manifest b/dev-python/soappy/Manifest
index 51dc30c..aa867b1 100644
--- a/dev-python/soappy/Manifest
+++ b/dev-python/soappy/Manifest
@@ -1,3 +1 @@
-DIST SOAPpy-0.12.20.zip 172192 SHA256 ed42ee76a1f1c6ce767296d67ef482059e32eb66cdcbc3ed6b6b9c3922444277 SHA512 f4140327295d0d301093aa13ae35ebc1faabd4aafc259b9866072d57da82bc7742fc852904bddc978792f97cb577afc97e35d47f350c9e5f1426a4928aeb8351 WHIRLPOOL a5568ba25f9e3b22310f447c35f612038f32fc60b20b28aa292b4db7239bb9247772a1192eb2ec1e2f51429c1c1f99dc54ac37b6aae9b4d1418841ae07072f28
 DIST SOAPpy-0.12.22.zip 172855 SHA256 e70845906bb625144ae6a8df4534d66d84431ff8e21835d7b401ec6d8eb447a5 SHA512 d75d0bf8e88c8ecae57f51a201f9ab6f24fc41856ee2093e7e2e73e5d8618c9a766a69140df28a24b6d8493b53555c09502684c6d2fd78e90a3c53bba52f388b WHIRLPOOL 8ac248d98f9da45bcbdd9a9bf55bb7fd4b83de097ca641453c7cf18833c4dc5cd5b4e09e3e5bce3cf4be0c6c09e4e10638aa6a5244afc6cc791996b63a1c3d5e
-DIST SOAPpy-0.12.5.tar.gz 153106 SHA256 8d8e3bf304f5669432d58cc0c2870766096ef5e4e89889aa1bce6d7a68994ef7 SHA512 cee6a4556beac20c68c3bcfe14454b9911655f78987c6fe9a6ce5f08090ded7bbf71a067d848368cf20101ff374e0992f34428b48b9a451eb67a925e92a149a9 WHIRLPOOL 2ba4b0a7cacbf132ca824a1703c811ecba19f852c88b9ac994feba10cce5e9f98769f284cc080c4a6dfd1cba3db7c2d1d69a258bdd3c3f1aeadb11b4cbfbc137

diff --git a/dev-python/soappy/soappy-0.12.20.ebuild b/dev-python/soappy/soappy-0.12.20.ebuild
deleted file mode 100644
index 23afc5c..00000000
--- a/dev-python/soappy/soappy-0.12.20.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="ssl?,xml"
-
-inherit distutils-r1
-
-MY_PN="SOAPpy"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="SOAP Services for Python"
-HOMEPAGE="http://pywebsvcs.sourceforge.net/ https://pypi.python.org/pypi/SOAPpy"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x64-macos ~x86-macos"
-IUSE="examples ssl"
-
-RDEPEND="dev-python/fpconst[${PYTHON_USEDEP}]
-	dev-python/wstools[${PYTHON_USEDEP}]
-	ssl? ( dev-python/m2crypto[${PYTHON_USEDEP}] )"
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS=( CHANGES.txt README.txt docs/. )
-
-python_install_all() {
-	distutils-r1_python_install_all
-
-	if use examples; then
-		docinto examples
-		dodoc -r bid contrib tools validate
-		docompress -x /usr/share/doc/${PF}/examples
-	fi
-}

diff --git a/dev-python/soappy/soappy-0.12.5-r2.ebuild b/dev-python/soappy/soappy-0.12.5-r2.ebuild
deleted file mode 100644
index 67d24f0..00000000
--- a/dev-python/soappy/soappy-0.12.5-r2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="ssl?,xml"
-
-inherit distutils-r1
-
-MY_PN="SOAPpy"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="SOAP Services for Python"
-HOMEPAGE="http://pywebsvcs.sourceforge.net/ https://pypi.python.org/pypi/SOAPpy"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x64-macos ~x86-macos"
-IUSE="examples ssl"
-
-RDEPEND="dev-python/fpconst[${PYTHON_USEDEP}]
-	dev-python/wstools[${PYTHON_USEDEP}]
-	ssl? ( dev-python/m2crypto[${PYTHON_USEDEP}] )"
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS=( CHANGES.txt README.txt docs/. )
-
-python_install_all() {
-	distutils-r1_python_install_all
-
-	if use examples; then
-		docinto examples
-		dodoc -r bid contrib tools validate
-		docompress -x /usr/share/doc/${PF}/examples
-	fi
-}


             reply	other threads:[~2017-01-18 10:18 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-18 10:18 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-06-25 12:09 [gentoo-commits] repo/gentoo:master commit in: dev-python/soappy/ Michael Haubenwallner
2019-03-20 10:31 Fabian Groffen
2019-03-03 10:57 Mikle Kolyada
2018-10-27 12:08 Michał Górny
2018-05-04 13:57 Mart Raudsepp
2018-02-17 21:51 Patrice Clement
2017-03-22 19:48 Markus Meier
2017-01-12  9:34 Jeroen Roovers
2016-12-17 15:20 Markus Meier
2016-12-02 14:21 Tobias Klausmann
2016-12-02 10:59 Agostino Sarubbo
2016-12-02 10:58 Agostino Sarubbo
2015-10-14 16:11 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1484734702.c1b60f2e83c98e49ed2820152020a1772ecc18ec.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox