Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyzotero/
Date: Tue, 05 Jul 2022 19:36:24
Message-Id: 1657049698.62ca3a9d77d12efa0c895301020d21561617316b.arthurzam@gentoo
1 commit: 62ca3a9d77d12efa0c895301020d21561617316b
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 5 19:34:58 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 5 19:34:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62ca3a9d
7
8 dev-python/pyzotero: add 1.5.5
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/pyzotero/Manifest | 1 +
13 dev-python/pyzotero/pyzotero-1.5.5.ebuild | 38 +++++++++++++++++++++++++++++++
14 2 files changed, 39 insertions(+)
15
16 diff --git a/dev-python/pyzotero/Manifest b/dev-python/pyzotero/Manifest
17 index 648a5de8f6b1..3afc2bfeefbf 100644
18 --- a/dev-python/pyzotero/Manifest
19 +++ b/dev-python/pyzotero/Manifest
20 @@ -1 +1,2 @@
21 DIST pyzotero-1.5.4.tar.gz 525739 BLAKE2B 93acb725cb47e9f1642d88ea79e590e29af6eecedb5a14e220c9d6ce2c27d05dfd9042ef49d53c710a507050f566b097a272e025d26d1b10a64357e511da656e SHA512 10c27d531adf358c337aab3358d24e28318dfee02b08387663f0433fffc645ddc633929a8422d508952e26d29219c350c6865248c447391436d8cb5061f273ec
22 +DIST pyzotero-1.5.5.tar.gz 525725 BLAKE2B ec1c200811697b5830f757e527ad3f21abea62c680e32b2132d616b4e07c919a3e692a98cb726f43b9c456a23c375f962847fbd61a466f476545d491b7ed0576 SHA512 88db72c834e084f025eafb6c85d1e7cb4c4f6f73eb518bfe4ac008f51fc752fc7e74be2c0e48a0e8a9bc2acefb78a48ff907ee2e0e26c58f25e853f923848fea
23
24 diff --git a/dev-python/pyzotero/pyzotero-1.5.5.ebuild b/dev-python/pyzotero/pyzotero-1.5.5.ebuild
25 new file mode 100644
26 index 000000000000..43f353340a99
27 --- /dev/null
28 +++ b/dev-python/pyzotero/pyzotero-1.5.5.ebuild
29 @@ -0,0 +1,38 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +DISTUTILS_USE_PEP517=setuptools
36 +PYTHON_COMPAT=( python3_{8..11} )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="A Python client for the Zotero API"
41 +HOMEPAGE="
42 + https://github.com/urschrei/pyzotero/
43 + https://pypi.org/project/pyzotero/
44 +"
45 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.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