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: Thu, 06 Jan 2022 18:31:06
Message-Id: 1641493827.eae906c69e90db43f8a25dc7c7050c0116f7a2f5.arthurzam@gentoo
1 commit: eae906c69e90db43f8a25dc7c7050c0116f7a2f5
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 6 18:29:30 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 6 18:30:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eae906c6
7
8 dev-python/pyzotero: add 1.5.1
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.1.ebuild | 32 +++++++++++++++++++++++++++++++
14 2 files changed, 33 insertions(+)
15
16 diff --git a/dev-python/pyzotero/Manifest b/dev-python/pyzotero/Manifest
17 index 5fcc9c6a0857..d249ec7ddca0 100644
18 --- a/dev-python/pyzotero/Manifest
19 +++ b/dev-python/pyzotero/Manifest
20 @@ -1,2 +1,3 @@
21 DIST pyzotero-1.4.26.tar.gz 520629 BLAKE2B 7ddcd55a1c21d6dcc4b610a9a29bc86ff002afdf2e2a90513219b9fd13b3d5b504736e122850fc81acf7a4bbca0b8c5da3a92c8eb3a6f07392e3d17a9dc7d73c SHA512 a0b0bf92458746b0dd0c01511efb05dd8fb471434c9e813c9d6dab7741a2eb1a10af2b9c5f68daa4c681353ba8c93cab140ec2da5962d06c76e8a229d4742009
22 +DIST pyzotero-1.5.1.gh.tar.gz 520410 BLAKE2B ac3aeb0f55f4685135bcf35594fc925f471a92ac9dfe866a4cffffc62d06b1447c80fedc566100d5fc9550ebcc54c7bcaa0b3d8494229791a4b51c806b40dc1c SHA512 76a498a6d16cef0024cd0e1a6d5011a4c2639a573746d0acd2d18616e452ad1f0eabbb92ae073e7e36ebc208870dedb2b3a01b0d70442b10ae81148e9b1cfd73
23 DIST pyzotero-1.5.gh.tar.gz 520234 BLAKE2B 0bb64710d7cb4701006884417b46d1fe6a76ae8bdcfbd3b30cc413c8cd3ab7ba024318a28cb8c49a1bf280bf3098ece3267a3580a4ecc55af48f47a436476d8b SHA512 9a2080e1e9886c8e4a2410dc7687637d844a2614d40e38403b408bf584f0b1e5d5a4e517bdcba2f4e0602e5a7a3f2a3c9195cfde20242cc9d1da2ca5d3aa8f4c
24
25 diff --git a/dev-python/pyzotero/pyzotero-1.5.1.ebuild b/dev-python/pyzotero/pyzotero-1.5.1.ebuild
26 new file mode 100644
27 index 000000000000..00400f165dfc
28 --- /dev/null
29 +++ b/dev-python/pyzotero/pyzotero-1.5.1.ebuild
30 @@ -0,0 +1,32 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +PYTHON_COMPAT=( python3_{8..10} )
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="A Python client for the Zotero API"
40 +HOMEPAGE="https://github.com/urschrei/pyzotero"
41 +SRC_URI="https://github.com/urschrei/pyzotero/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
42 +
43 +LICENSE="MIT"
44 +SLOT="0"
45 +KEYWORDS="~amd64"
46 +
47 +RDEPEND="
48 + app-text/zotero-bin
49 + dev-python/bibtexparser[${PYTHON_USEDEP}]
50 + dev-python/feedparser[${PYTHON_USEDEP}]
51 + dev-python/pytz[${PYTHON_USEDEP}]
52 + dev-python/requests[${PYTHON_USEDEP}]
53 +"
54 +
55 +BDEPEND="
56 + test? (
57 + dev-python/python-dateutil[${PYTHON_USEDEP}]
58 + dev-python/httpretty[${PYTHON_USEDEP}]
59 + )"
60 +
61 +distutils_enable_sphinx doc --no-autodoc
62 +distutils_enable_tests pytest