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/gitdb/
Date: Fri, 27 May 2022 19:46:02
Message-Id: 1653680637.2dff3828c90fbf5eab96d24eaf418146f6bf1bf9.mgorny@gentoo
1 commit: 2dff3828c90fbf5eab96d24eaf418146f6bf1bf9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 27 19:43:57 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 27 19:43:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dff3828
7
8 dev-python/gitdb: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/gitdb/Manifest | 1 -
13 dev-python/gitdb/gitdb-4.0.8.ebuild | 54 ---------------------------------
14 dev-python/gitdb/gitdb-4.0.9.ebuild | 59 -------------------------------------
15 3 files changed, 114 deletions(-)
16
17 diff --git a/dev-python/gitdb/Manifest b/dev-python/gitdb/Manifest
18 index 0df62ad0ce9d..1cd1f5b2863f 100644
19 --- a/dev-python/gitdb/Manifest
20 +++ b/dev-python/gitdb/Manifest
21 @@ -1,2 +1 @@
22 -DIST gitdb-4.0.8.tar.gz 394637 BLAKE2B 8eb3b04664df0fb40b93ee814d94a2526d62127c3dd7d0908f8c3ab9c3fc4d7ad368ad6a4288e509ce2f6e43348cb4f3761aaf404040bad1c59bc920517888af SHA512 fa883bf135080a9defa039bf1f13aebdb91c7e8d397c870e24d7c13acc1b30fc32c6299b43c117657382c1908ace748b0967bc53e02c2d73633cc8603fcb8003
23 DIST gitdb-4.0.9.tar.gz 394670 BLAKE2B 7882c2757f7c6ff9fa6518504b46ff987fa69f38ba28713a6d140614944e2ccb1c371321402faae835455659a8b33c12523cb781e9c62c79132a724c7ad4d86d SHA512 174b90e09b65ba38d3404fd79a8963987ab49a5e2b96ce82057b519861e8312342c425ff10849c865f66e6e88c27d651d8902a6f8abea88f9f33161f44974109
24
25 diff --git a/dev-python/gitdb/gitdb-4.0.8.ebuild b/dev-python/gitdb/gitdb-4.0.8.ebuild
26 deleted file mode 100644
27 index 8c146410de5a..000000000000
28 --- a/dev-python/gitdb/gitdb-4.0.8.ebuild
29 +++ /dev/null
30 @@ -1,54 +0,0 @@
31 -# Copyright 1999-2022 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -PYTHON_COMPAT=( python3_{8..10} )
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="GitDB is a pure-Python git object database"
40 -HOMEPAGE="
41 - https://github.com/gitpython-developers/gitdb
42 - https://pypi.org/project/gitdb/"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="BSD"
46 -SLOT="0"
47 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
48 -
49 -RDEPEND="
50 - >=dev-python/smmap-3.0.1[${PYTHON_USEDEP}]"
51 -BDEPEND="
52 - test? (
53 - dev-vcs/git
54 - )"
55 -
56 -distutils_enable_tests nose
57 -
58 -src_test() {
59 - local i
60 -
61 - mkdir "${T}"/repo || die
62 - cd "${T}"/repo || die
63 -
64 - for (( i = 0; i < 2500; ++i )); do
65 - echo "${i}" > file"${i}" || die
66 - done
67 -
68 - git init || die
69 - git config user.email "you@×××××××.com" || die
70 - git config user.name "Your Name" || die
71 - git add -A || die
72 - git commit -q -m ".." || die
73 - git clone --bare "${T}"/repo "${T}"/repo.git || die
74 - cd "${S}" || die
75 -
76 - distutils-r1_src_test
77 -}
78 -
79 -python_test() {
80 - #TRAVIS=1 disables performance tests which rely on the gitdb repo
81 - local -x TRAVIS=1
82 - local -x GITDB_TEST_GIT_REPO_BASE="${T}"/repo.git
83 - nosetests -v || die "Tests fail with ${EPYTHON}"
84 -}
85
86 diff --git a/dev-python/gitdb/gitdb-4.0.9.ebuild b/dev-python/gitdb/gitdb-4.0.9.ebuild
87 deleted file mode 100644
88 index 94184a149103..000000000000
89 --- a/dev-python/gitdb/gitdb-4.0.9.ebuild
90 +++ /dev/null
91 @@ -1,59 +0,0 @@
92 -# Copyright 1999-2022 Gentoo Authors
93 -# Distributed under the terms of the GNU General Public License v2
94 -
95 -EAPI=8
96 -
97 -DISTUTILS_USE_PEP517=setuptools
98 -PYTHON_COMPAT=( python3_{8..10} )
99 -
100 -inherit distutils-r1
101 -
102 -DESCRIPTION="GitDB is a pure-Python git object database"
103 -HOMEPAGE="
104 - https://github.com/gitpython-developers/gitdb/
105 - https://pypi.org/project/gitdb/
106 -"
107 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
108 -
109 -LICENSE="BSD"
110 -SLOT="0"
111 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
112 -
113 -RDEPEND="
114 - >=dev-python/smmap-3.0.1[${PYTHON_USEDEP}]
115 -"
116 -BDEPEND="
117 - test? (
118 - dev-vcs/git
119 - )
120 -"
121 -
122 -distutils_enable_tests nose
123 -
124 -src_test() {
125 - local i
126 -
127 - mkdir "${T}"/repo || die
128 - cd "${T}"/repo || die
129 -
130 - for (( i = 0; i < 2500; ++i )); do
131 - echo "${i}" > file"${i}" || die
132 - done
133 -
134 - git init || die
135 - git config user.email "you@×××××××.com" || die
136 - git config user.name "Your Name" || die
137 - git add -A || die
138 - git commit -q -m ".." || die
139 - git clone --bare "${T}"/repo "${T}"/repo.git || die
140 - cd "${S}" || die
141 -
142 - distutils-r1_src_test
143 -}
144 -
145 -python_test() {
146 - #TRAVIS=1 disables performance tests which rely on the gitdb repo
147 - local -x TRAVIS=1
148 - local -x GITDB_TEST_GIT_REPO_BASE="${T}"/repo.git
149 - nosetests -v || die "Tests fail with ${EPYTHON}"
150 -}