Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyzotero/
Date: Mon, 02 May 2022 10:18:28
Message-Id: 1651486694.9493a7ad8b2f130b3d2a3ad39b06cb720d83c745.andrewammerlaan@gentoo
1 commit: 9493a7ad8b2f130b3d2a3ad39b06cb720d83c745
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 2 09:20:36 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Mon May 2 10:18:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9493a7ad
7
8 dev-python/pyzotero: drop 1.5.1, 1.5.1-r1, 1.5.2
9
10 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
11
12 dev-python/pyzotero/Manifest | 2 --
13 dev-python/pyzotero/pyzotero-1.5.1-r1.ebuild | 35 ----------------------------
14 dev-python/pyzotero/pyzotero-1.5.1.ebuild | 32 -------------------------
15 dev-python/pyzotero/pyzotero-1.5.2.ebuild | 35 ----------------------------
16 4 files changed, 104 deletions(-)
17
18 diff --git a/dev-python/pyzotero/Manifest b/dev-python/pyzotero/Manifest
19 index a8dddf300c05..f2ea12214ce9 100644
20 --- a/dev-python/pyzotero/Manifest
21 +++ b/dev-python/pyzotero/Manifest
22 @@ -1,3 +1 @@
23 -DIST pyzotero-1.5.1.gh.tar.gz 520410 BLAKE2B ac3aeb0f55f4685135bcf35594fc925f471a92ac9dfe866a4cffffc62d06b1447c80fedc566100d5fc9550ebcc54c7bcaa0b3d8494229791a4b51c806b40dc1c SHA512 76a498a6d16cef0024cd0e1a6d5011a4c2639a573746d0acd2d18616e452ad1f0eabbb92ae073e7e36ebc208870dedb2b3a01b0d70442b10ae81148e9b1cfd73
24 -DIST pyzotero-1.5.2.gh.tar.gz 520633 BLAKE2B a23641098e595194291df39b87433f47165e60d2af38ba8698d6ff8772841216a95afe413435fea17c2b9e55d60700878593c4b7ae79546b3568aecc22320d5b SHA512 610a0a56854acfa7df7c2ed3467339c9e735c3269e90601ac2e3d0c0c8d538e6023e8d6a6ce9a787c909aa1c005084c0648e5dfd924e81b6ba138811cf630517
25 DIST pyzotero-1.5.3.tar.gz 525734 BLAKE2B 11de38c1954478ed9918f33bdbf550d6d0eda99a6e38154361c2da336158bacfaf16f1d9bb9ff08550e6951c3e29efe50618c78672bfcec6237bc42e6b52c6c5 SHA512 b31872db4a2fd53f6c17f6a33115ac762147810efae6f6351579a03f651f843e46b1d5f584cc47c1d20d8dad5c318d2835c2e053bc43f3063e84bce85658d9fb
26
27 diff --git a/dev-python/pyzotero/pyzotero-1.5.1-r1.ebuild b/dev-python/pyzotero/pyzotero-1.5.1-r1.ebuild
28 deleted file mode 100644
29 index df8d3658adae..000000000000
30 --- a/dev-python/pyzotero/pyzotero-1.5.1-r1.ebuild
31 +++ /dev/null
32 @@ -1,35 +0,0 @@
33 -# Copyright 1999-2022 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -
38 -DISTUTILS_USE_PEP517=setuptools
39 -PYTHON_COMPAT=( python3_{8..10} )
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="A Python client for the Zotero API"
44 -HOMEPAGE="https://github.com/urschrei/pyzotero"
45 -SRC_URI="https://github.com/urschrei/pyzotero/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
46 -
47 -LICENSE="MIT"
48 -SLOT="0"
49 -KEYWORDS="~amd64"
50 -
51 -RDEPEND="
52 - app-text/zotero-bin
53 - dev-python/bibtexparser[${PYTHON_USEDEP}]
54 - dev-python/feedparser[${PYTHON_USEDEP}]
55 - dev-python/pytz[${PYTHON_USEDEP}]
56 - dev-python/requests[${PYTHON_USEDEP}]
57 -"
58 -
59 -BDEPEND="
60 - test? (
61 - dev-python/python-dateutil[${PYTHON_USEDEP}]
62 - dev-python/httpretty[${PYTHON_USEDEP}]
63 - )
64 -"
65 -
66 -distutils_enable_sphinx doc --no-autodoc
67 -distutils_enable_tests pytest
68
69 diff --git a/dev-python/pyzotero/pyzotero-1.5.1.ebuild b/dev-python/pyzotero/pyzotero-1.5.1.ebuild
70 deleted file mode 100644
71 index 00400f165dfc..000000000000
72 --- a/dev-python/pyzotero/pyzotero-1.5.1.ebuild
73 +++ /dev/null
74 @@ -1,32 +0,0 @@
75 -# Copyright 1999-2022 Gentoo Authors
76 -# Distributed under the terms of the GNU General Public License v2
77 -
78 -EAPI=8
79 -
80 -PYTHON_COMPAT=( python3_{8..10} )
81 -inherit distutils-r1
82 -
83 -DESCRIPTION="A Python client for the Zotero API"
84 -HOMEPAGE="https://github.com/urschrei/pyzotero"
85 -SRC_URI="https://github.com/urschrei/pyzotero/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
86 -
87 -LICENSE="MIT"
88 -SLOT="0"
89 -KEYWORDS="~amd64"
90 -
91 -RDEPEND="
92 - app-text/zotero-bin
93 - dev-python/bibtexparser[${PYTHON_USEDEP}]
94 - dev-python/feedparser[${PYTHON_USEDEP}]
95 - dev-python/pytz[${PYTHON_USEDEP}]
96 - dev-python/requests[${PYTHON_USEDEP}]
97 -"
98 -
99 -BDEPEND="
100 - test? (
101 - dev-python/python-dateutil[${PYTHON_USEDEP}]
102 - dev-python/httpretty[${PYTHON_USEDEP}]
103 - )"
104 -
105 -distutils_enable_sphinx doc --no-autodoc
106 -distutils_enable_tests pytest
107
108 diff --git a/dev-python/pyzotero/pyzotero-1.5.2.ebuild b/dev-python/pyzotero/pyzotero-1.5.2.ebuild
109 deleted file mode 100644
110 index df8d3658adae..000000000000
111 --- a/dev-python/pyzotero/pyzotero-1.5.2.ebuild
112 +++ /dev/null
113 @@ -1,35 +0,0 @@
114 -# Copyright 1999-2022 Gentoo Authors
115 -# Distributed under the terms of the GNU General Public License v2
116 -
117 -EAPI=8
118 -
119 -DISTUTILS_USE_PEP517=setuptools
120 -PYTHON_COMPAT=( python3_{8..10} )
121 -
122 -inherit distutils-r1
123 -
124 -DESCRIPTION="A Python client for the Zotero API"
125 -HOMEPAGE="https://github.com/urschrei/pyzotero"
126 -SRC_URI="https://github.com/urschrei/pyzotero/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
127 -
128 -LICENSE="MIT"
129 -SLOT="0"
130 -KEYWORDS="~amd64"
131 -
132 -RDEPEND="
133 - app-text/zotero-bin
134 - dev-python/bibtexparser[${PYTHON_USEDEP}]
135 - dev-python/feedparser[${PYTHON_USEDEP}]
136 - dev-python/pytz[${PYTHON_USEDEP}]
137 - dev-python/requests[${PYTHON_USEDEP}]
138 -"
139 -
140 -BDEPEND="
141 - test? (
142 - dev-python/python-dateutil[${PYTHON_USEDEP}]
143 - dev-python/httpretty[${PYTHON_USEDEP}]
144 - )
145 -"
146 -
147 -distutils_enable_sphinx doc --no-autodoc
148 -distutils_enable_tests pytest