From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyzotero/
Date: Wed, 19 Feb 2025 07:56:38 +0000 (UTC) [thread overview]
Message-ID: <1739951792.23e9e3b4dee887963b6501f68fecf15b44dc3d4f.mgorny@gentoo> (raw)
commit: 23e9e3b4dee887963b6501f68fecf15b44dc3d4f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 19 06:40:44 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 19 07:56:32 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23e9e3b4
dev-python/pyzotero: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pyzotero/Manifest | 3 --
dev-python/pyzotero/pyzotero-1.6.4.ebuild | 39 -------------------------
dev-python/pyzotero/pyzotero-1.6.5.ebuild | 47 -------------------------------
dev-python/pyzotero/pyzotero-1.6.6.ebuild | 40 --------------------------
4 files changed, 129 deletions(-)
diff --git a/dev-python/pyzotero/Manifest b/dev-python/pyzotero/Manifest
index 281569aeec66..a251e777d257 100644
--- a/dev-python/pyzotero/Manifest
+++ b/dev-python/pyzotero/Manifest
@@ -1,4 +1 @@
-DIST pyzotero-1.6.4.tar.gz 540642 BLAKE2B b0784892a7c2534e828e88f3dd10f995f733f4095b620e1ca6a10e6e0c088db6dcb5733268f621d8bf2450f17ff04dc174a58262b8aea85069f8ae4761263475 SHA512 2901e26db33f0a75e19e0bb6e2e734fae6a9ca9ff888203ae69793fbed47f76aad59246a7cbccfc68435b8f911a0e574832bf6cd371bc62e7a19528e3275ff04
-DIST pyzotero-1.6.5.tar.gz 557008 BLAKE2B ef0984e6baa21d2d35c6a9ea44aa3487124274ff81f051002c3cfda97ccf75d04f789de324d0a9595d867efe08ddb45b76c8a8dc3d53899220fb57df04b7ca7b SHA512 b6678ec47757c73241093afc9cb7556d90cd7566c0c877169ba3dac9466293d931294f08f6843a11f45584b3f9b20ff12b08d9359c9341cf3fad02ea2573d998
-DIST pyzotero-1.6.6.tar.gz 541057 BLAKE2B 971b46b444a3e09cdfb8ca343f35b1417a5c62edbfe1036332e1d67544287eefe81c33147690be1b7d33e7409b48671da7bef44f2c6289959a4855bc3455177f SHA512 26ba93d9047bcc47ca9317d7045fe7b06fcd0ba4c16a469e955ade74126783a647a959b549175ccc2d520b9aca8be54e4e021740d69cd7b2233a60d038bd58fe
DIST pyzotero-1.6.8.tar.gz 543598 BLAKE2B 86a4d770c16eabb07959cd9653980e12628d3dbf78ceebd724f83b1f54489b6c800a1fd65f2711c2d1e344ebd1bb2ac61e8d7dbe1091eca30ec3672df82409fd SHA512 34dd7a9f6bf8ed5ec2ee7ca4a9c533efbc20454439da4a9e59b3ab793f26074cb683fd0bebf66f819aa5c03e2dbdfabb3043ab3772beb35264ce9640a6e8752d
diff --git a/dev-python/pyzotero/pyzotero-1.6.4.ebuild b/dev-python/pyzotero/pyzotero-1.6.4.ebuild
deleted file mode 100644
index 4e8e71d83f19..000000000000
--- a/dev-python/pyzotero/pyzotero-1.6.4.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-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/httpx-0.28.1[${PYTHON_USEDEP}]
- dev-python/pytz[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
- >=dev-python/trove-classifiers-2024.7.2[${PYTHON_USEDEP}]
- test? (
- dev-python/python-dateutil[${PYTHON_USEDEP}]
- dev-python/httpretty[${PYTHON_USEDEP}]
- dev-python/ipython[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_sphinx doc --no-autodoc
-distutils_enable_tests pytest
diff --git a/dev-python/pyzotero/pyzotero-1.6.5.ebuild b/dev-python/pyzotero/pyzotero-1.6.5.ebuild
deleted file mode 100644
index edbff03bebdb..000000000000
--- a/dev-python/pyzotero/pyzotero-1.6.5.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-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/httpx-0.28.1[${PYTHON_USEDEP}]
- dev-python/pytz[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
- >=dev-python/trove-classifiers-2024.7.2[${PYTHON_USEDEP}]
- test? (
- dev-python/python-dateutil[${PYTHON_USEDEP}]
- dev-python/httpretty[${PYTHON_USEDEP}]
- dev-python/ipython[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_sphinx doc \
- dev-python/sphinx-rtd-theme
-distutils_enable_tests pytest
-
-src_prepare() {
- distutils-r1_src_prepare
-
- # added as RDEP: https://github.com/urschrei/pyzotero/issues/207
- sed -i -e '/sphinx-rtd-theme/d' pyproject.toml || die
-}
diff --git a/dev-python/pyzotero/pyzotero-1.6.6.ebuild b/dev-python/pyzotero/pyzotero-1.6.6.ebuild
deleted file mode 100644
index de6bc0958009..000000000000
--- a/dev-python/pyzotero/pyzotero-1.6.6.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-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/httpx-0.28.1[${PYTHON_USEDEP}]
- dev-python/pytz[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
- >=dev-python/trove-classifiers-2024.7.2[${PYTHON_USEDEP}]
- test? (
- dev-python/python-dateutil[${PYTHON_USEDEP}]
- dev-python/httpretty[${PYTHON_USEDEP}]
- dev-python/ipython[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_sphinx doc \
- dev-python/sphinx-rtd-theme
-distutils_enable_tests pytest
next reply other threads:[~2025-02-19 7:57 UTC|newest]
Thread overview: 60+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-19 7:56 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-21 4:12 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyzotero/ Michał Górny
2025-03-21 4:12 Michał Górny
2025-03-20 6:49 Michał Górny
2025-02-19 7:56 Michał Górny
2025-01-24 7:21 Michał Górny
2025-01-23 5:39 Michał Górny
2025-01-22 7:21 Michał Górny
2025-01-08 9:12 Michał Górny
2025-01-08 9:12 Michał Górny
2025-01-01 6:11 Michał Górny
2025-01-01 6:11 Michał Górny
2024-12-27 5:24 Michał Górny
2024-12-26 7:50 Michał Górny
2024-12-26 7:50 Michał Górny
2024-12-04 7:46 Michał Górny
2024-12-04 7:46 Michał Górny
2024-11-30 6:52 Michał Górny
2024-11-30 6:52 Michał Górny
2024-09-13 3:12 Michał Górny
2024-09-13 3:12 Michał Górny
2024-07-05 11:34 Andrew Ammerlaan
2024-05-17 6:25 Michał Górny
2023-10-05 13:56 Michał Górny
2023-10-04 17:43 Michał Górny
2023-10-02 18:35 Arthur Zamarin
2023-10-02 4:46 Michał Górny
2023-09-14 11:02 Andrew Ammerlaan
2023-08-27 15:59 Michał Górny
2023-07-24 11:33 Michał Górny
2023-04-25 2:02 Michał Górny
2023-03-16 4:07 Michał Górny
2023-01-10 14:31 Michał Górny
2022-11-14 5:05 Michał Górny
2022-07-05 19:36 Arthur Zamarin
2022-06-01 10:55 Andrew Ammerlaan
2022-05-16 13:27 Michał Górny
2022-05-16 13:27 Michał Górny
2022-05-03 8:27 Michał Górny
2022-05-02 10:18 Andrew Ammerlaan
2022-05-02 10:18 Andrew Ammerlaan
2022-03-09 20:29 Arthur Zamarin
2022-02-26 17:21 Michał Górny
2022-02-26 17:21 Michał Górny
2022-01-06 18:30 Arthur Zamarin
2022-01-05 17:18 Arthur Zamarin
2021-12-14 12:29 Michał Górny
2021-10-17 9:25 Michał Górny
2021-10-12 6:18 Michał Górny
2021-08-11 7:06 Michał Górny
2021-08-11 7:06 Michał Górny
2021-08-11 7:06 Michał Górny
2021-07-06 8:09 Michał Górny
2021-07-06 8:09 Michał Górny
2021-06-17 19:47 Michał Górny
2021-06-10 16:47 Michał Górny
2021-06-10 16:47 Michał Górny
2021-05-22 20:55 Andrew Ammerlaan
2021-05-22 13:24 Andrew Ammerlaan
2021-05-22 12:17 Andrew Ammerlaan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1739951792.23e9e3b4dee887963b6501f68fecf15b44dc3d4f.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox