From d934827bf44b7cfcf6711964418148fa60877668 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 25 Nov 2020 22:39:15 +0000 Subject: gentoo resync : 25.11.2020 --- dev-python/python-xmlsec/Manifest | 4 +-- .../python-xmlsec/python-xmlsec-1.3.8.ebuild | 40 ---------------------- .../python-xmlsec/python-xmlsec-1.3.9.ebuild | 40 ++++++++++++++++++++++ 3 files changed, 42 insertions(+), 42 deletions(-) delete mode 100644 dev-python/python-xmlsec/python-xmlsec-1.3.8.ebuild create mode 100644 dev-python/python-xmlsec/python-xmlsec-1.3.9.ebuild (limited to 'dev-python/python-xmlsec') diff --git a/dev-python/python-xmlsec/Manifest b/dev-python/python-xmlsec/Manifest index 325d4b3136ef..c8870b4b0920 100644 --- a/dev-python/python-xmlsec/Manifest +++ b/dev-python/python-xmlsec/Manifest @@ -1,3 +1,3 @@ -DIST python-xmlsec-1.3.8.tar.gz 71522 BLAKE2B d5a35a11c0664ba8ef191db1cbd57abbae2a38a404ae1474fcdc553c6a85c8c96a976c2f4b2ecdab59d9f1b26987a5feaa17851750a83d901deb3c2c47046ebf SHA512 db1a80443b0f86f84eb6256a9d67827da023b989c6b24cdfc0588b34c7a120071758ccc7b21b0b105f0a6e879a4769a325794b8db82c0c41ec12004cd7ea185c -EBUILD python-xmlsec-1.3.8.ebuild 901 BLAKE2B 9bf05197739e959c049cfacbabd0e274f9641dbc74abcc58517f5c1ed00ca92313a6134c87ecd192be3b1399b2d0cef0761efd42a28b9ff816921fdaf5d01718 SHA512 f6459b28c6042db09a4c0ecfba53af43d8cfee678ded775e1faf5d85daf594087c65117668d5cb8d6a17ecfb1c277f20ece0b180d720216abbcb4810d3874a70 +DIST python-xmlsec-1.3.9.tar.gz 75465 BLAKE2B 32aa8bcc2a17e1164fab6ebf37b47ad64bf8164a5d5cc5929571c32715e37d22143f996afc75c8a73a08e0a0a07d74ce1f8e405731260c1bcdb26c7ccb5faf25 SHA512 3c212c409430297a85316e0c4f7f704be112dfda323fd0300b7d70de812d90dd4681c6a5a3cc0314d1937ebc4f8e012fac7f787bccdfb2dc699d5d6f17316b38 +EBUILD python-xmlsec-1.3.9.ebuild 900 BLAKE2B 7263765a096b4bf2491e0d8df9f7bba8e1c2b9773dc2c767719139d4953bda8ef18aea3d510526508d84c62084b2d07a217d3b3737c1196d46d4a21432e43726 SHA512 f7ba453b5c456f07b6f502ebf5ff1ae5d9140bad2aad292115dcc4195e86e374f399e86cd6ae685b3f014293816914b5217600fce28cf973a7e9393b723779a2 MISC metadata.xml 255 BLAKE2B 2bb3830b8cec850703f7912f4c22f5b0abeabeed0715222bc56141779d02160773cfd0f85417c553c1cd8f2738bfeb78c56dffb8e648e572019319657646d1ba SHA512 522158915afe67937f81ba572a918a2de8ca1f8591e097da56799c97870d7c44756c1acd8224d63bd3375c2b9ebc0e1ce50816899117948a48065a27804883bf diff --git a/dev-python/python-xmlsec/python-xmlsec-1.3.8.ebuild b/dev-python/python-xmlsec/python-xmlsec-1.3.8.ebuild deleted file mode 100644 index af996d17df8e..000000000000 --- a/dev-python/python-xmlsec/python-xmlsec-1.3.8.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8} ) -inherit distutils-r1 - -DESCRIPTION="Python bindings for the XML Security Library" -HOMEPAGE="https://github.com/mehcode/python-xmlsec" -SRC_URI="https://github.com/mehcode/python-xmlsec/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" - -DEPEND=" - dev-libs/xmlsec:= -" -RDEPEND="${DEPEND} - dev-python/lxml[${PYTHON_USEDEP}] -" -BDEPEND="${RDEPEND} - dev-python/pkgconfig[${PYTHON_USEDEP}] - dev-python/wheel[${PYTHON_USEDEP}] -" - -# tests fail, has been reported upstream -# https://github.com/mehcode/python-xmlsec/issues/84 -RESTRICT=test - -distutils_enable_tests pytest - -python_prepare_all() { - sed -e "s:use_scm_version=.*:version='${PV}',:" \ - -e "/setup_requires/ d" \ - -i setup.py || die - - distutils-r1_python_prepare_all -} diff --git a/dev-python/python-xmlsec/python-xmlsec-1.3.9.ebuild b/dev-python/python-xmlsec/python-xmlsec-1.3.9.ebuild new file mode 100644 index 000000000000..d7fb49b6a094 --- /dev/null +++ b/dev-python/python-xmlsec/python-xmlsec-1.3.9.ebuild @@ -0,0 +1,40 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6..9} ) +inherit distutils-r1 + +DESCRIPTION="Python bindings for the XML Security Library" +HOMEPAGE="https://github.com/mehcode/python-xmlsec" +SRC_URI="https://github.com/mehcode/python-xmlsec/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc64 ~x86" + +DEPEND=" + dev-libs/xmlsec:= +" +RDEPEND="${DEPEND} + dev-python/lxml[${PYTHON_USEDEP}] +" +BDEPEND="${RDEPEND} + dev-python/pkgconfig[${PYTHON_USEDEP}] + dev-python/wheel[${PYTHON_USEDEP}] +" + +# tests fail, has been reported upstream +# https://github.com/mehcode/python-xmlsec/issues/84 +RESTRICT=test + +distutils_enable_tests pytest + +python_prepare_all() { + sed -e "s:use_scm_version=.*:version='${PV}',:" \ + -e "/setup_requires/ d" \ + -i setup.py || die + + distutils-r1_python_prepare_all +} -- cgit v1.2.3