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/pooch/
Date: Mon, 24 Jan 2022 18:11:35
Message-Id: 1643046577.3a5c356b8bd6c732aeeb8c85ac59a433ad63da06.arthurzam@gentoo
1 commit: 3a5c356b8bd6c732aeeb8c85ac59a433ad63da06
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 24 17:49:37 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 24 17:49:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a5c356b
7
8 dev-python/pooch: add 1.6.0
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/pooch/Manifest | 1 +
13 dev-python/pooch/pooch-1.6.0.ebuild | 36 ++++++++++++++++++++++++++++++++++++
14 2 files changed, 37 insertions(+)
15
16 diff --git a/dev-python/pooch/Manifest b/dev-python/pooch/Manifest
17 index e38f430514df..08ddb6d445b6 100644
18 --- a/dev-python/pooch/Manifest
19 +++ b/dev-python/pooch/Manifest
20 @@ -1 +1,2 @@
21 DIST pooch-1.5.2.tar.gz 61167 BLAKE2B 36c3ac00ae1d05b688fabc31ae9eb88536d717a3dd179a02bf76f9c8066520bc165af0a71d5cd514e7c9f2422c4a3ee189cf93215bc9a9189bf9f20a77f95e61 SHA512 acb1a48e94a97f79503125f0cf1312d715719ec32817771d2e19d2bd89b2cfd34b50221d67d1854cd93818140d8536f6f5b3db1ae0bbb185fffa2cf9886f98da
22 +DIST pooch-1.6.0.tar.gz 52318 BLAKE2B c5cdf04a27a5754accee5a4522d5e6a51c4e71b7034cd570c6a2f30bc580ba9c15e0717be792e7cdd020ca745e6813a63681ce966ad61c0ed4aaa8b84829b920 SHA512 e1b6253b8879ef172bd6370139a7807355c7e1c03a1626ac46cb083b1f7d8beb5a8adb08c0828eb34e96a7164211d2dc7da214fd0176eb0606fe4ff47911257c
23
24 diff --git a/dev-python/pooch/pooch-1.6.0.ebuild b/dev-python/pooch/pooch-1.6.0.ebuild
25 new file mode 100644
26 index 000000000000..8e922a76d068
27 --- /dev/null
28 +++ b/dev-python/pooch/pooch-1.6.0.ebuild
29 @@ -0,0 +1,36 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +PYTHON_COMPAT=( python3_{8..9} )
36 +DISTUTILS_USE_PEP517=setuptools
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="Manage your Python library's sample data files"
40 +HOMEPAGE="https://github.com/fatiando/pooch"
41 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 +
43 +LICENSE="BSD"
44 +SLOT="0"
45 +KEYWORDS="~amd64"
46 +RESTRICT="test"
47 +PROPERTIES="test_network"
48 +
49 +RDEPEND="
50 + dev-python/appdirs[${PYTHON_USEDEP}]
51 + dev-python/packaging[${PYTHON_USEDEP}]
52 + dev-python/requests[${PYTHON_USEDEP}]"
53 +
54 +BDEPEND="
55 + dev-python/setuptools_scm[${PYTHON_USEDEP}]
56 + test? (
57 + dev-python/paramiko[${PYTHON_USEDEP}]
58 + dev-python/pytest-localftpserver[${PYTHON_USEDEP}]
59 + dev-python/tqdm[${PYTHON_USEDEP}]
60 + )"
61 +
62 +distutils_enable_sphinx doc dev-python/sphinx_rtd_theme
63 +distutils_enable_tests pytest
64 +
65 +export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}