commit: 2bc25a732ed5a62625a46ce3efb2f1c6e9c3cfae Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net> AuthorDate: Tue Jan 14 09:36:50 2025 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Tue Jan 14 09:47:37 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2bc25a73
dev-python/odfdo: fix RDEPEND and enable tests Add gh suffix to distfile, which causes a Manifest change. Closes: https://bugs.gentoo.org/944083 Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net> dev-python/odfdo/Manifest | 2 +- .../{odfdo-3.9.4-r1.ebuild => odfdo-3.9.4-r2.ebuild} | 18 ++++++++++++------ 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/dev-python/odfdo/Manifest b/dev-python/odfdo/Manifest index ce9afd939..b72027b08 100644 --- a/dev-python/odfdo/Manifest +++ b/dev-python/odfdo/Manifest @@ -1 +1 @@ -DIST odfdo-3.9.4.tar.gz 3857824 BLAKE2B a218e3f23470505fc8c089e33803958f6a59e9ebc70b1c7db243b83eb69a94469fec614f733b0826d935c491f12ccb37b3724ea1436bfc133e883773abe45099 SHA512 a8fe196c7eeb062d89b4f84fa04a1bec7d53b85637007ddae5a7e0655221a666c54bbfb0cc27de4858f58217e50b8a98a1fb90bea09fe356f428aaebb984a4ee +DIST odfdo-3.9.4.gh.tar.gz 3857824 BLAKE2B a218e3f23470505fc8c089e33803958f6a59e9ebc70b1c7db243b83eb69a94469fec614f733b0826d935c491f12ccb37b3724ea1436bfc133e883773abe45099 SHA512 a8fe196c7eeb062d89b4f84fa04a1bec7d53b85637007ddae5a7e0655221a666c54bbfb0cc27de4858f58217e50b8a98a1fb90bea09fe356f428aaebb984a4ee diff --git a/dev-python/odfdo/odfdo-3.9.4-r1.ebuild b/dev-python/odfdo/odfdo-3.9.4-r2.ebuild similarity index 50% rename from dev-python/odfdo/odfdo-3.9.4-r1.ebuild rename to dev-python/odfdo/odfdo-3.9.4-r2.ebuild index 990f90d91..684494438 100644 --- a/dev-python/odfdo/odfdo-3.9.4-r1.ebuild +++ b/dev-python/odfdo/odfdo-3.9.4-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 2024-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,13 +9,19 @@ PYTHON_COMPAT=( python3_{12..13} ) inherit distutils-r1 DESCRIPTION="Python library for OpenDocument format (ODF)" -HOMEPAGE="https://github.com/jdum/odfdo" -SRC_URI="https://github.com/jdum/odfdo/archive/refs/tags/v${PV}.tar.gz -> odfdo-${PV}.tar.gz" +HOMEPAGE=" + https://github.com/jdum/odfdo + https://pypi.org/project/odfdo/ +" +SRC_URI="https://github.com/jdum/odfdo/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" -RDEPEND=" - >=dev-python/poetry-core-1.9.1 -" +RDEPEND=">=dev-python/lxml-5.3.0[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest + +# No need to test performance downstream +EPYTEST_DESELECT=( tests/test_performance.py::test_all_perf )
