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: Wed, 26 May 2021 08:36:24
Message-Id: 1622018159.ce1b995cf105f5c73414dadc961d34aaf41646fe.mgorny@gentoo
1 commit: ce1b995cf105f5c73414dadc961d34aaf41646fe
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 26 08:21:48 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 26 08:35:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce1b995c
7
8 dev-python/GitPython: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/GitPython/GitPython-3.1.14.ebuild | 59 -------------------------
13 dev-python/GitPython/GitPython-3.1.16.ebuild | 65 ----------------------------
14 dev-python/GitPython/Manifest | 4 --
15 3 files changed, 128 deletions(-)
16
17 diff --git a/dev-python/GitPython/GitPython-3.1.14.ebuild b/dev-python/GitPython/GitPython-3.1.14.ebuild
18 deleted file mode 100644
19 index ef1dd01cb94..00000000000
20 --- a/dev-python/GitPython/GitPython-3.1.14.ebuild
21 +++ /dev/null
22 @@ -1,59 +0,0 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=7
27 -
28 -PYTHON_COMPAT=( python3_{7..9} )
29 -PYTHON_REQ_USE="threads(+)"
30 -
31 -inherit distutils-r1
32 -
33 -TEST_P=GitPython-${PV}
34 -GITDB_P=gitdb-4.0.5-r1
35 -SMMAP_P=smmap-3.0.4
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="amd64 ~arm arm64 ~ppc64 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 unittest
59 -
60 -src_test() {
61 - git config --global user.email "travis@××.com" || die
62 - git config --global user.name "Travis Runner" || die
63 -
64 - git clone "${DISTDIR}/${TEST_P}.gitbundle" "${T}"/test || die
65 - git clone "${DISTDIR}/${GITDB_P}.gitbundle" \
66 - "${T}"/test/git/ext/gitdb || die
67 - git clone "${DISTDIR}/${SMMAP_P}.gitbundle" \
68 - "${T}"/test/git/ext/gitdb/gitdb/ext/smmap || die
69 -
70 - cd "${T}"/test || die
71 - TRAVIS=1 ./init-tests-after-clone.sh || die
72 - cat test/fixtures/.gitconfig >> ~/.gitconfig || die
73 - rm -r test/performance || die
74 - # tests requiring network access
75 - sed -i -e 's:test_fetch_error:_&:' test/test_remote.py || die
76 - rm test/test_installation.py || die
77 - # broken with git 2.30+
78 - sed -i -e 's:test_index_file_diffing:_&:' test/test_index.py || die
79 -
80 - distutils-r1_src_test
81 -}
82
83 diff --git a/dev-python/GitPython/GitPython-3.1.16.ebuild b/dev-python/GitPython/GitPython-3.1.16.ebuild
84 deleted file mode 100644
85 index 5330b503149..00000000000
86 --- a/dev-python/GitPython/GitPython-3.1.16.ebuild
87 +++ /dev/null
88 @@ -1,65 +0,0 @@
89 -# Copyright 1999-2021 Gentoo Authors
90 -# Distributed under the terms of the GNU General Public License v2
91 -
92 -EAPI=7
93 -
94 -PYTHON_COMPAT=( python3_{7..9} )
95 -PYTHON_REQ_USE="threads(+)"
96 -
97 -inherit distutils-r1
98 -
99 -TEST_P=GitPython-${PV}
100 -GITDB_P=gitdb-4.0.7
101 -SMMAP_P=smmap-4.0.0
102 -
103 -DESCRIPTION="Library used to interact with Git repositories"
104 -HOMEPAGE="https://github.com/gitpython-developers/GitPython https://pypi.org/project/GitPython/"
105 -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz
106 - test? (
107 - https://dev.gentoo.org/~mgorny/dist/${TEST_P}.gitbundle
108 - https://dev.gentoo.org/~mgorny/dist/${GITDB_P}.gitbundle
109 - https://dev.gentoo.org/~mgorny/dist/${SMMAP_P}.gitbundle
110 - )"
111 -
112 -LICENSE="BSD"
113 -SLOT="0"
114 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
115 -
116 -RDEPEND="
117 - dev-vcs/git
118 - >=dev-python/gitdb-4.0.1[${PYTHON_USEDEP}]
119 - $(python_gen_cond_dep '
120 - dev-python/typing-extensions[${PYTHON_USEDEP}]
121 - ' python3_7)"
122 -BDEPEND="
123 - test? (
124 - >=dev-python/ddt-1.1.1[${PYTHON_USEDEP}]
125 - )"
126 -
127 -distutils_enable_tests unittest
128 -
129 -src_test() {
130 - git config --global user.email "travis@××.com" || die
131 - git config --global user.name "Travis Runner" || die
132 -
133 - git clone "${DISTDIR}/${TEST_P}.gitbundle" "${T}"/test || die
134 - git clone "${DISTDIR}/${GITDB_P}.gitbundle" \
135 - "${T}"/test/git/ext/gitdb || die
136 - git clone "${DISTDIR}/${SMMAP_P}.gitbundle" \
137 - "${T}"/test/git/ext/gitdb/gitdb/ext/smmap || die
138 -
139 - cd "${T}"/test || die
140 - TRAVIS=1 ./init-tests-after-clone.sh || die
141 - cat test/fixtures/.gitconfig >> ~/.gitconfig || die
142 - rm -r test/performance || die
143 - # tests requiring network access
144 - sed -i -e 's:test_fetch_error:_&:' test/test_remote.py || die
145 - sed -i -e 's:test_leaking_password_in_clone_logs:_&:' test/test_repo.py || die
146 - # TODO
147 - sed -e 's:test_root_module:_&:' \
148 - -e 's:test_base_rw:_&:' \
149 - -i test/test_submodule.py || die
150 - rm test/test_installation.py || die
151 -
152 - distutils-r1_src_test
153 -}
154
155 diff --git a/dev-python/GitPython/Manifest b/dev-python/GitPython/Manifest
156 index 1376ea6a623..9d8789ef29b 100644
157 --- a/dev-python/GitPython/Manifest
158 +++ b/dev-python/GitPython/Manifest
159 @@ -1,9 +1,5 @@
160 -DIST GitPython-3.1.14.gitbundle 4446003 BLAKE2B db7844045aed7c40a3f341706e017e877bf3dedde61665754c1d4b14b98d0ddc863666ff1dceb313174a908f8fbacbda0586e53e874a1397e6eeb562cf1ddf1f SHA512 ecd570bdb85dfa64f42ce447bf381868d584eb56897954d893ba1f1ee193fa4e45f3847fe842a67276da0cf155a2501ed4c25d34d300a9776b0f068b659ba014
161 -DIST GitPython-3.1.14.tar.gz 171534 BLAKE2B bcb2b7a497f6eabebe3187ad5104bede01c1a53aa52d15bdc7112198224c566cefc1ecae448dc47f6610e05cf871620a862ca6a3cca17bd8812720e64a9a1d86 SHA512 ee9015d82a53aba18dde8cede276d1d4410c7d9791c5b224c772114801c1e6dc4210c02399dc1248593a4e52d5f5e549cdbf927d6a7c7f9a5a9b0801f5d79675
162 DIST GitPython-3.1.15.gitbundle 4811422 BLAKE2B 16399b302f7f3f36b315bcaa1535992a43b02fd888586d135824f8f4dc5ba611875d68e6d3102d71edc93848a91d3b244176d6b735ef30d65fdf64c28d325ef9 SHA512 13064036f20aaa58cf7784a3a61ed9c9e08414e9126332fc629e976889c87a2a70b1c9270774df676dcc08ded0ee3629112c60b88025536a9d13a04491b7b1e2
163 DIST GitPython-3.1.15.tar.gz 175132 BLAKE2B 5a0cc8176257a5fec9afbf81351da191fc70ad5678d3ee89d36807cdf01a7f69216916723ac551bcc29fbc07a88a9a0357d12d41b4f43888917bd45dd766328e SHA512 bee1e12625995a0264694796ec6f346a5258ec13c24517939e65eaf9b679d82afb7848c02e6222389609bdf3a0dccbce4af1bd59a5d12f2851da47878a21b210
164 -DIST GitPython-3.1.16.gitbundle 4864707 BLAKE2B 9ff8a9b86da47c03de100a12c93cf97dfc0a30a8cd50231ec8f8f1363b5b38d945821ad099d89d1f39a6cc5b4af92069b20f448e9a3c81d203aa37b60907959a SHA512 69f1e7b413992161a90e5d34a877b5e942f85463f5bce453762f88fe96ffaa67ade418e43286b5aa6b1a0a8c009da49c5130b147eeba69063fb46f6a1783ce49
165 -DIST GitPython-3.1.16.tar.gz 178271 BLAKE2B 1093497756ccd4a6e5329ef8858a23ead6c7ad335e316ab6aef59ddefd226021d8001646d560158c9013abe954869c521270f753a7b2af3a1833dcc6bc40a8c4 SHA512 34e43d1b26721256c46d5c02f9c1b135180ac068c141b095bdb2b24828c8e1cf875216908bb3d4a2d1439c589825adebcba9cbabf8718e0e61625fc7f91727b6
166 DIST GitPython-3.1.17.gitbundle 9249795 BLAKE2B 2c647de0e335d58d85eb5444e52f93adb13c5e2cf9a6272fa26a7fd68bc1f467ab2134ee88a4386af03b9816cd568b7366a202480ab0fd7540202b5757a7caf3 SHA512 576082e3f6f741183392e3fa51c3ed0f3c6de668562f07ead14500644afe01ea5d667a1c30f3a111326b3bcb320b42eadfeefb9eeccb699cb19661b330321a6b
167 DIST GitPython-3.1.17.tar.gz 178303 BLAKE2B cc4a89c6d5ab8ae59439286ed4159aa4e6cc936e5ef011eecae2ba79010eb13a2e7e79635e1f89bfbc32dc58e4a6f11c9bb13f164d8111178b3302a2780d599c SHA512 c87d9de510f245a64d9df68f0e5c07744eef21669ef3beb81f2d0aefe4299f1cb4cfd2d37b87120b21781aea06fa9f8b2ccbfda1f2648c92cd9c73506b953ed4
168 DIST gitdb-4.0.5-r1.gitbundle 1499071 BLAKE2B e429014def18d645b7117b27f592ead9c518076eeee2f6cc42c4a231f9a4f61c8275ccb1def5d042d44f34863528570163e9e154bb1536a0917b10f135e2462c SHA512 6fcf345af9f72afa39f4ba931bf474b2596678f1b790e3d4e1e3f7420baafbad04689bcdee9e99407f7c2b1c6f0d36fcf524b408ceb37b95dc4980e9423b1ad7