mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/pyzotero: Bump to 1.8.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
DIST pyzotero-1.7.6.tar.gz 533398 BLAKE2B 5b7d4f78a2160ede771ad5b47cdcffc30b0d9410099ce63deaac92e24a0e6dc9c5eb9f587218e372c6f7ca550f00e302a4cf9c70bde19e01f442be8f636bd20f SHA512 d5644dc5d3bbcc9c86aa07fc909dccd0b4b3c38dedec3e3a9603ea8154a5fa908af27faa8e0e49128f2bcf3268a85179f7d562eb4e0d2a4f2c787f545d2afb1a
|
||||
DIST pyzotero-1.7.6.tar.gz.provenance 9254 BLAKE2B 45d666a961f334c179b163e65a6e1db84b2180b4947dc832a528031488e67e6187a3b7333d7520514d8acba4cb4bb445780c7f0c25f66d69673fcddf9f89d5cc SHA512 bf78192e411c615db1daac105ebce11eb4bab2900ff8c1f57b9562a1e078987754688b248b55fc37e87894e80d39c0766d2c087db80cee6cef9cb9a24fb2d20b
|
||||
DIST pyzotero-1.8.0.tar.gz 542005 BLAKE2B 3675bbb97d6c3931c8bd67e5a1b61826e5fb1e3850d4c50ea6139f7743c75c795c5b18bef74adc121a56df5811d16d5417adb3c089aea729697ef4594c87f5dc SHA512 5218bb0c45aad1f4c53f73aaa470215ed2bf63a4c721ee64f60aa144d3ac9617a675515bfd06c63db95fa8530f095c9eadc67b59eb1209c1701be22dca9df1a0
|
||||
DIST pyzotero-1.8.0.tar.gz.provenance 9346 BLAKE2B 8aa25251118ddb4c920719b3fcc9ce4f6bd064137a1cc166e87d844aae14dc098298b2c2180bf6e7b29329f6e5202a0a943465455fb9adb07debb4c3ff974bb4 SHA512 919e9dd743972a27a1337aa358c4c4bd98fbf078c3eb5c29796112205e92277075ca088cfaf6f5a3fc252e41b6d22d8704826c1d285dc0a23236854ca96a03a4
|
||||
|
||||
49
dev-python/pyzotero/pyzotero-1.8.0.ebuild
Normal file
49
dev-python/pyzotero/pyzotero-1.8.0.ebuild
Normal file
@@ -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_{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=
|
||||
}
|
||||
Reference in New Issue
Block a user