From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pooch/
Date: Wed, 21 Feb 2024 04:45:10 +0000 (UTC) [thread overview]
Message-ID: <1708489917.41c7000dca670fa4a14aa2f7eb2475519747497d.mgorny@gentoo> (raw)
commit: 41c7000dca670fa4a14aa2f7eb2475519747497d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 21 04:31:57 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 21 04:31:57 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41c7000d
dev-python/pooch: Bump to 1.8.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pooch/Manifest | 1 +
dev-python/pooch/pooch-1.8.1.ebuild | 59 +++++++++++++++++++++++++++++++++++++
2 files changed, 60 insertions(+)
diff --git a/dev-python/pooch/Manifest b/dev-python/pooch/Manifest
index d4778b578e9e..3b3f6f0cf991 100644
--- a/dev-python/pooch/Manifest
+++ b/dev-python/pooch/Manifest
@@ -1 +1,2 @@
DIST pooch-1.8.0.tar.gz 59408 BLAKE2B 07ed7c17e98ef4627f347e9b71355e147f56970fe5f0d709269602796a5ba2d8ffd5ad0ad47a17114d32841b9a7fc3eeab978f8ca9f64d35c89ff35b0aa62279 SHA512 d97e3e1098d1eeee30108affc64ed5a12f679e9122d35494598a03f3a548bb83b57dc54ac5a2c85bc42e664cb90f713bdb55b47b430ff000a722ffad58010497
+DIST pooch-1.8.1.tar.gz 59614 BLAKE2B ff30e6f1a1cc71091d5e822eb0eeda59fb1ff8f53d2dd6dc67dccc955d28f3fa485d03615d544096fdae7786c181a3395b62e3c59212f80b977755e3df0addf0 SHA512 9e78da7839deb443340c925622d5e9b1d7a3f14fdac3eae2528fb91ebf86f88715e8737e869057fe7c703e8423303e15379c07e5d11a7bebd3da63b1ac06ae3f
diff --git a/dev-python/pooch/pooch-1.8.1.ebuild b/dev-python/pooch/pooch-1.8.1.ebuild
new file mode 100644
index 000000000000..c6e63ad9b1a0
--- /dev/null
+++ b/dev-python/pooch/pooch-1.8.1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Manage your Python library's sample data files"
+HOMEPAGE="
+ https://github.com/fatiando/pooch/
+ https://pypi.org/project/pooch/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
+
+RDEPEND="
+ dev-python/appdirs[${PYTHON_USEDEP}]
+ dev-python/packaging[${PYTHON_USEDEP}]
+ >=dev-python/platformdirs-2.5.0[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+ dev-python/setuptools-scm[${PYTHON_USEDEP}]
+ test? (
+ dev-python/paramiko[${PYTHON_USEDEP}]
+ dev-python/pytest-httpserver[${PYTHON_USEDEP}]
+ dev-python/tqdm[${PYTHON_USEDEP}]
+ )
+"
+
+EPYTEST_DESELECT=(
+ # Needs network
+ pooch/tests/test_core.py::test_check_availability_invalid_downloader
+ pooch/tests/test_core.py::test_load_registry_from_doi
+ pooch/tests/test_core.py::test_load_registry_from_doi_zenodo_with_slash
+ # dev-python/pytest-localftpserver -> dev-python/pyftpdlib has py3.12 issues
+ # https://github.com/giampaolo/pyftpdlib/issues/560#issuecomment-971377238
+ pooch/tests/test_core.py::test_check_availability_on_ftp
+ pooch/tests/test_downloaders.py::test_invalid_doi_repository
+ pooch/tests/test_downloaders.py::test_doi_url_not_found
+ pooch/tests/test_downloaders.py::test_figshare_url_file_not_found
+ pooch/tests/test_downloaders.py::test_doi_downloader
+)
+
+### docs no included in pypi tarball
+# distutils_enable_sphinx doc \
+# dev-python/sphinx-rtd-theme
+distutils_enable_tests pytest
+
+python_test() {
+ local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+ epytest -p pytest_httpserver -k "not network"
+}
next reply other threads:[~2024-02-21 4:45 UTC|newest]
Thread overview: 65+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-21 4:45 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-27 19:09 [gentoo-commits] repo/gentoo:master commit in: dev-python/pooch/ Michał Górny
2024-06-22 17:52 Michał Górny
2024-06-22 17:18 Sam James
2024-06-22 17:18 Sam James
2024-06-22 13:49 Arthur Zamarin
2024-06-22 13:48 Arthur Zamarin
2024-06-22 13:48 Arthur Zamarin
2024-06-22 13:48 Arthur Zamarin
2024-06-07 14:54 Michał Górny
2024-03-08 5:40 Michał Górny
2024-03-07 20:22 Jakov Smolić
2024-03-07 17:09 Michał Górny
2024-03-07 17:09 Michał Górny
2024-03-07 16:24 Michał Górny
2024-03-07 16:17 Michał Górny
2024-03-07 16:10 Michał Górny
2023-12-02 11:12 Michał Górny
2023-12-02 10:23 Arthur Zamarin
2023-12-02 10:06 Michał Górny
2023-12-02 9:50 Michał Górny
2023-12-02 9:48 Arthur Zamarin
2023-12-02 9:32 Arthur Zamarin
2023-12-02 9:32 Arthur Zamarin
2023-11-17 17:37 Michał Górny
2023-10-25 7:43 Michał Górny
2023-07-20 10:16 WANG Xuerui
2023-06-27 6:34 Sam James
2023-04-14 20:46 Sam James
2023-04-05 15:58 Michał Górny
2023-04-05 12:01 Arthur Zamarin
2023-04-05 8:32 Arthur Zamarin
2023-04-05 7:39 Arthur Zamarin
2023-04-05 7:39 Arthur Zamarin
2023-04-05 7:30 Arthur Zamarin
2023-04-05 7:17 Arthur Zamarin
2023-03-24 20:48 Arthur Zamarin
2023-02-28 5:06 Michał Górny
2023-01-28 14:18 Arthur Zamarin
2023-01-28 14:18 Arthur Zamarin
2023-01-28 14:15 Arthur Zamarin
2023-01-28 14:15 Arthur Zamarin
2023-01-28 12:08 Arthur Zamarin
2023-01-28 9:08 Sam James
2023-01-28 9:06 Sam James
2023-01-28 9:06 Sam James
2023-01-28 9:06 Sam James
2023-01-28 9:06 Sam James
2023-01-28 9:06 Sam James
2023-01-28 9:06 Sam James
2023-01-05 8:50 Sam James
2022-06-05 5:36 Michał Górny
2022-05-15 3:48 Sam James
2022-04-22 18:40 Arthur Zamarin
2022-04-17 19:00 Sam James
2022-01-24 18:11 Arthur Zamarin
2021-10-27 19:10 Dennis Lamm
2021-10-17 9:13 Michał Górny
2021-10-12 6:18 Michał Górny
2021-07-21 17:57 Dennis Lamm
2021-07-21 4:36 Dennis Lamm
2021-07-21 4:36 Dennis Lamm
2021-02-07 23:57 Dennis Lamm
2021-02-07 23:57 Dennis Lamm
2020-09-17 16:48 Dennis Lamm
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1708489917.41c7000dca670fa4a14aa2f7eb2475519747497d.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox