commit:     57e659b4ee42903d1c332d0437785312e1441e21
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  9 13:51:29 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun  9 15:14:26 2020 +0000
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 <mgorny <AT> 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 00000000000..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
+}

Reply via email to