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/pip-run/
Date: Sat, 31 Dec 2022 07:18:59
Message-Id: 1672470882.1e57a32b2e37cf1e9a93af63f8003e09b9f121f0.mgorny@gentoo
1 commit: 1e57a32b2e37cf1e9a93af63f8003e09b9f121f0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 31 06:18:04 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 31 07:14:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e57a32b
7
8 dev-python/pip-run: Bump to 10.0.1
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pip-run/Manifest | 1 +
13 dev-python/pip-run/pip-run-10.0.1.ebuild | 54 ++++++++++++++++++++++++++++++++
14 2 files changed, 55 insertions(+)
15
16 diff --git a/dev-python/pip-run/Manifest b/dev-python/pip-run/Manifest
17 index 9684fc242f4e..346d6954acf3 100644
18 --- a/dev-python/pip-run/Manifest
19 +++ b/dev-python/pip-run/Manifest
20 @@ -1,3 +1,4 @@
21 +DIST pip-run-10.0.1.gh.tar.gz 25236 BLAKE2B 319f67420f44c4df1ea950f920de16f3187f1465c619fb628123a07ce56b3c63c96490cc9705f38f273a6fe71d868c9cb31193236af50aff903a34755991a241 SHA512 d4ddca5395a1be291b763555f7d634f5740515167bb38f670b1c3af81d7196e1e084b5659f0d981f2328adb340632bfd452e2913f3d56ea012a2587623b28364
22 DIST pip-run-9.0.0.gh.tar.gz 23171 BLAKE2B ca1bee27f4d1826029aa2520dbad9807d22ce66326fd917f0b7687284ce3daf9abcd45e593d735633fb86186ea88ffa0b71780f9b56e27458798763db309bd9d SHA512 117b2260fe628dcc5aae47335ab645c2db47ca9b4d5cd0446ef11bb399c0e91df3a32b61aa7a228aca4d7b837228ddb41fe010896f7debf5fbca6111398cce73
23 DIST pip-run-9.2.1.gh.tar.gz 24104 BLAKE2B ebb26cd5356a5919d74c6601b36deed0046c0d67d7533f5817b62b7b7ba74240ef44dd2425be7143f8432d3f8a3f611a051f099b6059e64479eadd77e8f39b45 SHA512 f320da7641817df5c9418094fb49792e3368907ddac551ef22d97ab45b5183cb84f40338da106d5a47d238ca68ca376cbfc6d6c3528b9fca1db02bf910bd3d28
24 DIST pip-run-9.4.0.gh.tar.gz 25821 BLAKE2B 8d4d9712f0563d3edf8d963e14221fde89cffc14c3fb26afc2b18bdeca9917cacb27c88a815d398d2b67f10112e888c9f60b497c3c1bf59d0105a4c972aef15d SHA512 c266e6eb30f21ddfd89cc25dee5c56542b3734497d59315751c190e7bd985c6746b95802255ec05da19d5cec8822f4fa169eba4218989013e36a2c118d560f4d
25
26 diff --git a/dev-python/pip-run/pip-run-10.0.1.ebuild b/dev-python/pip-run/pip-run-10.0.1.ebuild
27 new file mode 100644
28 index 000000000000..98266e7e28e5
29 --- /dev/null
30 +++ b/dev-python/pip-run/pip-run-10.0.1.ebuild
31 @@ -0,0 +1,54 @@
32 +# Copyright 2022 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +
37 +DISTUTILS_USE_PEP517=setuptools
38 +PYTHON_COMPAT=( python3_{8..11} pypy3 )
39 +
40 +inherit distutils-r1
41 +
42 +DESCRIPTION="Install packages and run Python with them"
43 +HOMEPAGE="
44 + https://github.com/jaraco/pip-run/
45 + https://pypi.org/project/pip-run/
46 +"
47 +SRC_URI="
48 + https://github.com/jaraco/pip-run/archive/v${PV}.tar.gz
49 + -> ${P}.gh.tar.gz
50 +"
51 +
52 +LICENSE="MIT"
53 +SLOT="0"
54 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
55 +
56 +RDEPEND="
57 + dev-python/autocommand[${PYTHON_USEDEP}]
58 + $(python_gen_cond_dep '
59 + dev-python/importlib_resources[${PYTHON_USEDEP}]
60 + ' 3.8)
61 + dev-python/jaraco-context[${PYTHON_USEDEP}]
62 + dev-python/jaraco-functools[${PYTHON_USEDEP}]
63 + dev-python/jaraco-text[${PYTHON_USEDEP}]
64 + >=dev-python/more-itertools-8.3[${PYTHON_USEDEP}]
65 + dev-python/packaging[${PYTHON_USEDEP}]
66 + dev-python/path[${PYTHON_USEDEP}]
67 + dev-python/pip[${PYTHON_USEDEP}]
68 + dev-python/platformdirs[${PYTHON_USEDEP}]
69 +"
70 +BDEPEND="
71 + test? (
72 + dev-python/jaraco-path[${PYTHON_USEDEP}]
73 + >=dev-python/jaraco-test-5.2[${PYTHON_USEDEP}]
74 + dev-python/pygments[${PYTHON_USEDEP}]
75 + )
76 +"
77 +
78 +EPYTEST_IGNORE=(
79 + # Needs network access, and another test dep nbformat
80 + tests/test_scripts.py
81 +)
82 +
83 +distutils_enable_tests pytest
84 +
85 +export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}