commit: 0e91f980e8cefd82b1df0216cb11f15d3bfd6191 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Mar 8 17:24:38 2026 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Mar 8 17:24:38 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e91f980
dev-python/pyzotero: Remove old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/pyzotero/Manifest | 2 -- dev-python/pyzotero/pyzotero-1.9.0.ebuild | 49 ------------------------------- 2 files changed, 51 deletions(-) diff --git a/dev-python/pyzotero/Manifest b/dev-python/pyzotero/Manifest index 3fd54b596660..5755dff270a5 100644 --- a/dev-python/pyzotero/Manifest +++ b/dev-python/pyzotero/Manifest @@ -1,4 +1,2 @@ DIST pyzotero-1.10.0.tar.gz 552138 BLAKE2B 9de6433b5997e427a37ccdd89611f4dca1d59c2f7f7d3631603ff78bb8d95a7dea6ea1968a2a029f0aed22da22636b3081401e820e50a3ba47f48ef38094b7d6 SHA512 0a4d875f920d857914ed95b4c3e71539a944cd15d3acb8c8b9f555b22e0bc5cd8f0059d49b3a154f6b3f312835ffff941b9454763972c671bf756081039bdde5 DIST pyzotero-1.10.0.tar.gz.provenance 9413 BLAKE2B b6d34cb3a0f319b1c16f6a489cfb97a93e76a630a0661fb6222b0e5d454630e7b32ff5fb94b2fe5c00c05b1c81dd8ac97d8ba4d5b76e57c9a5150d5ea3856801 SHA512 f9785b62a64379fdc4c28d73585994e81997f5a3daec80e15c841575b5bb3ba9b966228c46ff1b3f62bf2c748a78dd33727d4737ae9abfbc2473af91ecf3264c -DIST pyzotero-1.9.0.tar.gz 543747 BLAKE2B 91d8f57e09d20426914df1f67a8b7618476684030a4a2e8a1f7874bdc38a30c2f82d1b534587753f19bd75f8b0d26dc8e0d878cd6bcd49cda56599fe151a4765 SHA512 140ee3b41985cad1e698f39ac18ac6e9a07c77041a562263346e1e481f8d65f7c517950e8f4193af6f456dce60c878db53a93b19aff5b857350a05f56a5586ff -DIST pyzotero-1.9.0.tar.gz.provenance 9534 BLAKE2B 76bb75a924d9032a0369ff993c4e97196b4c4aa4cc0377bbd521d724f23116897015b332e1a2b130c7eb8207d91cd93f88a255808a58b6f4fc785fd9f6848fec SHA512 fd9ef5ce0fe1d3eed014db8eff50303e3212530bc2a66c9c6a4f2ec2c428ee4d5c2a2475755b623ec132623bd226c8e3cf9e21720f8013b2c6a9d9d16470ce04 diff --git a/dev-python/pyzotero/pyzotero-1.9.0.ebuild b/dev-python/pyzotero/pyzotero-1.9.0.ebuild deleted file mode 100644 index 02ccc167bcbe..000000000000 --- a/dev-python/pyzotero/pyzotero-1.9.0.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=uv-build -PYPI_VERIFY_REPO=https://github.com/urschrei/pyzotero -PYTHON_COMPAT=( python3_{11..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="A Python client for the Zotero API" -HOMEPAGE=" - https://github.com/urschrei/pyzotero/ - https://pypi.org/project/pyzotero/ -" - -LICENSE="BlueOak-1.0.0" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - app-text/zotero-bin - <dev-python/bibtexparser-2[${PYTHON_USEDEP}] - >=dev-python/bibtexparser-1.4.3[${PYTHON_USEDEP}] - >=dev-python/feedparser-6.0.12[${PYTHON_USEDEP}] - >=dev-python/httpx-0.28.1[${PYTHON_USEDEP}] - >=dev-python/whenever-0.8.8[${PYTHON_USEDEP}] -" - -BDEPEND=" - >=dev-python/trove-classifiers-2024.7.2[${PYTHON_USEDEP}] - test? ( - dev-python/ipython[${PYTHON_USEDEP}] - >=dev-python/pytz-2025.2[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] - >=dev-python/tzdata-2025.2[${PYTHON_USEDEP}] - ) -" - -distutils_enable_sphinx doc \ - dev-python/sphinx-rtd-theme -EPYTEST_PLUGINS=( pytest-asyncio ) -distutils_enable_tests pytest - -python_test() { - > tests/__init__.py || die - epytest -o addopts= -}
