diff options
| author | Michał Górny <mgorny@gentoo.org> | 2026-03-19 07:03:35 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2026-03-19 07:16:52 +0100 |
| commit | a31c19134e5454bcc46d2207c806fc0498f9c6fb (patch) | |
| tree | 9deeba30000e9d462906ad00066daa778224960f /dev-python | |
| parent | 016aa974b1ff87212d519068885b351de90c5f04 (diff) | |
| download | gentoo-a31c19134e5454bcc46d2207c806fc0498f9c6fb.tar.gz gentoo-a31c19134e5454bcc46d2207c806fc0498f9c6fb.tar.bz2 gentoo-a31c19134e5454bcc46d2207c806fc0498f9c6fb.zip | |
dev-python/pyzotero: Bump to 1.11.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/pyzotero/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/pyzotero/pyzotero-1.11.0.ebuild | 49 |
2 files changed, 51 insertions, 0 deletions
diff --git a/dev-python/pyzotero/Manifest b/dev-python/pyzotero/Manifest index 5755dff270a58..13781d7536182 100644 --- a/dev-python/pyzotero/Manifest +++ b/dev-python/pyzotero/Manifest @@ -1,2 +1,4 @@ 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.11.0.tar.gz 552101 BLAKE2B 6c46ae87026d29d575d45dcb6886e85ccbbdf0cb6a602c32b33d23289db135d2639814f5e28da2d957013ebb188dad8264838ad7d8b853496bf5c5e214f74b57 SHA512 176d935813727993bc774e506f5520b46c425ebdcafba10c4187ffa5bafc15d73698989743cf43bc9b7302250a4784abe3a432dd8c4fdc39c5d4d521fb89040e +DIST pyzotero-1.11.0.tar.gz.provenance 9276 BLAKE2B 9e97f59b4a0eba2161963c2be6a490afe92deeb359e4ec0a1877afe4bf333a8ec2e3451af17d80b0ad7a6b52931db5088144a42f3b6ff8d6d6bbd7c55cd99277 SHA512 502f8bdcaa23be052ecb2a475a05a892e757c82032c59e8caf75fdd76eace5dc5f088add34bd5deb375669a585611a6735836bfc3ac87e8aa4ecfcd8af6099a0 diff --git a/dev-python/pyzotero/pyzotero-1.11.0.ebuild b/dev-python/pyzotero/pyzotero-1.11.0.ebuild new file mode 100644 index 0000000000000..43581ec70ba71 --- /dev/null +++ b/dev-python/pyzotero/pyzotero-1.11.0.ebuild @@ -0,0 +1,49 @@ +# 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= +} |
