[gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/

2023-05-23 Thread Michał Górny
commit: a06c4573839f65081332c2014297ba4fa133d224
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 23 16:12:58 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 23 16:15:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a06c4573

dev-python/defusedxml: Fix distfile suffix

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

 dev-python/defusedxml/Manifest   | 2 +-
 dev-python/defusedxml/defusedxml-0.7.1-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/defusedxml/Manifest b/dev-python/defusedxml/Manifest
index 9f1117798d06..22b9f00fa8b8 100644
--- a/dev-python/defusedxml/Manifest
+++ b/dev-python/defusedxml/Manifest
@@ -1 +1 @@
-DIST defusedxml-0.7.1.tar.gz 34709 BLAKE2B 
cfe69851e0ac6472cb9e66d1b577831eec37b0a01129dcb43cec151aa939029efc194220f3c7b481d306a77db710a639bdd56f3fd1f7ae46fa4ab8f308b8036f
 SHA512 
4f536794b814291520c7db27765014c57f415554cff569cddab596b33e1aa03799aae9448fdaf07417d1a9f4d8782aa827d1b68aac6881ffe5c2ca9b8a40d864
+DIST defusedxml-0.7.1.gh.tar.gz 34709 BLAKE2B 
cfe69851e0ac6472cb9e66d1b577831eec37b0a01129dcb43cec151aa939029efc194220f3c7b481d306a77db710a639bdd56f3fd1f7ae46fa4ab8f308b8036f
 SHA512 
4f536794b814291520c7db27765014c57f415554cff569cddab596b33e1aa03799aae9448fdaf07417d1a9f4d8782aa827d1b68aac6881ffe5c2ca9b8a40d864

diff --git a/dev-python/defusedxml/defusedxml-0.7.1-r1.ebuild 
b/dev-python/defusedxml/defusedxml-0.7.1-r1.ebuild
index 559b92646fb6..c0e8ebf415cf 100644
--- a/dev-python/defusedxml/defusedxml-0.7.1-r1.ebuild
+++ b/dev-python/defusedxml/defusedxml-0.7.1-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 "
 SRC_URI="
https://github.com/tiran/defusedxml/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz
+   -> ${P}.gh.tar.gz
 "
 
 LICENSE="PSF-2"



[gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/

2023-05-23 Thread Michał Górny
commit: 8476820a3dbeb231c5bcd66c5154b1588aa3d521
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 23 16:10:36 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 23 16:15:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8476820a

dev-python/defusedxml: Enable py3.12

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

 dev-python/defusedxml/defusedxml-0.7.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/defusedxml/defusedxml-0.7.1-r1.ebuild 
b/dev-python/defusedxml/defusedxml-0.7.1-r1.ebuild
index b8246eb0a5bc..559b92646fb6 100644
--- a/dev-python/defusedxml/defusedxml-0.7.1-r1.ebuild
+++ b/dev-python/defusedxml/defusedxml-0.7.1-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{9..12} pypy3 )
 PYTHON_REQ_USE="xml(+)"
 
 inherit distutils-r1



[gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/

2022-06-12 Thread Michał Górny
commit: be10534464096203bd643f9578e088d920bb71ce
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 12 14:24:42 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 12 14:24:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be105344

dev-python/defusedxml: Remove old

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

 dev-python/defusedxml/defusedxml-0.7.1.ebuild | 34 ---
 1 file changed, 34 deletions(-)

diff --git a/dev-python/defusedxml/defusedxml-0.7.1.ebuild 
b/dev-python/defusedxml/defusedxml-0.7.1.ebuild
deleted file mode 100644
index 467e26e24293..
--- a/dev-python/defusedxml/defusedxml-0.7.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} 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 ~loong ppc ppc64 ~riscv ~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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/

2022-06-12 Thread Sam James
commit: 4448913f66dda83e2970890171a295926f1f0978
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 12 11:53:20 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 12 11:53:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4448913f

dev-python/defusedxml: Stabilize 0.7.1-r1 ALLARCHES, #851318

Signed-off-by: Sam James  gentoo.org>

 dev-python/defusedxml/defusedxml-0.7.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/defusedxml/defusedxml-0.7.1-r1.ebuild 
b/dev-python/defusedxml/defusedxml-0.7.1-r1.ebuild
index b48784799f81..c39a444647a8 100644
--- a/dev-python/defusedxml/defusedxml-0.7.1-r1.ebuild
+++ b/dev-python/defusedxml/defusedxml-0.7.1-r1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE="examples"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/

2022-05-11 Thread Michał Górny
commit: 77bd3f0c1cc0fc890b47a350d36b20634712ff8a
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 11 11:16:23 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 11 11:22:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77bd3f0c

dev-python/defusedxml: Use PEP517 build

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

 dev-python/defusedxml/defusedxml-0.7.1-r1.ebuild | 40 
 1 file changed, 40 insertions(+)

diff --git a/dev-python/defusedxml/defusedxml-0.7.1-r1.ebuild 
b/dev-python/defusedxml/defusedxml-0.7.1-r1.ebuild
new file mode 100644
index ..e42a42d37c43
--- /dev/null
+++ b/dev-python/defusedxml/defusedxml-0.7.1-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_REQ_USE="xml(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="XML bomb protection for Python stdlib modules, an xml serialiser"
+HOMEPAGE="
+   https://github.com/tiran/defusedxml/
+   https://pypi.org/project/defusedxml/
+"
+SRC_URI="
+   https://github.com/tiran/defusedxml/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz
+"
+
+LICENSE="PSF-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="examples"
+
+src_prepare() {
+   distutils-r1_src_prepare
+   sed -i -e 's:verbosity=1:verbosity=2:' tests.py || die
+   mv other examples || die
+}
+
+python_test() {
+   "${EPYTHON}" tests.py -v || die
+}
+
+python_install_all() {
+   use examples && dodoc -r examples/
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/

2022-05-11 Thread Michał Górny
commit: ae1bca584b3be19d025de799c26853df3d39cc20
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 11 11:16:35 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 11 11:22:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae1bca58

dev-python/defusedxml: Enable py3.11

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

 dev-python/defusedxml/defusedxml-0.7.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/defusedxml/defusedxml-0.7.1-r1.ebuild 
b/dev-python/defusedxml/defusedxml-0.7.1-r1.ebuild
index e42a42d37c43..b48784799f81 100644
--- a/dev-python/defusedxml/defusedxml-0.7.1-r1.ebuild
+++ b/dev-python/defusedxml/defusedxml-0.7.1-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 PYTHON_REQ_USE="xml(+)"
 
 inherit distutils-r1



[gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/

2021-11-17 Thread Sam James
commit: a7080a6e0873945ac08df7121c2c3a618150b716
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 18 05:35:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 18 05:35:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7080a6e

dev-python/defusedxml: Stabilize 0.7.1 hppa, #811939

Signed-off-by: Sam James  gentoo.org>

 dev-python/defusedxml/defusedxml-0.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/defusedxml/defusedxml-0.7.1.ebuild 
b/dev-python/defusedxml/defusedxml-0.7.1.ebuild
index 84122582fdfd..b1e56c450258 100644
--- a/dev-python/defusedxml/defusedxml-0.7.1.ebuild
+++ b/dev-python/defusedxml/defusedxml-0.7.1.ebuild
@@ -17,7 +17,7 @@ S=${WORKDIR}/${P/_/.}
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux"
 IUSE="examples"
 
 distutils_enable_tests setup.py



[gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/

2021-09-01 Thread Marek Szuba
commit: 264281bd8dd3ff44e95054bf5d69544136277d19
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Sep  1 13:46:56 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu Sep  2 00:01:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=264281bd

dev-python/defusedxml: keyword 0.7.1 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/defusedxml/defusedxml-0.7.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/defusedxml/defusedxml-0.7.1.ebuild 
b/dev-python/defusedxml/defusedxml-0.7.1.ebuild
index 2af3f49073c..84122582fdf 100644
--- a/dev-python/defusedxml/defusedxml-0.7.1.ebuild
+++ b/dev-python/defusedxml/defusedxml-0.7.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 PYTHON_REQ_USE="xml(+)"
 
 inherit distutils-r1
@@ -17,7 +17,7 @@ S=${WORKDIR}/${P/_/.}
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux"
 IUSE="examples"
 
 distutils_enable_tests setup.py



[gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/

2021-05-09 Thread Michał Górny
commit: 8493ffd7d519e6bfaea018823d4cd7d1ea1207e9
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sat May  8 13:07:13 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May  9 11:35:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8493ffd7

dev-python/defusedxml: Port to python3.10

Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/defusedxml/defusedxml-0.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/defusedxml/defusedxml-0.7.1.ebuild 
b/dev-python/defusedxml/defusedxml-0.7.1.ebuild
index a882da0fde8..2af3f49073c 100644
--- a/dev-python/defusedxml/defusedxml-0.7.1.ebuild
+++ b/dev-python/defusedxml/defusedxml-0.7.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
 PYTHON_REQ_USE="xml(+)"
 
 inherit distutils-r1



[gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/

2021-04-05 Thread Michał Górny
commit: 5c414f3655d8d7856daf3c14f153407f970e5227
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr  5 18:36:16 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr  5 18:36:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c414f36

dev-python/defusedxml: Remove old

Signed-off-by: Michał Górny  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..000
--- 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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/

2021-03-08 Thread Michał Górny
commit: fb59c01d2809079423ebd95387705ec25d0876c2
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar  8 11:07:37 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar  8 12:35:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb59c01d

dev-python/defusedxml: Bump to 0.7.1

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

 dev-python/defusedxml/Manifest|  1 +
 dev-python/defusedxml/defusedxml-0.7.1.ebuild | 34 +++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/defusedxml/Manifest b/dev-python/defusedxml/Manifest
index f7be7b523b7..9f9a02f68d7 100644
--- a/dev-python/defusedxml/Manifest
+++ b/dev-python/defusedxml/Manifest
@@ -1,2 +1,3 @@
 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.1.ebuild 
b/dev-python/defusedxml/defusedxml-0.7.1.ebuild
new file mode 100644
index 000..3955f4c7014
--- /dev/null
+++ b/dev-python/defusedxml/defusedxml-0.7.1.ebuild
@@ -0,0 +1,34 @@
+# 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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/

2021-03-04 Thread Michał Górny
commit: f543332f5d0454243d99adad66a7e4e020921c61
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  4 20:34:28 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  4 22:21:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f543332f

dev-python/defusedxml: Bump to 0.7.0

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

 dev-python/defusedxml/Manifest|  1 +
 dev-python/defusedxml/defusedxml-0.7.0.ebuild | 34 +++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/defusedxml/Manifest b/dev-python/defusedxml/Manifest
index c4b6e6e5a00..f7be7b523b7 100644
--- a/dev-python/defusedxml/Manifest
+++ b/dev-python/defusedxml/Manifest
@@ -1 +1,2 @@
 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

diff --git a/dev-python/defusedxml/defusedxml-0.7.0.ebuild 
b/dev-python/defusedxml/defusedxml-0.7.0.ebuild
new file mode 100644
index 000..3955f4c7014
--- /dev/null
+++ b/dev-python/defusedxml/defusedxml-0.7.0.ebuild
@@ -0,0 +1,34 @@
+# 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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/

2020-10-18 Thread Michał Górny
commit: c48bc994eb84a4e721607fd48d999d2d945e1fa0
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 18 05:52:31 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 18 05:54:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c48bc994

dev-python/defusedxml: Remove old

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

 dev-python/defusedxml/Manifest|  1 -
 dev-python/defusedxml/defusedxml-0.6.0.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/dev-python/defusedxml/Manifest b/dev-python/defusedxml/Manifest
index 60b80031d6c..c4b6e6e5a00 100644
--- a/dev-python/defusedxml/Manifest
+++ b/dev-python/defusedxml/Manifest
@@ -1,2 +1 @@
-DIST defusedxml-0.6.0.tar.gz 62670 BLAKE2B 
352202cd8157bcd18ecb06921eb086cfc91e567dbbb18592e526caa4fed69bc76842eda849813b829ef4389d3df74303529e7f775d56be2f919783fc7fb19b04
 SHA512 
dd1313802cf8565fd319ef10af04075019d00cba557e6414b2a2762bd4302437a32c05cd8c9e4cec5310c68c6a95d2951acf1360244e7974d40bb3fe963b7226
 DIST defusedxml-0.7.0.rc1.tar.gz 33950 BLAKE2B 
d2794d0d06ca7bd1faa0b33f3fa7e02fcfb8b7bb7bfba5e0cf4119f7341a618daf80b08e0a6949cad67c5d3ceb84a5d984d731ae129b9aed383b5b583b114013
 SHA512 
068a6610fcb791385dc1956d1ff1e8b17b143a0138e6a10a293b8f18153d733e160e924f52c565e2df503101faa9b2c3d4718b2980f0e5652034e250b8a82f55

diff --git a/dev-python/defusedxml/defusedxml-0.6.0.ebuild 
b/dev-python/defusedxml/defusedxml-0.6.0.ebuild
deleted file mode 100644
index a243bd6895c..000
--- a/dev-python/defusedxml/defusedxml-0.6.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{3_6,3_7,3_8,3_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="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/

2020-10-18 Thread Michał Górny
commit: a27588e0ac93820afbe4f9996d8c0972f4e1d4bb
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 18 05:56:07 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 18 05:56:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a27588e0

dev-python/defusedxml: Update remote-id

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

 dev-python/defusedxml/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/defusedxml/metadata.xml 
b/dev-python/defusedxml/metadata.xml
index f994036379a..96b5c0b64a5 100644
--- a/dev-python/defusedxml/metadata.xml
+++ b/dev-python/defusedxml/metadata.xml
@@ -8,6 +8,6 @@
   
   
 defusedxml
-tiran/defusedxml
+tiran/defusedxml
   
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/

2020-10-17 Thread Sam James
commit: 6316b72bc08414ee3adc641d612b0abac3e9bbff
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 23:55:29 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 23:55:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6316b72b

dev-python/defusedxml: Stabilize 0.7.0_rc1 ALLARCHES, #749471

Signed-off-by: Sam James  gentoo.org>

 dev-python/defusedxml/defusedxml-0.7.0_rc1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/defusedxml/defusedxml-0.7.0_rc1.ebuild 
b/dev-python/defusedxml/defusedxml-0.7.0_rc1.ebuild
index 40550879071..1bff2bbda0d 100644
--- a/dev-python/defusedxml/defusedxml-0.7.0_rc1.ebuild
+++ b/dev-python/defusedxml/defusedxml-0.7.0_rc1.ebuild
@@ -17,7 +17,7 @@ S=${WORKDIR}/${P/_/.}
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
 IUSE="examples"
 
 distutils_enable_tests setup.py



[gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/

2020-10-17 Thread Sam James
commit: 2b693dde7522799d572bcd8d634c6ba16a6ffa37
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 17 23:54:49 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 17 23:54:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b693dde

dev-python/defusedxml: arm64 stable (bug #749471)

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sam James  gentoo.org>

 dev-python/defusedxml/defusedxml-0.7.0_rc1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/defusedxml/defusedxml-0.7.0_rc1.ebuild 
b/dev-python/defusedxml/defusedxml-0.7.0_rc1.ebuild
index 638f19676f4..40550879071 100644
--- a/dev-python/defusedxml/defusedxml-0.7.0_rc1.ebuild
+++ b/dev-python/defusedxml/defusedxml-0.7.0_rc1.ebuild
@@ -17,7 +17,7 @@ S=${WORKDIR}/${P/_/.}
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="examples"
 
 distutils_enable_tests setup.py



[gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/

2020-08-02 Thread Sam James
commit: c16c53d673bf40e5aa9f8b727a5021a5b854dec5
Author: Tom Gillespie  gmail  com>
AuthorDate: Sun Aug  2 03:57:56 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug  3 01:40:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c16c53d6

dev-python/defusedxml: add 3_9 support

all tests passing on amd64

Signed-off-by: Tom Gillespie  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 dev-python/defusedxml/defusedxml-0.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/defusedxml/defusedxml-0.6.0.ebuild 
b/dev-python/defusedxml/defusedxml-0.6.0.ebuild
index 76cecdcd217..a243bd6895c 100644
--- a/dev-python/defusedxml/defusedxml-0.6.0.ebuild
+++ b/dev-python/defusedxml/defusedxml-0.6.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{3_6,3_7,3_8} pypy3 )
+PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9} pypy3 )
 PYTHON_REQ_USE="xml(+)"
 
 inherit distutils-r1



[gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/

2020-08-01 Thread Michał Górny
commit: 58e49855da2c34b2f9574f0113f148dddf7414f1
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug  1 22:33:41 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug  1 22:33:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58e49855

dev-python/defusedxml: Remove py2.7

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

 dev-python/defusedxml/defusedxml-0.6.0.ebuild | 2 +-
 dev-python/defusedxml/defusedxml-0.7.0_rc1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/defusedxml/defusedxml-0.6.0.ebuild 
b/dev-python/defusedxml/defusedxml-0.6.0.ebuild
index 441697b064e..76cecdcd217 100644
--- a/dev-python/defusedxml/defusedxml-0.6.0.ebuild
+++ b/dev-python/defusedxml/defusedxml-0.6.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} pypy3 )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} pypy3 )
 PYTHON_REQ_USE="xml(+)"
 
 inherit distutils-r1

diff --git a/dev-python/defusedxml/defusedxml-0.7.0_rc1.ebuild 
b/dev-python/defusedxml/defusedxml-0.7.0_rc1.ebuild
index 3249d1629c0..638f19676f4 100644
--- a/dev-python/defusedxml/defusedxml-0.7.0_rc1.ebuild
+++ b/dev-python/defusedxml/defusedxml-0.7.0_rc1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6..9}} pypy3 )
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
 PYTHON_REQ_USE="xml(+)"
 
 inherit distutils-r1



[gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/

2020-06-09 Thread Michał Górny
commit: 57e659b4ee42903d1c332d0437785312e1441e21
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  9 13:51:29 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  9 15:14:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57e659b4

dev-python/defusedxml: Bump to 0.7.0.rc1, py3.9

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

 dev-python/defusedxml/Manifest|  1 +
 dev-python/defusedxml/defusedxml-0.7.0_rc1.ebuild | 34 +++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/defusedxml/Manifest b/dev-python/defusedxml/Manifest
index 214080857e7..60b80031d6c 100644
--- a/dev-python/defusedxml/Manifest
+++ b/dev-python/defusedxml/Manifest
@@ -1 +1,2 @@
 DIST defusedxml-0.6.0.tar.gz 62670 BLAKE2B 
352202cd8157bcd18ecb06921eb086cfc91e567dbbb18592e526caa4fed69bc76842eda849813b829ef4389d3df74303529e7f775d56be2f919783fc7fb19b04
 SHA512 
dd1313802cf8565fd319ef10af04075019d00cba557e6414b2a2762bd4302437a32c05cd8c9e4cec5310c68c6a95d2951acf1360244e7974d40bb3fe963b7226
+DIST defusedxml-0.7.0.rc1.tar.gz 33950 BLAKE2B 
d2794d0d06ca7bd1faa0b33f3fa7e02fcfb8b7bb7bfba5e0cf4119f7341a618daf80b08e0a6949cad67c5d3ceb84a5d984d731ae129b9aed383b5b583b114013
 SHA512 
068a6610fcb791385dc1956d1ff1e8b17b143a0138e6a10a293b8f18153d733e160e924f52c565e2df503101faa9b2c3d4718b2980f0e5652034e250b8a82f55

diff --git a/dev-python/defusedxml/defusedxml-0.7.0_rc1.ebuild 
b/dev-python/defusedxml/defusedxml-0.7.0_rc1.ebuild
new file mode 100644
index 000..3249d1629c0
--- /dev/null
+++ b/dev-python/defusedxml/defusedxml-0.7.0_rc1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{6..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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/

2020-03-26 Thread Michał Górny
commit: de10c51d46b6eb2a7a9baf87f805d130ec4d83a8
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 26 20:22:54 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 26 20:34:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de10c51d

dev-python/defusedxml: Mark ALLARCHES

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

 dev-python/defusedxml/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/defusedxml/metadata.xml 
b/dev-python/defusedxml/metadata.xml
index 3d589eb07db..f994036379a 100644
--- a/dev-python/defusedxml/metadata.xml
+++ b/dev-python/defusedxml/metadata.xml
@@ -5,6 +5,7 @@
 pyt...@gentoo.org
 Python
   
+  
   
 defusedxml
 tiran/defusedxml



[gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/

2020-03-26 Thread Michał Górny
commit: 5e5fcc25d2e79e367f644ab60803f20f6df2edb1
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 26 20:27:15 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 26 20:34:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e5fcc25

dev-python/defusedxml: Stabilize 0.6.0 ALLARCHES

Closes: https://bugs.gentoo.org/714308
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/defusedxml/defusedxml-0.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/defusedxml/defusedxml-0.6.0.ebuild 
b/dev-python/defusedxml/defusedxml-0.6.0.ebuild
index 96748d55c4c..e1ec5e4cf35 100644
--- a/dev-python/defusedxml/defusedxml-0.6.0.ebuild
+++ b/dev-python/defusedxml/defusedxml-0.6.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
 IUSE="examples"
 
 distutils_enable_tests setup.py



[gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/

2020-03-26 Thread Michał Górny
commit: d30e9387d76d7c4ec98c3ae2a3e4d50740f274d6
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 26 20:27:29 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 26 20:34:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d30e9387

dev-python/defusedxml: Remove redundant versions

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

 dev-python/defusedxml/Manifest|  1 -
 dev-python/defusedxml/defusedxml-0.5.0.ebuild | 34 ---
 2 files changed, 35 deletions(-)

diff --git a/dev-python/defusedxml/Manifest b/dev-python/defusedxml/Manifest
index 9c61568ec5e..214080857e7 100644
--- a/dev-python/defusedxml/Manifest
+++ b/dev-python/defusedxml/Manifest
@@ -1,2 +1 @@
-DIST defusedxml-0.5.0.tar.gz 60405 BLAKE2B 
bd57b3b705abff71ff99ce4e43fe4c1fd708463546cc5d614dceb56f36e98771ef5c952a1aae010d32e4b557ed687c194c61723a0b3334dc1b0d517591d7c3d3
 SHA512 
71e1a604df9be41ded454bcdfa63610e897eb405295d7365fcddfc5f50f7572c36f0bd91a4a1fdf47d1b097637bd9fdcf08f1cdb73e2fe64eea0320a7532e452
 DIST defusedxml-0.6.0.tar.gz 62670 BLAKE2B 
352202cd8157bcd18ecb06921eb086cfc91e567dbbb18592e526caa4fed69bc76842eda849813b829ef4389d3df74303529e7f775d56be2f919783fc7fb19b04
 SHA512 
dd1313802cf8565fd319ef10af04075019d00cba557e6414b2a2762bd4302437a32c05cd8c9e4cec5310c68c6a95d2951acf1360244e7974d40bb3fe963b7226

diff --git a/dev-python/defusedxml/defusedxml-0.5.0.ebuild 
b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
deleted file mode 100644
index c485a6a441d..000
--- a/dev-python/defusedxml/defusedxml-0.5.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_6,3_7} pypy3 )
-PYTHON_REQ_USE="xml(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="XML bomb protection for Python stdlib modules, an xml serialiser"
-HOMEPAGE="https://bitbucket.org/tiran/defusedxml 
https://pypi.org/project/defusedxml/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
-IUSE="examples"
-
-LICENSE="PSF-2"
-SLOT="0"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
-   esetup.py test
-}
-
-python_install_all() {
-   if use examples; then
-   docinto examples
-   dodoc -r other/.
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/

2020-01-07 Thread Joonas Niilola
commit: 15084456966066611e0f2575e666b0cc7bc2aea8
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Jan  8 04:01:24 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Jan  8 04:01:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15084456

dev-python/defusedxml: bump to 0.6.0

- EAPI 7,
- python-3.8,
- update HOMEPAGE,
- use distutils_enable_tests.

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/defusedxml/Manifest|  1 +
 dev-python/defusedxml/defusedxml-0.6.0.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/defusedxml/Manifest b/dev-python/defusedxml/Manifest
index 93b6c49fe23..9c61568ec5e 100644
--- a/dev-python/defusedxml/Manifest
+++ b/dev-python/defusedxml/Manifest
@@ -1 +1,2 @@
 DIST defusedxml-0.5.0.tar.gz 60405 BLAKE2B 
bd57b3b705abff71ff99ce4e43fe4c1fd708463546cc5d614dceb56f36e98771ef5c952a1aae010d32e4b557ed687c194c61723a0b3334dc1b0d517591d7c3d3
 SHA512 
71e1a604df9be41ded454bcdfa63610e897eb405295d7365fcddfc5f50f7572c36f0bd91a4a1fdf47d1b097637bd9fdcf08f1cdb73e2fe64eea0320a7532e452
+DIST defusedxml-0.6.0.tar.gz 62670 BLAKE2B 
352202cd8157bcd18ecb06921eb086cfc91e567dbbb18592e526caa4fed69bc76842eda849813b829ef4389d3df74303529e7f775d56be2f919783fc7fb19b04
 SHA512 
dd1313802cf8565fd319ef10af04075019d00cba557e6414b2a2762bd4302437a32c05cd8c9e4cec5310c68c6a95d2951acf1360244e7974d40bb3fe963b7226

diff --git a/dev-python/defusedxml/defusedxml-0.6.0.ebuild 
b/dev-python/defusedxml/defusedxml-0.6.0.ebuild
new file mode 100644
index 000..681a66d806c
--- /dev/null
+++ b/dev-python/defusedxml/defusedxml-0.6.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} 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="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="PSF-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/

2019-06-25 Thread Michael Haubenwallner
commit: d40b478e31bb54966a9d7151cfe43ea9d588146a
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Tue Jun 25 11:52:22 2019 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Tue Jun 25 12:08:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d40b478e

dev-python/defusedxml: add ~x86-linux keyword

Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Michael Haubenwallner  gentoo.org>

 dev-python/defusedxml/defusedxml-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/defusedxml/defusedxml-0.5.0.ebuild 
b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
index 08a06556802..044af3f6429 100644
--- a/dev-python/defusedxml/defusedxml-0.5.0.ebuild
+++ b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
@@ -11,7 +11,7 @@ inherit distutils-r1
 DESCRIPTION="XML bomb protection for Python stdlib modules, an xml serialiser"
 HOMEPAGE="https://bitbucket.org/tiran/defusedxml 
https://pypi.org/project/defusedxml/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~amd64-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="examples"
 
 LICENSE="PSF-2"



[gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/

2019-03-20 Thread Fabian Groffen
commit: 844e207b854fa8123129bf0179c994816f78
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Mar 20 10:19:10 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Mar 20 10:19:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=844e207b

dev-python/defusedxml: marked ~amd64-linux

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-python/defusedxml/defusedxml-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/defusedxml/defusedxml-0.5.0.ebuild 
b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
index ef86559ae68..6704b3094ee 100644
--- a/dev-python/defusedxml/defusedxml-0.5.0.ebuild
+++ b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
@@ -11,7 +11,7 @@ inherit distutils-r1
 DESCRIPTION="XML bomb protection for Python stdlib modules, an xml serialiser"
 HOMEPAGE="https://bitbucket.org/tiran/defusedxml 
https://pypi.org/project/defusedxml/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~amd64-linux"
 IUSE="examples"
 
 LICENSE="PSF-2"



[gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/

2019-03-16 Thread Mikle Kolyada
commit: aef2658fa1301e4897c99397bf3fe0d0f256b24e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Mar 16 18:47:12 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Mar 16 18:53:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aef2658f

dev-python/defusedxml: mark s390 stable

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-python/defusedxml/defusedxml-0.5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/defusedxml/defusedxml-0.5.0.ebuild 
b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
index c6d9f341f42..ef86559ae68 100644
--- a/dev-python/defusedxml/defusedxml-0.5.0.ebuild
+++ b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ inherit distutils-r1
 DESCRIPTION="XML bomb protection for Python stdlib modules, an xml serialiser"
 HOMEPAGE="https://bitbucket.org/tiran/defusedxml 
https://pypi.org/project/defusedxml/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd"
 IUSE="examples"
 
 LICENSE="PSF-2"



[gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/

2018-05-04 Thread Mart Raudsepp
commit: ab4e1e024455da14eb6f038c38bd00a949cbbf6a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri May  4 13:36:45 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri May  4 13:57:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab4e1e02

dev-python/defusedxml-0.5.0: arm64 stable

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-python/defusedxml/defusedxml-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/defusedxml/defusedxml-0.5.0.ebuild 
b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
index c02a5144d6f..8fb69ae23f7 100644
--- a/dev-python/defusedxml/defusedxml-0.5.0.ebuild
+++ b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
@@ -11,7 +11,7 @@ inherit distutils-r1
 DESCRIPTION="XML bomb protection for Python stdlib modules, an xml serialiser"
 HOMEPAGE="https://bitbucket.org/tiran/defusedxml 
https://pypi.org/project/defusedxml/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd"
 IUSE="examples"
 
 LICENSE="PSF-2"



[gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/

2018-03-19 Thread Tim Harder
commit: 4ae26dd2f234dd80046b318561d48b14bfd5587e
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Mar 19 06:33:08 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Mar 19 06:33:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ae26dd2

dev-python/defusedxml: add pypi site to HOMEPAGE

 dev-python/defusedxml/defusedxml-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/defusedxml/defusedxml-0.5.0.ebuild 
b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
index 86155ea1660..59715c022ba 100644
--- a/dev-python/defusedxml/defusedxml-0.5.0.ebuild
+++ b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
@@ -9,7 +9,7 @@ PYTHON_REQ_USE="xml(+)"
 inherit distutils-r1
 
 DESCRIPTION="XML bomb protection for Python stdlib modules, an xml serialiser"
-HOMEPAGE="https://bitbucket.org/tiran/defusedxml;
+HOMEPAGE="https://bitbucket.org/tiran/defusedxml 
https://pypi.python.org/pypi/defusedxml;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd"
 IUSE="examples"



[gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/

2018-03-19 Thread Tim Harder
commit: 9b362d93266817d57e88ddc5db46814333f00752
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Mar 19 06:34:49 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Mar 19 06:34:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b362d93

dev-python/defusedxml: remove old

 dev-python/defusedxml/Manifest   |  1 -
 dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild | 27 
 2 files changed, 28 deletions(-)

diff --git a/dev-python/defusedxml/Manifest b/dev-python/defusedxml/Manifest
index 32d6c499717..93b6c49fe23 100644
--- a/dev-python/defusedxml/Manifest
+++ b/dev-python/defusedxml/Manifest
@@ -1,2 +1 @@
-DIST defusedxml-0.4.1.tar.gz 48889 BLAKE2B 
4b4225c126a4d8997e7a78a5257991da4a767b3ca8b0ffa7e1414a1342995c02a389271579329990b786f71919f17a81f093a2e4f14d10a50f88563ae4acb6e5
 SHA512 
78a7a1f3d1eed9d7cda00afaaccf8153c7f616303c53d3918341d75970d532932b04effcfc8b1b8ed88ba6d730cb56400e9e4ecee8aa7d2181c7577f1d535783
 DIST defusedxml-0.5.0.tar.gz 60405 BLAKE2B 
bd57b3b705abff71ff99ce4e43fe4c1fd708463546cc5d614dceb56f36e98771ef5c952a1aae010d32e4b557ed687c194c61723a0b3334dc1b0d517591d7c3d3
 SHA512 
71e1a604df9be41ded454bcdfa63610e897eb405295d7365fcddfc5f50f7572c36f0bd91a4a1fdf47d1b097637bd9fdcf08f1cdb73e2fe64eea0320a7532e452

diff --git a/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild 
b/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild
deleted file mode 100644
index 00117a49d05..000
--- a/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild
+++ /dev/null
@@ -1,27 +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} pypy )
-PYTHON_REQ_USE="xml(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="XML bomb protection for Python stdlib modules, an xml serialiser"
-HOMEPAGE="https://bitbucket.org/tiran/defusedxml;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
-IUSE="examples"
-
-LICENSE="PSF-2"
-SLOT="0"
-
-python_test() {
-   esetup.py test
-}
-
-python_install_all() {
-   use examples && local EXAMPLES=( other/. )
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/

2018-03-19 Thread Tim Harder
commit: 3f5546ab71e3d45cdf1d5e3f5f52a7cb609f5627
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Mar 19 06:33:55 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Mar 19 06:33:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f5546ab

dev-python/defusedxml: stabilize 0.5.0

 dev-python/defusedxml/defusedxml-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/defusedxml/defusedxml-0.5.0.ebuild 
b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
index 59715c022ba..da34999e520 100644
--- a/dev-python/defusedxml/defusedxml-0.5.0.ebuild
+++ b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
@@ -11,7 +11,7 @@ inherit distutils-r1
 DESCRIPTION="XML bomb protection for Python stdlib modules, an xml serialiser"
 HOMEPAGE="https://bitbucket.org/tiran/defusedxml 
https://pypi.python.org/pypi/defusedxml;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd"
 IUSE="examples"
 
 LICENSE="PSF-2"



[gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/

2018-02-21 Thread Michał Górny
commit: c73046e247e9acff2645485b97c8059117019df9
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 21 20:14:42 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 21 20:18:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c73046e2

dev-python/defusedxml: Tested on ~amd64-fbsd

 dev-python/defusedxml/defusedxml-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/defusedxml/defusedxml-0.5.0.ebuild 
b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
index 7e843c7ad0c..86155ea1660 100644
--- a/dev-python/defusedxml/defusedxml-0.5.0.ebuild
+++ b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
@@ -11,7 +11,7 @@ inherit distutils-r1
 DESCRIPTION="XML bomb protection for Python stdlib modules, an xml serialiser"
 HOMEPAGE="https://bitbucket.org/tiran/defusedxml;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd"
 IUSE="examples"
 
 LICENSE="PSF-2"



[gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/

2018-01-06 Thread Sergei Trofimovich
commit: f725c35955a176942b183a755a17c7a564ffd153
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jan  6 19:22:10 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jan  6 19:54:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f725c359

dev-python/defusedxml: stable 0.5.0 for hppa, bug #639114

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

 dev-python/defusedxml/defusedxml-0.5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/defusedxml/defusedxml-0.5.0.ebuild 
b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
index 8523ea8cf53..7e843c7ad0c 100644
--- a/dev-python/defusedxml/defusedxml-0.5.0.ebuild
+++ b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ inherit distutils-r1
 DESCRIPTION="XML bomb protection for Python stdlib modules, an xml serialiser"
 HOMEPAGE="https://bitbucket.org/tiran/defusedxml;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
 IUSE="examples"
 
 LICENSE="PSF-2"



[gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/

2017-12-28 Thread Sergei Trofimovich
commit: a7e1a5412e170db2d3568470766b5e3ed12b2e72
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Dec 28 13:56:28 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 28 13:56:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7e1a541

dev-python/defusedxml: stable 0.5.0 for ppc, bug #639114

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

 dev-python/defusedxml/defusedxml-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/defusedxml/defusedxml-0.5.0.ebuild 
b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
index 494439a8bff..8523ea8cf53 100644
--- a/dev-python/defusedxml/defusedxml-0.5.0.ebuild
+++ b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
@@ -11,7 +11,7 @@ inherit distutils-r1
 DESCRIPTION="XML bomb protection for Python stdlib modules, an xml serialiser"
 HOMEPAGE="https://bitbucket.org/tiran/defusedxml;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
 IUSE="examples"
 
 LICENSE="PSF-2"



[gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/

2017-12-28 Thread Sergei Trofimovich
commit: df681982c3b013d0acec4e2d629cddc39e11bf86
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Dec 28 12:28:04 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 28 12:29:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df681982

dev-python/defusedxml: stable 0.5.0 for ppc64, bug #639114

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

 dev-python/defusedxml/defusedxml-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/defusedxml/defusedxml-0.5.0.ebuild 
b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
index 91a0e0407c6..494439a8bff 100644
--- a/dev-python/defusedxml/defusedxml-0.5.0.ebuild
+++ b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
@@ -11,7 +11,7 @@ inherit distutils-r1
 DESCRIPTION="XML bomb protection for Python stdlib modules, an xml serialiser"
 HOMEPAGE="https://bitbucket.org/tiran/defusedxml;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ppc64 ~s390 ~sh sparc x86"
 IUSE="examples"
 
 LICENSE="PSF-2"



[gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/

2017-12-06 Thread Sergei Trofimovich
commit: b9584eeea456310fb2e287aaba4756f4c512e317
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec  6 22:33:12 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec  6 22:34:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9584eee

dev-python/defusedxml: stable 0.5.0 for sparc, bug #639114 (thanks to Rolf Eike 
Beer)

Package-Manager: Portage-2.3.16, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 dev-python/defusedxml/defusedxml-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/defusedxml/defusedxml-0.5.0.ebuild 
b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
index f4669e0c9e7..ef0a86519e5 100644
--- a/dev-python/defusedxml/defusedxml-0.5.0.ebuild
+++ b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
@@ -11,7 +11,7 @@ inherit distutils-r1
 DESCRIPTION="XML bomb protection for Python stdlib modules, an xml serialiser"
 HOMEPAGE="https://bitbucket.org/tiran/defusedxml;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86"
 IUSE="examples"
 
 LICENSE="PSF-2"



[gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/

2017-12-02 Thread Mike Gilbert
commit: fe75dd313b338efde32fcd71575feaccac28aae0
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Dec  2 20:42:35 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Dec  2 20:55:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe75dd31

dev-python/defusedxml: 0.5.0 stable on amd64, bug 639114

Package-Manager: Portage-2.3.15, Repoman-2.3.6_p7

 dev-python/defusedxml/Manifest| 2 +-
 dev-python/defusedxml/defusedxml-0.5.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/defusedxml/Manifest b/dev-python/defusedxml/Manifest
index 2d72294b04d..32d6c499717 100644
--- a/dev-python/defusedxml/Manifest
+++ b/dev-python/defusedxml/Manifest
@@ -1,2 +1,2 @@
-DIST defusedxml-0.4.1.tar.gz 48889 SHA256 
cd551d5a518b745407635bb85116eb813818ecaf182e773c35b36239fc3f2478 SHA512 
78a7a1f3d1eed9d7cda00afaaccf8153c7f616303c53d3918341d75970d532932b04effcfc8b1b8ed88ba6d730cb56400e9e4ecee8aa7d2181c7577f1d535783
 WHIRLPOOL 
9f3f51af296e3fd16b2cd94029481fbabb687c986f39810dcba331c9d3e5e30e0b294f9f1f5ce031ea28053f33be1a13e89d65ef7d0c6ae81dc764868d7e
+DIST defusedxml-0.4.1.tar.gz 48889 BLAKE2B 
4b4225c126a4d8997e7a78a5257991da4a767b3ca8b0ffa7e1414a1342995c02a389271579329990b786f71919f17a81f093a2e4f14d10a50f88563ae4acb6e5
 SHA512 
78a7a1f3d1eed9d7cda00afaaccf8153c7f616303c53d3918341d75970d532932b04effcfc8b1b8ed88ba6d730cb56400e9e4ecee8aa7d2181c7577f1d535783
 DIST defusedxml-0.5.0.tar.gz 60405 BLAKE2B 
bd57b3b705abff71ff99ce4e43fe4c1fd708463546cc5d614dceb56f36e98771ef5c952a1aae010d32e4b557ed687c194c61723a0b3334dc1b0d517591d7c3d3
 SHA512 
71e1a604df9be41ded454bcdfa63610e897eb405295d7365fcddfc5f50f7572c36f0bd91a4a1fdf47d1b097637bd9fdcf08f1cdb73e2fe64eea0320a7532e452

diff --git a/dev-python/defusedxml/defusedxml-0.5.0.ebuild 
b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
index 45b7b836298..f4669e0c9e7 100644
--- a/dev-python/defusedxml/defusedxml-0.5.0.ebuild
+++ b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
@@ -11,7 +11,7 @@ inherit distutils-r1
 DESCRIPTION="XML bomb protection for Python stdlib modules, an xml serialiser"
 HOMEPAGE="https://bitbucket.org/tiran/defusedxml;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
 IUSE="examples"
 
 LICENSE="PSF-2"



[gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/

2017-11-30 Thread Tobias Klausmann
commit: 27a6e1b1925ab9de19524330fb8ffaddb4e06e18
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Nov 30 20:18:41 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Nov 30 20:18:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27a6e1b1

dev-python/defusedxml-0.5.0-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/639114

 dev-python/defusedxml/Manifest| 2 +-
 dev-python/defusedxml/defusedxml-0.5.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/defusedxml/Manifest b/dev-python/defusedxml/Manifest
index cf03d0bac56..2d72294b04d 100644
--- a/dev-python/defusedxml/Manifest
+++ b/dev-python/defusedxml/Manifest
@@ -1,2 +1,2 @@
 DIST defusedxml-0.4.1.tar.gz 48889 SHA256 
cd551d5a518b745407635bb85116eb813818ecaf182e773c35b36239fc3f2478 SHA512 
78a7a1f3d1eed9d7cda00afaaccf8153c7f616303c53d3918341d75970d532932b04effcfc8b1b8ed88ba6d730cb56400e9e4ecee8aa7d2181c7577f1d535783
 WHIRLPOOL 
9f3f51af296e3fd16b2cd94029481fbabb687c986f39810dcba331c9d3e5e30e0b294f9f1f5ce031ea28053f33be1a13e89d65ef7d0c6ae81dc764868d7e
-DIST defusedxml-0.5.0.tar.gz 60405 SHA256 
24d7f2f94f7f3cb6061acb215685e5125fbcdc40a857eff9de22518820b0a4f4 SHA512 
71e1a604df9be41ded454bcdfa63610e897eb405295d7365fcddfc5f50f7572c36f0bd91a4a1fdf47d1b097637bd9fdcf08f1cdb73e2fe64eea0320a7532e452
 WHIRLPOOL 
c215dd919fba36de5e12443d556fb9a9c805d4d9aa3ddc75215c47c1b80861cef4bb564f25f67dbdc91927e5928a27c5585b8635a8bbd7d04c721b4db9b96410
+DIST defusedxml-0.5.0.tar.gz 60405 BLAKE2B 
bd57b3b705abff71ff99ce4e43fe4c1fd708463546cc5d614dceb56f36e98771ef5c952a1aae010d32e4b557ed687c194c61723a0b3334dc1b0d517591d7c3d3
 SHA512 
71e1a604df9be41ded454bcdfa63610e897eb405295d7365fcddfc5f50f7572c36f0bd91a4a1fdf47d1b097637bd9fdcf08f1cdb73e2fe64eea0320a7532e452

diff --git a/dev-python/defusedxml/defusedxml-0.5.0.ebuild 
b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
index d1fc72a0f0c..45b7b836298 100644
--- a/dev-python/defusedxml/defusedxml-0.5.0.ebuild
+++ b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
@@ -11,7 +11,7 @@ inherit distutils-r1
 DESCRIPTION="XML bomb protection for Python stdlib modules, an xml serialiser"
 HOMEPAGE="https://bitbucket.org/tiran/defusedxml;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86"
 IUSE="examples"
 
 LICENSE="PSF-2"



[gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/

2017-11-30 Thread Thomas Deutschmann
commit: e2f057524ec48da956e79b7d9370b2622af6e8a7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 30 18:50:14 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 30 19:02:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2f05752

dev-python/defusedxml: x86 stable (bug #639114)

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 dev-python/defusedxml/defusedxml-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/defusedxml/defusedxml-0.5.0.ebuild 
b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
index ae0c36e37a1..d1fc72a0f0c 100644
--- a/dev-python/defusedxml/defusedxml-0.5.0.ebuild
+++ b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
@@ -11,7 +11,7 @@ inherit distutils-r1
 DESCRIPTION="XML bomb protection for Python stdlib modules, an xml serialiser"
 HOMEPAGE="https://bitbucket.org/tiran/defusedxml;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86"
 IUSE="examples"
 
 LICENSE="PSF-2"



[gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/

2017-09-06 Thread Mike Gilbert
commit: 2bcbab5775dee8039e244425998916b20d84bcfb
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Sep  6 18:02:03 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Sep  6 18:02:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bcbab57

dev-python/defusedxml: depend on setuptools

Bug: https://bugs.gentoo.org/621078
Package-Manager: Portage-2.3.6_p39, Repoman-2.3.3_p17

 dev-python/defusedxml/defusedxml-0.5.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/defusedxml/defusedxml-0.5.0.ebuild 
b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
index bbaa618553d..ae0c36e37a1 100644
--- a/dev-python/defusedxml/defusedxml-0.5.0.ebuild
+++ b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
@@ -17,6 +17,8 @@ IUSE="examples"
 LICENSE="PSF-2"
 SLOT="0"
 
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
 python_test() {
esetup.py test
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/

2017-03-22 Thread Markus Meier
commit: 3017d477cc28e7094319ffb67e2364353ef17cfc
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Mar 22 19:36:49 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Mar 22 19:46:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3017d477

dev-python/defusedxml: add ~arm64, bug #605122

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="arm64"

 dev-python/defusedxml/defusedxml-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/defusedxml/defusedxml-0.5.0.ebuild 
b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
index f3da2540f93..bbaa618553d 100644
--- a/dev-python/defusedxml/defusedxml-0.5.0.ebuild
+++ b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
@@ -11,7 +11,7 @@ inherit distutils-r1
 DESCRIPTION="XML bomb protection for Python stdlib modules, an xml serialiser"
 HOMEPAGE="https://bitbucket.org/tiran/defusedxml;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
 IUSE="examples"
 
 LICENSE="PSF-2"



[gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/

2017-02-27 Thread Alexis Ballier
commit: 7cd70c90fc31e587d7a6985243c7acfaf9d24f59
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Feb 27 15:46:19 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Feb 27 17:09:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cd70c90

dev-python/defusedxml: Add python 3.6 support

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/defusedxml/defusedxml-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/defusedxml/defusedxml-0.5.0.ebuild 
b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
index 243807fe91..cc340d92da 100644
--- a/dev-python/defusedxml/defusedxml-0.5.0.ebuild
+++ b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy{,3} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
 PYTHON_REQ_USE="xml(+)"
 
 inherit distutils-r1



[gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/

2017-02-25 Thread Alexis Ballier
commit: a0de21f46a925b7182a7c6df324efb6fede5
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Feb 25 09:29:50 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Feb 25 09:54:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0de21f4

dev-python/defusedxml: Add pypy3 support

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/defusedxml/defusedxml-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/defusedxml/defusedxml-0.5.0.ebuild 
b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
index 33ce149998..243807fe91 100644
--- a/dev-python/defusedxml/defusedxml-0.5.0.ebuild
+++ b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy{,3} )
 PYTHON_REQ_USE="xml(+)"
 
 inherit distutils-r1



[gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/

2017-02-14 Thread Manuel Rüger
commit: e7eb0d65b6b69760741bb3b729e4e35c5c5b29b0
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Feb 14 18:55:50 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Feb 14 18:55:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7eb0d65

dev-python/defusedxml: Version bump to 0.5.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/defusedxml/Manifest|  1 +
 dev-python/defusedxml/defusedxml-0.5.0.ebuild | 28 +++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/defusedxml/Manifest b/dev-python/defusedxml/Manifest
index ed7fd2fae2..cf03d0bac5 100644
--- a/dev-python/defusedxml/Manifest
+++ b/dev-python/defusedxml/Manifest
@@ -1 +1,2 @@
 DIST defusedxml-0.4.1.tar.gz 48889 SHA256 
cd551d5a518b745407635bb85116eb813818ecaf182e773c35b36239fc3f2478 SHA512 
78a7a1f3d1eed9d7cda00afaaccf8153c7f616303c53d3918341d75970d532932b04effcfc8b1b8ed88ba6d730cb56400e9e4ecee8aa7d2181c7577f1d535783
 WHIRLPOOL 
9f3f51af296e3fd16b2cd94029481fbabb687c986f39810dcba331c9d3e5e30e0b294f9f1f5ce031ea28053f33be1a13e89d65ef7d0c6ae81dc764868d7e
+DIST defusedxml-0.5.0.tar.gz 60405 SHA256 
24d7f2f94f7f3cb6061acb215685e5125fbcdc40a857eff9de22518820b0a4f4 SHA512 
71e1a604df9be41ded454bcdfa63610e897eb405295d7365fcddfc5f50f7572c36f0bd91a4a1fdf47d1b097637bd9fdcf08f1cdb73e2fe64eea0320a7532e452
 WHIRLPOOL 
c215dd919fba36de5e12443d556fb9a9c805d4d9aa3ddc75215c47c1b80861cef4bb564f25f67dbdc91927e5928a27c5585b8635a8bbd7d04c721b4db9b96410

diff --git a/dev-python/defusedxml/defusedxml-0.5.0.ebuild 
b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
new file mode 100644
index 00..33ce149998
--- /dev/null
+++ b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_REQ_USE="xml(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="XML bomb protection for Python stdlib modules, an xml serialiser"
+HOMEPAGE="https://bitbucket.org/tiran/defusedxml;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE="examples"
+
+LICENSE="PSF-2"
+SLOT="0"
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   use examples && local EXAMPLES=( other/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/

2016-03-12 Thread Tim Harder
commit: 0ca00d3e3b93607a3dcd24553414e0603c8046fb
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Mar 12 18:03:41 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Mar 12 18:14:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ca00d3e

dev-python/defusedxml: add py35 support

 dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild 
b/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild
index 60ef9f8..01cf099 100644
--- a/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild
+++ b/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
 PYTHON_REQ_USE="xml(+)"
 
 inherit distutils-r1



[gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/

2015-10-14 Thread Justin Lecher
commit: f3cd2c087fb1c90585487b8e282586167bce703e
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Oct 14 16:09:57 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Oct 14 16:11:34 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3cd2c08

dev-python/defusedxml: Keyword under ALLARCHES policy

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=516442

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild 
b/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild
index d61df27..60ef9f8 100644
--- a/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild
+++ b/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild
@@ -12,7 +12,7 @@ inherit distutils-r1
 DESCRIPTION="XML bomb protection for Python stdlib modules, an xml serialiser"
 HOMEPAGE="https://bitbucket.org/tiran/defusedxml;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="alpha amd64 arm hppa ~ppc64 x86"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
 IUSE="examples"
 
 LICENSE="PSF-2"



[gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/

2015-09-11 Thread Justin Lecher
commit: 05882692d73f28ec20d512f5ad2645f799bab42a
Author: Justin Lecher  gentoo  org>
AuthorDate: Fri Sep 11 07:00:09 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Fri Sep 11 07:53:14 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05882692

dev-python/defusedxml: Drop unncessary die

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild 
b/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild
index 44a9452..d61df27 100644
--- a/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild
+++ b/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild
@@ -3,6 +3,7 @@
 # $Id$
 
 EAPI=5
+
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
 PYTHON_REQ_USE="xml(+)"
 
@@ -18,7 +19,7 @@ LICENSE="PSF-2"
 SLOT="0"
 
 python_test() {
-   esetup.py test || die "Tests failed under ${EPYTHON}"
+   esetup.py test
 }
 
 python_install_all() {