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/pooch/
Date: Tue, 12 Oct 2021 06:18:20
Message-Id: 1634019491.804a7535d5c148d06ff075d27a950a4883691a9e.mgorny@gentoo
1 commit: 804a7535d5c148d06ff075d27a950a4883691a9e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 12 06:17:19 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 12 06:18:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=804a7535
7
8 dev-python/pooch: Bump to 1.5.2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pooch/Manifest | 1 +
13 dev-python/pooch/pooch-1.5.2.ebuild | 35 +++++++++++++++++++++++++++++++++++
14 2 files changed, 36 insertions(+)
15
16 diff --git a/dev-python/pooch/Manifest b/dev-python/pooch/Manifest
17 index 34de6f839c2..be1eb9d482b 100644
18 --- a/dev-python/pooch/Manifest
19 +++ b/dev-python/pooch/Manifest
20 @@ -1 +1,2 @@
21 DIST pooch-1.4.0.tar.gz 57097 BLAKE2B c891387011c99edbb78d84a8301e18fbfce36ecf6e87372ab384921d7e608abc2db2d3b3b37229ba193f3dcebb03f8df546c266075a0a35f18856ff38b3f94e2 SHA512 f883ecbb8831a179338ad497376ced25afa812ba3fdce7db4eb85aca00368aaf7c9c9f4dd58348b24f182b59e5de52bf490f03b6d4b6a807c4dcc182ac89627b
22 +DIST pooch-1.5.2.tar.gz 61167 BLAKE2B 36c3ac00ae1d05b688fabc31ae9eb88536d717a3dd179a02bf76f9c8066520bc165af0a71d5cd514e7c9f2422c4a3ee189cf93215bc9a9189bf9f20a77f95e61 SHA512 acb1a48e94a97f79503125f0cf1312d715719ec32817771d2e19d2bd89b2cfd34b50221d67d1854cd93818140d8536f6f5b3db1ae0bbb185fffa2cf9886f98da
23
24 diff --git a/dev-python/pooch/pooch-1.5.2.ebuild b/dev-python/pooch/pooch-1.5.2.ebuild
25 new file mode 100644
26 index 00000000000..a8c0c03f2fe
27 --- /dev/null
28 +++ b/dev-python/pooch/pooch-1.5.2.ebuild
29 @@ -0,0 +1,35 @@
30 +# Copyright 1999-2021 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 +inherit distutils-r1
37 +
38 +DESCRIPTION="Manage your Python library's sample data files"
39 +HOMEPAGE="https://github.com/fatiando/pooch"
40 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 +
42 +LICENSE="BSD"
43 +SLOT="0"
44 +KEYWORDS="~amd64"
45 +RESTRICT="test"
46 +PROPERTIES="test_network"
47 +
48 +RDEPEND="
49 + dev-python/appdirs[${PYTHON_USEDEP}]
50 + dev-python/packaging[${PYTHON_USEDEP}]
51 + dev-python/requests[${PYTHON_USEDEP}]"
52 +
53 +BDEPEND="
54 + dev-python/setuptools_scm[${PYTHON_USEDEP}]
55 + test? (
56 + dev-python/paramiko[${PYTHON_USEDEP}]
57 + dev-python/pytest-localftpserver[${PYTHON_USEDEP}]
58 + dev-python/tqdm[${PYTHON_USEDEP}]
59 + )"
60 +
61 +distutils_enable_sphinx doc dev-python/sphinx_rtd_theme
62 +distutils_enable_tests pytest
63 +
64 +export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}