dev-python/pyzotero: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-06-13 11:07:00 +02:00
parent e8c2db4a2a
commit da548176cf
2 changed files with 0 additions and 51 deletions

View File

@@ -1,4 +1,2 @@
DIST pyzotero-1.13.0.tar.gz 554121 BLAKE2B 6840cb39fe045cea48571045e8d1b3ca407f03127c7a3bd6a8bea0ea1597d0be09dba494582946729e759d8e7b37572f3b04088c6626b23a5c6a8020a58320f6 SHA512 d5ec5f62cef777454c36cdddc2b6ef7014a6d56e506b682ae990a609e1ba9f2b780af84e4533e6a158b2109b022a991be4097021f06788366a32e6d857db11a2
DIST pyzotero-1.13.0.tar.gz.provenance 9653 BLAKE2B 67430d9a4b833d7f37ed4a9422fd2a025238be4a13a2bc6df7a596a0fc71b9eaa3dc9adb513626fcc71fa752cad8f39afe28d8360c14ca95f55d102b11c2dcaf SHA512 248e35a43a6a211c73455d6fd635cec12c3a9abff70eaa2f772a7fb7c98c249859985695e3e1ba55060aa326e1a7c9b9db8a165a7765c26711c2c4580786cd52
DIST pyzotero-1.13.1.tar.gz 554937 BLAKE2B 5dcd315a57d6b725d97529a97a99703b51b0c4e32759a321a8b22f9ec2b61c294fe4f4a52982ba81c1f1158cafeef6f92d833075fb9c7ce4b522dc6568bb4d50 SHA512 b77c3c2c382564269595b0b3ba3c4a8986df0bf4547336cc422a08a07cf3684a42dbc72219f597656f3d5efbab2a46997f3529e2e4a6ba90a891b166c671c53f
DIST pyzotero-1.13.1.tar.gz.provenance 9551 BLAKE2B 9f4d4284fbe94d0420faf7608a268eaaa486d8712b39d15c0d616b44785fffad435bdea2b2ed18bddf9bebde7586e1159e26021a9e3b10af645c2614b06758dc SHA512 fb08092d7ff8301adfa8b4e35634d5fc3c7d58dc8da8a34551a518030d9b6ce728a0cb42e74caf73dd168b27c13303f0bfdd248c943de2bffc3df1e2c0218bf3

View File

@@ -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_{12..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=
}