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/GitPython/
Date: Sun, 20 Feb 2022 14:03:09
Message-Id: 1645365781.449aa18dce54aa1bd3d7834856cecc4c5e7ef086.mgorny@gentoo
1 commit: 449aa18dce54aa1bd3d7834856cecc4c5e7ef086
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 20 13:37:46 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 20 14:03:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=449aa18d
7
8 dev-python/GitPython: Bump to 3.1.27
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/GitPython/GitPython-3.1.27.ebuild | 79 ++++++++++++++++++++++++++++
13 dev-python/GitPython/Manifest | 2 +
14 2 files changed, 81 insertions(+)
15
16 diff --git a/dev-python/GitPython/GitPython-3.1.27.ebuild b/dev-python/GitPython/GitPython-3.1.27.ebuild
17 new file mode 100644
18 index 000000000000..c40654434744
19 --- /dev/null
20 +++ b/dev-python/GitPython/GitPython-3.1.27.ebuild
21 @@ -0,0 +1,79 @@
22 +# Copyright 1999-2022 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=8
26 +
27 +DISTUTILS_USE_PEP517=setuptools
28 +PYTHON_COMPAT=( python3_{8..10} )
29 +PYTHON_REQ_USE="threads(+)"
30 +
31 +inherit distutils-r1
32 +
33 +TEST_P=GitPython-${PV}
34 +GITDB_P=gitdb-4.0.9
35 +SMMAP_P=smmap-5.0.0
36 +
37 +DESCRIPTION="Library used to interact with Git repositories"
38 +HOMEPAGE="https://github.com/gitpython-developers/GitPython https://pypi.org/project/GitPython/"
39 +SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz
40 + test? (
41 + https://dev.gentoo.org/~mgorny/dist/${TEST_P}.gitbundle
42 + https://dev.gentoo.org/~mgorny/dist/${GITDB_P}.gitbundle
43 + https://dev.gentoo.org/~mgorny/dist/${SMMAP_P}.gitbundle
44 + )"
45 +
46 +LICENSE="BSD"
47 +SLOT="0"
48 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
49 +
50 +RDEPEND="
51 + dev-vcs/git
52 + >=dev-python/gitdb-4.0.1[${PYTHON_USEDEP}]"
53 +BDEPEND="
54 + test? (
55 + >=dev-python/ddt-1.1.1[${PYTHON_USEDEP}]
56 + )"
57 +
58 +distutils_enable_tests pytest
59 +
60 +src_prepare() {
61 + # upstream reverted the changes needing py3.10's typing module
62 + # but did not update the dep
63 + sed -i -e '/typing-extensions/d' requirements.txt || die
64 + distutils-r1_src_prepare
65 +}
66 +
67 +src_test() {
68 + git config --global user.email "travis@××.com" || die
69 + git config --global user.name "Travis Runner" || die
70 +
71 + git clone "${DISTDIR}/${TEST_P}.gitbundle" "${T}"/test || die
72 + git clone "${DISTDIR}/${GITDB_P}.gitbundle" \
73 + "${T}"/test/git/ext/gitdb || die
74 + git clone "${DISTDIR}/${SMMAP_P}.gitbundle" \
75 + "${T}"/test/git/ext/gitdb/gitdb/ext/smmap || die
76 +
77 + cd "${T}"/test || die
78 + git rev-parse HEAD > .git/refs/remotes/origin/master || die
79 + TRAVIS=1 ./init-tests-after-clone.sh || die
80 + cat test/fixtures/.gitconfig >> ~/.gitconfig || die
81 + sed -i -e '/addopts/d' pyproject.toml || die
82 +
83 + distutils-r1_src_test
84 +}
85 +
86 +python_test() {
87 + local EPYTEST_DESELECT=(
88 + # performance tests are unreliable by design
89 + test/performance
90 + # unimpoortant and problematic
91 + test/test_installation.py
92 + # Internet
93 + test/test_repo.py::TestRepo::test_leaking_password_in_clone_logs
94 + # TODO
95 + test/test_submodule.py::TestSubmodule::test_base_rw
96 + test/test_submodule.py::TestSubmodule::test_root_module
97 + )
98 +
99 + epytest
100 +}
101
102 diff --git a/dev-python/GitPython/Manifest b/dev-python/GitPython/Manifest
103 index ee70e38d998d..1c8c59e04c54 100644
104 --- a/dev-python/GitPython/Manifest
105 +++ b/dev-python/GitPython/Manifest
106 @@ -1,4 +1,6 @@
107 DIST GitPython-3.1.26.gitbundle 9711896 BLAKE2B 31c06bc713cabe11f0a1cb5fe0a94dbca628cc047de3ac29d83eb97370ebe112aae813ab93717618d4382f13a63bd9cc79709e493c99f77c7d0a2a505181e869 SHA512 99ea5bf310e5edb36f02b44b07729041c683bd1eea1b7af278d6a89147a0761c04aa6eeafbd488b1c84935d00ebf47e7c6230984a8caaccdeccd8c3878b094e4
108 DIST GitPython-3.1.26.tar.gz 191901 BLAKE2B 365defa1947719273319bbf8b035710b6bfcecae19d5a8f452d4667b4227f1a5bce4238ff9377b2ac97eee27de97410b19882072b5b6673ec6a75638bd9c8751 SHA512 dcaa14b5bafb6d41c0d5afd57494146b309bcd9a7c65ed4ce56f71fc6e2399640147fac7319dd91b8ea4ae1ca38d02885d5a4b64eccb043c4b8a4347e27a1ecb
109 +DIST GitPython-3.1.27.gitbundle 9652508 BLAKE2B f81b6d94b302b1d4aec85096bb294df1a6a699eff4dd27a1d32083e73b031daf3ef58ec6aa6f98c7693ef187b21de9ea242fa37a88b1f51c0e17238dda978c5c SHA512 bf1011a765b51eb871f6b6a462c693e4e79bb0ba81103d4f268b780b86ab12112c44f74c1d68e93388d1f86c068f6c2336f33ea12dce2e0b2302c940ebb9c49f
110 +DIST GitPython-3.1.27.tar.gz 192188 BLAKE2B 3cab995a17d8eca8d4301367b1ee7a2c3c0a46a217f6e6d89e1bb4e62b733d21cd6d9210faac49c3c905343067e819f8c37ac9cc69d9fc33ce948b63fd53714e SHA512 6f855bcfc380c1a83a97807ca8ddcc4dfe8258f3aba0790142ef41f28befff44847aec925e523eaac47fd6c0078eb6296f52bb4b7d2be7d59ad95bbeb930fe28
111 DIST gitdb-4.0.9.gitbundle 1461448 BLAKE2B dad9efdc4e9711361c851f4745df2e3fa3b2360ab58cffea971a854429cf3e11862a267efb5afa3d9ff7668dc6d1bb7f11aa033172238bea61a6252d0488b746 SHA512 eb71e6dd380e67a96a9dcd50a3a3c82aab8c7f85b1ca4258a92202a5e4cb5a1535363599c94ab26884b4cd755ce30694c1b193a95e5cd5199b5d4e2cf8e72818
112 DIST smmap-5.0.0.gitbundle 338621 BLAKE2B 58c151245a1353d482e06313beb1cfbe7aa23d30733b284b1745b562da1da4e6f9b8acd7d4b967987e8c29a0cfbe6d3b27790f4683f6cbd86fc22a1416bc1c24 SHA512 94b827cdcfaf31b726b48b7b0a9036e852683046b07430b79e59a1339079ca078129d5eb02d9009979ce86892748b700d6cd281e401ddf6b0048252e2181fe1f