Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyzotero/
Date: Tue, 06 Jul 2021 08:09:24
Message-Id: 1625558346.35bb3430041bf1a92675a431d150456152a8c1f7.mgorny@gentoo
1 commit: 35bb3430041bf1a92675a431d150456152a8c1f7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 6 07:59:06 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 6 07:59:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35bb3430
7
8 dev-python/pyzotero: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pyzotero/Manifest | 2 --
13 dev-python/pyzotero/pyzotero-1.4.22.ebuild | 40 -----------------------------
14 dev-python/pyzotero/pyzotero-1.4.23.ebuild | 41 ------------------------------
15 3 files changed, 83 deletions(-)
16
17 diff --git a/dev-python/pyzotero/Manifest b/dev-python/pyzotero/Manifest
18 index e4e0fbc984c..e28cd4dd12c 100644
19 --- a/dev-python/pyzotero/Manifest
20 +++ b/dev-python/pyzotero/Manifest
21 @@ -1,3 +1 @@
22 -DIST pyzotero-1.4.22.tar.gz 521386 BLAKE2B 3f5cc943aa108b771675955fcf7acaea62bbed360f7b9a4de4127d086c0c11679090df1e02820c0c937057cb77923c7d48ff95b06d92a6494d2db3b70fa65a27 SHA512 c9438474c30405d54194315ee007ae53527963460621c0e74b8286baa98f324601fbc99d342183ae643919890b70f08cc0ae431836b03e3d9028e62302ec63f8
23 -DIST pyzotero-1.4.23.tar.gz 521386 BLAKE2B 4d66adc8c66c21c5ec3a21d7c0b2316bb9d983f3e31efdb11cb8840a8f94415b6e7e792d5870a33530fe877215855f7b2bc244fa05987cff0edf48ea850be54c SHA512 383809cf7a5ab950871c47101397e3a073f53d41f723acbcbe91d5c62d56c0618a70433a5ae3332d25195d4bce207c57b7f26b7c4c851621282b994f1afbf4b3
24 DIST pyzotero-1.4.24.tar.gz 521403 BLAKE2B 225c881f85be6b04d54975b40d4254588214ee84974103dfe2cd64db01f586e93379e21ca537f1356c798125e149b15b326832abe172f029e8841d879650df84 SHA512 f2a1ac00c331efbfe32e00d8281d36cdf8112f68a5c3851cb34625090bfe8dec81d1afec86e4af9ae477df6855eb42ced75e942b18589564f9d04351117f0d05
25
26 diff --git a/dev-python/pyzotero/pyzotero-1.4.22.ebuild b/dev-python/pyzotero/pyzotero-1.4.22.ebuild
27 deleted file mode 100644
28 index 9bea3eeaca0..00000000000
29 --- a/dev-python/pyzotero/pyzotero-1.4.22.ebuild
30 +++ /dev/null
31 @@ -1,40 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python3_{7..9} )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="A Python client for the Zotero API"
42 -HOMEPAGE="https://github.com/urschrei/pyzotero"
43 -SRC_URI="https://github.com/urschrei/pyzotero/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="MIT"
46 -SLOT="0"
47 -KEYWORDS="~amd64"
48 -
49 -RDEPEND="
50 - app-text/zotero-bin
51 - dev-python/bibtexparser[${PYTHON_USEDEP}]
52 - <dev-python/feedparser-6[${PYTHON_USEDEP}]
53 - dev-python/pathlib2[${PYTHON_USEDEP}]
54 - dev-python/pytz[${PYTHON_USEDEP}]
55 - dev-python/requests[${PYTHON_USEDEP}]
56 -"
57 -
58 -BDEPEND="test? (
59 - dev-python/python-dateutil[${PYTHON_USEDEP}]
60 - dev-python/httpretty[${PYTHON_USEDEP}]
61 -)"
62 -
63 -distutils_enable_sphinx doc --no-autodoc
64 -distutils_enable_tests pytest
65 -
66 -python_prepare_all() {
67 - # do not install tests
68 - sed -i "s/find_packages(),/find_packages(exclude=('test*')),/g" setup.py || die
69 -
70 - distutils-r1_python_prepare_all
71 -}
72
73 diff --git a/dev-python/pyzotero/pyzotero-1.4.23.ebuild b/dev-python/pyzotero/pyzotero-1.4.23.ebuild
74 deleted file mode 100644
75 index 4fd1f87128e..00000000000
76 --- a/dev-python/pyzotero/pyzotero-1.4.23.ebuild
77 +++ /dev/null
78 @@ -1,41 +0,0 @@
79 -# Copyright 1999-2021 Gentoo Authors
80 -# Distributed under the terms of the GNU General Public License v2
81 -
82 -EAPI=7
83 -
84 -PYTHON_COMPAT=( python3_{7..9} )
85 -
86 -inherit distutils-r1
87 -
88 -DESCRIPTION="A Python client for the Zotero API"
89 -HOMEPAGE="https://github.com/urschrei/pyzotero"
90 -SRC_URI="https://github.com/urschrei/pyzotero/archive/v${PV}.tar.gz -> ${P}.tar.gz"
91 -
92 -LICENSE="MIT"
93 -SLOT="0"
94 -KEYWORDS="~amd64"
95 -
96 -RDEPEND="
97 - app-text/zotero-bin
98 - dev-python/bibtexparser[${PYTHON_USEDEP}]
99 - <dev-python/feedparser-6[${PYTHON_USEDEP}]
100 - dev-python/pathlib2[${PYTHON_USEDEP}]
101 - dev-python/pytz[${PYTHON_USEDEP}]
102 - dev-python/requests[${PYTHON_USEDEP}]
103 -"
104 -
105 -BDEPEND="
106 - test? (
107 - dev-python/python-dateutil[${PYTHON_USEDEP}]
108 - dev-python/httpretty[${PYTHON_USEDEP}]
109 - )"
110 -
111 -distutils_enable_sphinx doc --no-autodoc
112 -distutils_enable_tests pytest
113 -
114 -python_prepare_all() {
115 - # do not install tests
116 - sed -i "s/find_packages(),/find_packages(exclude=('test*')),/g" setup.py || die
117 -
118 - distutils-r1_python_prepare_all
119 -}