repo/gentoo:master commit in: dev-python/pyzotero/
MichaŠGórny <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1785988145.168713bfbbd6d67a19983e67c23e1f2b2914253e.mgorny@gentoo> |
commit: 168713bfbbd6d67a19983e67c23e1f2b2914253e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 6 03:49:05 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 6 03:49:05 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=168713bf
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.13.2.ebuild | 49 ------------------------------
2 files changed, 51 deletions(-)
diff --git a/dev-python/pyzotero/Manifest b/dev-python/pyzotero/Manifest
index 86b8cbff9097..df1d072f49ef 100644
--- a/dev-python/pyzotero/Manifest
+++ b/dev-python/pyzotero/Manifest
@@ -1,4 +1,2 @@
-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
DIST pyzotero-1.13.3.tar.gz 555857 BLAKE2B 78adb4f5cc82c21dd059a882befa4db62f5f5cabe46f0751e6acce6fa8e7bd6bd630c07194a96b1d2efa61b1f29660def2a99cf5f5d500ed0a29c18508bf9e00 SHA512 c87cc8f8cfedc2ef34b0296478660f9c1c85740a5d028a22298f7c360d1c104042a9da598546f2271ea8811235d6459043ae976401821d28b22d196748f8dbb6
DIST pyzotero-1.13.3.tar.gz.provenance 9935 BLAKE2B caa2d26ba7e5c09675c25101c7eeb834172f6272b0f40b968ac6a85067a73ce7b0db5ef107e1ac8768c521da0a055ae3340e1f04bdb7f6bbc51a5b733d4020fa SHA512 89b3b61f690867581a2a9a518767f087e840c3ee368acfa1d9f2f31fe725e855a6d46badcf14f2a752592e91a786430ee86fcbcaa73bbeeb3e5cc72e6aff46aa
diff --git a/dev-python/pyzotero/pyzotero-1.13.2.ebuild b/dev-python/pyzotero/pyzotero-1.13.2.ebuild
deleted file mode 100644
index 43581ec70ba7..000000000000
--- a/dev-python/pyzotero/pyzotero-1.13.2.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_{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=
-}