mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
dev-python/pyzotero: Bump to 1.13.2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
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
|
||||
DIST pyzotero-1.13.2.tar.gz 554797 BLAKE2B d1170d65ab70dab7e443c8fe6a90cbb6b9c9b44cc5d1a12ce57cfb00395525a74d7fe47974d3513b764756292d58891278fc53caf1164702e08c192ceaee9ecc SHA512 46611670b1a75c20edbae542fbf01eb4996b80b387ad7a8d516d35c49ba344aaba16ff35916a31ac62e43e1779b42f153b9e3a46cbbf03490a31514b422238f4
|
||||
DIST pyzotero-1.13.2.tar.gz.provenance 9786 BLAKE2B 654a42646f04ebcfe8aa8e8e5d6a60ca34835aafc217d63f9f0dec2c909c55e81553320d0cb5133a9436ced3ff0eae591b1edc20b8a72750c0c17bdd51b8aa4e SHA512 563b86979a16c1b8486cecce00f91c7bb6532d2f7e9cafa28818f1705e67323c8bea0e907c9643275a74f94eba8ce0517dbea6bb1fa2768aef287c5d7f1a7156
|
||||
|
||||
49
dev-python/pyzotero/pyzotero-1.13.2.ebuild
Normal file
49
dev-python/pyzotero/pyzotero-1.13.2.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_{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=
|
||||
}
|
||||
Reference in New Issue
Block a user