commit:     c2aef32ccb9ad74e04be2328a05db290cb242b90
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  4 07:27:51 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Dec  4 07:27:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2aef32c

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.5.20.ebuild | 38 ------------------------------
 dev-python/pyzotero/pyzotero-1.5.25.ebuild | 38 ------------------------------
 3 files changed, 78 deletions(-)

diff --git a/dev-python/pyzotero/Manifest b/dev-python/pyzotero/Manifest
index 6b5c5d504c53..fb8394867c8f 100644
--- a/dev-python/pyzotero/Manifest
+++ b/dev-python/pyzotero/Manifest
@@ -1,3 +1 @@
-DIST pyzotero-1.5.20.tar.gz 526300 BLAKE2B 
7f9110d70843563ce675c2efadc2e7f336671e4e6c9b70ead48dfec1680dd48ec3b4f6ea2898ed37e4548bca4cdeb68d4f50e68f617aefcb94002c9fe1881a40
 SHA512 
925b1c735c05a251d19de64565e83a91a88e6f21ac9ce0a14bb6fe4288337ff3564623589d1bf1b3c3794d25081e72aa21b9582716a2e4391f404107a9d5a62a
-DIST pyzotero-1.5.25.tar.gz 527019 BLAKE2B 
4acc2dcfa581df45d7db44f15cf2200a456b170036baee8b506e49e5edf020bc9330caa072fa6cac439f0bca3b093401d57a8b157090ea366fcdd55575782ec7
 SHA512 
7a5e897d54a2b9a87155a0dc47aa4414a746184deae6931ee3d277c5913fe813c87bf2c658b2567cfe526aac98e0d9d8e964c4a9de507f5be4becda539aacecd
 DIST pyzotero-1.5.27.tar.gz 543758 BLAKE2B 
6e1e0c2cc8b36eafc4dac20dbc0a2b4ef03d5b0760c24af2cd0e7ed4d12d0501e509129e76de424f961785580915fb581c02a0ff44810f12915c7380876633f5
 SHA512 
a6b4b4502e1734a6e957fba3e4d193d62d2a03eefc61e866530c561bc592c42ca56ee8757e829ceec1a586a4adc7391e769e18850dead9ce3acd1c06fa8ee941

diff --git a/dev-python/pyzotero/pyzotero-1.5.20.ebuild 
b/dev-python/pyzotero/pyzotero-1.5.20.ebuild
deleted file mode 100644
index 07c2b497906d..000000000000
--- a/dev-python/pyzotero/pyzotero-1.5.20.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-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[${PYTHON_USEDEP}]
-       >=dev-python/feedparser-6.0.11[${PYTHON_USEDEP}]
-       dev-python/pytz[${PYTHON_USEDEP}]
-       >=dev-python/requests-2.21.0[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-       >=dev-python/trove-classifiers-2024.7.2[${PYTHON_USEDEP}]
-       test? (
-               dev-python/python-dateutil[${PYTHON_USEDEP}]
-               dev-python/httpretty[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_sphinx doc --no-autodoc
-distutils_enable_tests pytest

diff --git a/dev-python/pyzotero/pyzotero-1.5.25.ebuild 
b/dev-python/pyzotero/pyzotero-1.5.25.ebuild
deleted file mode 100644
index 07c2b497906d..000000000000
--- a/dev-python/pyzotero/pyzotero-1.5.25.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-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[${PYTHON_USEDEP}]
-       >=dev-python/feedparser-6.0.11[${PYTHON_USEDEP}]
-       dev-python/pytz[${PYTHON_USEDEP}]
-       >=dev-python/requests-2.21.0[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-       >=dev-python/trove-classifiers-2024.7.2[${PYTHON_USEDEP}]
-       test? (
-               dev-python/python-dateutil[${PYTHON_USEDEP}]
-               dev-python/httpretty[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_sphinx doc --no-autodoc
-distutils_enable_tests pytest

Reply via email to