diff --git a/dev-python/odfdo/Manifest b/dev-python/odfdo/Manifest index 0a6f0cae2a..92b649582e 100644 --- a/dev-python/odfdo/Manifest +++ b/dev-python/odfdo/Manifest @@ -1,2 +1 @@ -DIST odfdo-3.14.4.gh.tar.gz 4335252 BLAKE2B 7473fc53788a0361e6adfa320b0ae26b93f5a0b01501c79c7b3eef8bd5531bd80e28e16d4aa869bf683df321534e46f6a29ddddd345eeb0448ed3c4511423294 SHA512 05be13e8e60e53e17d5f677d7ffc1326047ec7f403fb760942787e0710ab7fc14a1b610da8cc135700b5fa3c856697b93aad5e7e51d72fbb7d640a67dea19e96 DIST odfdo-3.18.2.gh.tar.gz 3435996 BLAKE2B 94c9ac5f25c1421d245d5ec28169866d9c12bcfebfa02fd9655fd6a54ecdb63a526d4b5e5c5b45b7e5a4d4e0c2ed6f6ebb210e3fee21685e840a01d679d874e2 SHA512 11caf350aa04f762882f2df88c7c4dc4af4c954d9b904dc3cc2ddf671004a087d99b1bee7331bf590004b3c83871abc2368625b52c406a96a77098759ff09c24 diff --git a/dev-python/odfdo/odfdo-3.14.4.ebuild b/dev-python/odfdo/odfdo-3.14.4.ebuild deleted file mode 100644 index 827289d505..0000000000 --- a/dev-python/odfdo/odfdo-3.14.4.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 2024-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{12..13} ) - -inherit distutils-r1 - -DESCRIPTION="Python library for OpenDocument format (ODF)" -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/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 )