public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/
Date: Mon,  5 Apr 2021 18:39:07 +0000 (UTC)	[thread overview]
Message-ID: <1617647776.5c414f3655d8d7856daf3c14f153407f970e5227.mgorny@gentoo> (raw)

commit:     5c414f3655d8d7856daf3c14f153407f970e5227
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  5 18:36:16 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr  5 18:36:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c414f36

dev-python/defusedxml: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/defusedxml/Manifest                    |  2 --
 dev-python/defusedxml/defusedxml-0.7.0.ebuild     | 34 -----------------------
 dev-python/defusedxml/defusedxml-0.7.0_rc1.ebuild | 34 -----------------------
 3 files changed, 70 deletions(-)

diff --git a/dev-python/defusedxml/Manifest b/dev-python/defusedxml/Manifest
index 9f9a02f68d7..9f1117798d0 100644
--- a/dev-python/defusedxml/Manifest
+++ b/dev-python/defusedxml/Manifest
@@ -1,3 +1 @@
-DIST defusedxml-0.7.0.rc1.tar.gz 33950 BLAKE2B d2794d0d06ca7bd1faa0b33f3fa7e02fcfb8b7bb7bfba5e0cf4119f7341a618daf80b08e0a6949cad67c5d3ceb84a5d984d731ae129b9aed383b5b583b114013 SHA512 068a6610fcb791385dc1956d1ff1e8b17b143a0138e6a10a293b8f18153d733e160e924f52c565e2df503101faa9b2c3d4718b2980f0e5652034e250b8a82f55
-DIST defusedxml-0.7.0.tar.gz 34412 BLAKE2B 661003c15c4e22877ccbd5c746f782d662bf8ba16dfb998953d979867eed181df01fda51bbec0813497059a27665ab391db7c4d442f90f1f22faafa6a27fe500 SHA512 7738175dafb4092a61d1a73941aecf5d78840e3674e2ae6bbf45e4e0ab6c71a9c9abce8a5394a148d50d90fd6a20d4e02c65241212af2ba6b655c1935e432603
 DIST defusedxml-0.7.1.tar.gz 34709 BLAKE2B cfe69851e0ac6472cb9e66d1b577831eec37b0a01129dcb43cec151aa939029efc194220f3c7b481d306a77db710a639bdd56f3fd1f7ae46fa4ab8f308b8036f SHA512 4f536794b814291520c7db27765014c57f415554cff569cddab596b33e1aa03799aae9448fdaf07417d1a9f4d8782aa827d1b68aac6881ffe5c2ca9b8a40d864

diff --git a/dev-python/defusedxml/defusedxml-0.7.0.ebuild b/dev-python/defusedxml/defusedxml-0.7.0.ebuild
deleted file mode 100644
index 3955f4c7014..00000000000
--- a/dev-python/defusedxml/defusedxml-0.7.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
-PYTHON_REQ_USE="xml(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="XML bomb protection for Python stdlib modules, an xml serialiser"
-HOMEPAGE="https://pypi.org/project/defusedxml/"
-SRC_URI="
-	https://github.com/tiran/defusedxml/archive/v${PV/_/.}.tar.gz
-		-> ${P/_/.}.tar.gz"
-S=${WORKDIR}/${P/_/.}
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="examples"
-
-distutils_enable_tests setup.py
-
-src_prepare() {
-	default
-
-	mv other examples || die
-}
-
-python_install_all() {
-	use examples && dodoc -r examples/
-	distutils-r1_python_install_all
-}

diff --git a/dev-python/defusedxml/defusedxml-0.7.0_rc1.ebuild b/dev-python/defusedxml/defusedxml-0.7.0_rc1.ebuild
deleted file mode 100644
index f88cd9b3d48..00000000000
--- a/dev-python/defusedxml/defusedxml-0.7.0_rc1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
-PYTHON_REQ_USE="xml(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="XML bomb protection for Python stdlib modules, an xml serialiser"
-HOMEPAGE="https://pypi.org/project/defusedxml/"
-SRC_URI="
-	https://github.com/tiran/defusedxml/archive/v${PV/_/.}.tar.gz
-		-> ${P/_/.}.tar.gz"
-S=${WORKDIR}/${P/_/.}
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="examples"
-
-distutils_enable_tests setup.py
-
-src_prepare() {
-	default
-
-	mv other examples || die
-}
-
-python_install_all() {
-	use examples && dodoc -r examples/
-	distutils-r1_python_install_all
-}


             reply	other threads:[~2021-04-05 18:39 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-05 18:39 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-01  6:18 [gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/ Arthur Zamarin
2024-06-01  7:14 Arthur Zamarin
2024-05-11 11:05 Michał Górny
2023-05-23 16:15 Michał Górny
2023-05-23 16:15 Michał Górny
2022-06-12 14:25 Michał Górny
2022-06-12 11:53 Sam James
2022-05-11 11:22 Michał Górny
2022-05-11 11:22 Michał Górny
2021-11-18  5:36 Sam James
2021-09-02  0:01 Marek Szuba
2021-05-09 11:35 Michał Górny
2021-03-08 12:35 Michał Górny
2021-03-04 22:21 Michał Górny
2020-10-18  6:25 Michał Górny
2020-10-18  6:25 Michał Górny
2020-10-17 23:55 Sam James
2020-10-17 23:54 Sam James
2020-08-03  1:40 Sam James
2020-08-01 22:37 Michał Górny
2020-06-09 15:14 Michał Górny
2020-03-26 20:35 Michał Górny
2020-03-26 20:35 Michał Górny
2020-03-26 20:35 Michał Górny
2020-01-08  4:02 Joonas Niilola
2019-06-25 12:09 Michael Haubenwallner
2019-03-20 10:31 Fabian Groffen
2019-03-16 18:53 Mikle Kolyada
2018-05-04 13:57 Mart Raudsepp
2018-03-19  6:38 Tim Harder
2018-03-19  6:38 Tim Harder
2018-03-19  6:38 Tim Harder
2018-02-21 20:18 Michał Górny
2018-01-06 19:55 Sergei Trofimovich
2017-12-28 14:03 Sergei Trofimovich
2017-12-28 12:29 Sergei Trofimovich
2017-12-06 22:34 Sergei Trofimovich
2017-12-02 20:55 Mike Gilbert
2017-11-30 20:19 Tobias Klausmann
2017-11-30 19:02 Thomas Deutschmann
2017-09-06 18:02 Mike Gilbert
2017-03-22 19:48 Markus Meier
2017-02-27 17:10 Alexis Ballier
2017-02-25  9:55 Alexis Ballier
2017-02-14 18:56 Manuel Rüger
2016-03-12 18:14 Tim Harder
2015-10-14 16:11 Justin Lecher
2015-09-11  7:53 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=1617647776.5c414f3655d8d7856daf3c14f153407f970e5227.mgorny@gentoo \
    --to=mgorny@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