From 04fc7f10cec12efb1240344a0090b539e24ad0f3 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 15 Apr 2023 11:48:08 +0100 Subject: gentoo auto-resync : 15:04:2023 - 11:48:08 --- dev-python/xmlsec/Manifest | 2 +- dev-python/xmlsec/xmlsec-1.3.12-r1.ebuild | 56 ------------------------------ dev-python/xmlsec/xmlsec-1.3.12-r2.ebuild | 57 +++++++++++++++++++++++++++++++ 3 files changed, 58 insertions(+), 57 deletions(-) delete mode 100644 dev-python/xmlsec/xmlsec-1.3.12-r1.ebuild create mode 100644 dev-python/xmlsec/xmlsec-1.3.12-r2.ebuild (limited to 'dev-python/xmlsec') diff --git a/dev-python/xmlsec/Manifest b/dev-python/xmlsec/Manifest index bd98733ce662..39d419eab76b 100644 --- a/dev-python/xmlsec/Manifest +++ b/dev-python/xmlsec/Manifest @@ -1,4 +1,4 @@ AUX xmlsec-1.3.11-fix-xml-testfail.patch 879 BLAKE2B 3d655b40a67b44a4abd65188c6d719e12063e857942fdb112b47da38977864252e3d250e0bbaf5c86f4688bb7701aae89df444c4fef0e3f0eaffc98fe5b6b856 SHA512 8c8f9af415dc9207e5c0599ee958dff6558618f94a9cb3c583b1c9eb6d1de251d714edf1afdee581cb33c7543f88c54d36af9b6f903fe31994a86f1b602e4c75 DIST python-xmlsec-1.3.12.gh.tar.gz 77722 BLAKE2B b5ecece8063b823cdbe4d58967d10026bdc6f3774954021a3739d579ba3c5a08130af1792921c7892e6bc3d00f88ac83ab30e862775e419e0dad40b990b10cbe SHA512 19c5e3bf58b4b0f8a1cca3e60c08348b02ae298620f8c02b8cfb325aecf0313cb2bd1af89507b754ebe4c35af3b031e232d15ddcd42deae0821c9c0d7571aa7c -EBUILD xmlsec-1.3.12-r1.ebuild 1217 BLAKE2B ad729b2d513679df31809d3d2759174a2dc4d8d367e0449058333545b1b24814cabb2939eb9204e5f1df10b264c48df19c2ff19beca8aaedb106beb8a417d111 SHA512 daccf1a21df4f80f26ed1ebd3bd15744051db27509e021654bc272fd9fcdf2ae83ecb8e3af928829e7a1d710479876f350da39d07d5b31a0977d58da81db4122 +EBUILD xmlsec-1.3.12-r2.ebuild 1311 BLAKE2B 3eaae9581795b587f25c0fb54ad3ca9aee204e447e03a9c9afe5585b5a5f0b7cff89f30cafcf6e2ccaf9c1f43be2a8fd3e9ff04225c75c23856afbf4eb4fef39 SHA512 e19d6f90d53632828923505e83c4139b6d4277f9af5c81509ca253db9b30263d213ac080856fbdcaf6697da163550d8fca7191531134b0193d838a558cf96345 MISC metadata.xml 480 BLAKE2B 17abd324963ad808438f7c04a5785ab72e280a5ba8b132737d89c06fd17fc20e96478b4684ae84864bd03690bda6e865200a8eacf3bd0c23ceca4f0230bef1a5 SHA512 82d2b54886ba9d2eeba17aa04e2946c9dda8d30a5bea9a9ba7a5041b559971466c33ceb67ed35c9f865c052df09fb9fd057b46efd4d3d4314f456c8b1c0aaac7 diff --git a/dev-python/xmlsec/xmlsec-1.3.12-r1.ebuild b/dev-python/xmlsec/xmlsec-1.3.12-r1.ebuild deleted file mode 100644 index c22048e946b4..000000000000 --- a/dev-python/xmlsec/xmlsec-1.3.12-r1.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 - -MY_P=python-xmlsec-${PV} -DESCRIPTION="Python bindings for the XML Security Library" -HOMEPAGE=" - https://github.com/xmlsec/python-xmlsec/ - https://pypi.org/project/xmlsec/ -" -SRC_URI=" - https://github.com/xmlsec/python-xmlsec/archive/${PV}.tar.gz - -> ${MY_P}.gh.tar.gz -" -S=${WORKDIR}/${MY_P} - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~ppc64 x86" - -RDEPEND=" - dev-libs/xmlsec:=[openssl] - dev-python/lxml[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-python/pkgconfig[${PYTHON_USEDEP}] - dev-python/setuptools-scm[${PYTHON_USEDEP}] - dev-python/wheel[${PYTHON_USEDEP}] - test? ( - dev-python/hypothesis[${PYTHON_USEDEP}] - ) -" - -PATCHES=( - "${FILESDIR}/${PN}-1.3.11-fix-xml-testfail.patch" -) - -EPYTEST_DESELECT=( - # Fragile based on black version? - tests/test_type_stubs.py::test_xmlsec_constants_stub - - # Broken with xmlsec-1.2.36+. - # https://github.com/xmlsec/python-xmlsec/issues/244 - tests/test_ds.py::TestSignContext::test_sign_case5 -) - -distutils_enable_tests pytest - -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} diff --git a/dev-python/xmlsec/xmlsec-1.3.12-r2.ebuild b/dev-python/xmlsec/xmlsec-1.3.12-r2.ebuild new file mode 100644 index 000000000000..f70dd9a3bfec --- /dev/null +++ b/dev-python/xmlsec/xmlsec-1.3.12-r2.ebuild @@ -0,0 +1,57 @@ +# Copyright 2021-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..11} ) + +inherit distutils-r1 + +MY_P=python-xmlsec-${PV} +DESCRIPTION="Python bindings for the XML Security Library" +HOMEPAGE=" + https://github.com/xmlsec/python-xmlsec/ + https://pypi.org/project/xmlsec/ +" +SRC_URI=" + https://github.com/xmlsec/python-xmlsec/archive/${PV}.tar.gz + -> ${MY_P}.gh.tar.gz +" +S=${WORKDIR}/${MY_P} + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 ~ppc64 x86" + +# Doesn't yet support xmlsec-1.3.0: https://github.com/xmlsec/python-xmlsec/issues/252 +RDEPEND=" +