public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyzotero/
Date: Mon,  2 May 2022 10:18:24 +0000 (UTC)	[thread overview]
Message-ID: <1651486694.9493a7ad8b2f130b3d2a3ad39b06cb720d83c745.andrewammerlaan@gentoo> (raw)

commit:     9493a7ad8b2f130b3d2a3ad39b06cb720d83c745
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon May  2 09:20:36 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon May  2 10:18:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9493a7ad

dev-python/pyzotero: drop 1.5.1, 1.5.1-r1, 1.5.2

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/pyzotero/Manifest                 |  2 --
 dev-python/pyzotero/pyzotero-1.5.1-r1.ebuild | 35 ----------------------------
 dev-python/pyzotero/pyzotero-1.5.1.ebuild    | 32 -------------------------
 dev-python/pyzotero/pyzotero-1.5.2.ebuild    | 35 ----------------------------
 4 files changed, 104 deletions(-)

diff --git a/dev-python/pyzotero/Manifest b/dev-python/pyzotero/Manifest
index a8dddf300c05..f2ea12214ce9 100644
--- a/dev-python/pyzotero/Manifest
+++ b/dev-python/pyzotero/Manifest
@@ -1,3 +1 @@
-DIST pyzotero-1.5.1.gh.tar.gz 520410 BLAKE2B ac3aeb0f55f4685135bcf35594fc925f471a92ac9dfe866a4cffffc62d06b1447c80fedc566100d5fc9550ebcc54c7bcaa0b3d8494229791a4b51c806b40dc1c SHA512 76a498a6d16cef0024cd0e1a6d5011a4c2639a573746d0acd2d18616e452ad1f0eabbb92ae073e7e36ebc208870dedb2b3a01b0d70442b10ae81148e9b1cfd73
-DIST pyzotero-1.5.2.gh.tar.gz 520633 BLAKE2B a23641098e595194291df39b87433f47165e60d2af38ba8698d6ff8772841216a95afe413435fea17c2b9e55d60700878593c4b7ae79546b3568aecc22320d5b SHA512 610a0a56854acfa7df7c2ed3467339c9e735c3269e90601ac2e3d0c0c8d538e6023e8d6a6ce9a787c909aa1c005084c0648e5dfd924e81b6ba138811cf630517
 DIST pyzotero-1.5.3.tar.gz 525734 BLAKE2B 11de38c1954478ed9918f33bdbf550d6d0eda99a6e38154361c2da336158bacfaf16f1d9bb9ff08550e6951c3e29efe50618c78672bfcec6237bc42e6b52c6c5 SHA512 b31872db4a2fd53f6c17f6a33115ac762147810efae6f6351579a03f651f843e46b1d5f584cc47c1d20d8dad5c318d2835c2e053bc43f3063e84bce85658d9fb

diff --git a/dev-python/pyzotero/pyzotero-1.5.1-r1.ebuild b/dev-python/pyzotero/pyzotero-1.5.1-r1.ebuild
deleted file mode 100644
index df8d3658adae..000000000000
--- a/dev-python/pyzotero/pyzotero-1.5.1-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="A Python client for the Zotero API"
-HOMEPAGE="https://github.com/urschrei/pyzotero"
-SRC_URI="https://github.com/urschrei/pyzotero/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	app-text/zotero-bin
-	dev-python/bibtexparser[${PYTHON_USEDEP}]
-	dev-python/feedparser[${PYTHON_USEDEP}]
-	dev-python/pytz[${PYTHON_USEDEP}]
-	dev-python/requests[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-	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.1.ebuild b/dev-python/pyzotero/pyzotero-1.5.1.ebuild
deleted file mode 100644
index 00400f165dfc..000000000000
--- a/dev-python/pyzotero/pyzotero-1.5.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="A Python client for the Zotero API"
-HOMEPAGE="https://github.com/urschrei/pyzotero"
-SRC_URI="https://github.com/urschrei/pyzotero/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	app-text/zotero-bin
-	dev-python/bibtexparser[${PYTHON_USEDEP}]
-	dev-python/feedparser[${PYTHON_USEDEP}]
-	dev-python/pytz[${PYTHON_USEDEP}]
-	dev-python/requests[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-	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.2.ebuild b/dev-python/pyzotero/pyzotero-1.5.2.ebuild
deleted file mode 100644
index df8d3658adae..000000000000
--- a/dev-python/pyzotero/pyzotero-1.5.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="A Python client for the Zotero API"
-HOMEPAGE="https://github.com/urschrei/pyzotero"
-SRC_URI="https://github.com/urschrei/pyzotero/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	app-text/zotero-bin
-	dev-python/bibtexparser[${PYTHON_USEDEP}]
-	dev-python/feedparser[${PYTHON_USEDEP}]
-	dev-python/pytz[${PYTHON_USEDEP}]
-	dev-python/requests[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-	test? (
-		dev-python/python-dateutil[${PYTHON_USEDEP}]
-		dev-python/httpretty[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_sphinx doc --no-autodoc
-distutils_enable_tests pytest


             reply	other threads:[~2022-05-02 10:18 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-02 10:18 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-13  3:12 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyzotero/ 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-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=1651486694.9493a7ad8b2f130b3d2a3ad39b06cb720d83c745.andrewammerlaan@gentoo \
    --to=andrewammerlaan@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