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: Wed, 11 Mar 2020 21:19:35
Message-Id: 1583961472.5172d276ed3cde366657a8eeb6e7938db8fb80d6.mgorny@gentoo
1 commit: 5172d276ed3cde366657a8eeb6e7938db8fb80d6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 11 20:28:20 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 11 21:17:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5172d276
7
8 dev-python/gitdb: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/gitdb/Manifest | 1 -
13 dev-python/gitdb/gitdb-0.6.4.ebuild | 29 -----------------------------
14 2 files changed, 30 deletions(-)
15
16 diff --git a/dev-python/gitdb/Manifest b/dev-python/gitdb/Manifest
17 index a5883d4a6a0..3f985c1d849 100644
18 --- a/dev-python/gitdb/Manifest
19 +++ b/dev-python/gitdb/Manifest
20 @@ -1,2 +1 @@
21 -DIST gitdb-0.6.4.tar.gz 400506 BLAKE2B 5c6f1bf15e597267bcefa6f77bf4829f13673a0f6e463b2d62a469cee3cf8de866bd88a59d9308211a03587fca18610b10a044d579abc976f40f8e1591b4f292 SHA512 2314ae70ec26c46c559cc69a1300ead8cd65a0a22425a3bb36b04edb73bd5e2628cbdcd8e515830c74b21af2badea662c915a727d9a46ed2f92f169eb71bdf62
22 DIST gitdb-4.0.2.tar.gz 395032 BLAKE2B 0a9cff81fe1e7e8273938545c297096be181dab4ef8e771260f78c2921bcdbf929deb453d7fc893050eb93aba54a8d8a6dabf2e553892d7a9544dbb3e35b44b7 SHA512 9375710ede3f3df7c4d2b0f144d7843cec436b7128c1093c9575ceb62ee03c9f6a12941c97f8642cd8d1b8a429258ac612a78be402bf40decd4b4b5ae2e0d2a9
23
24 diff --git a/dev-python/gitdb/gitdb-0.6.4.ebuild b/dev-python/gitdb/gitdb-0.6.4.ebuild
25 deleted file mode 100644
26 index 842e816383c..00000000000
27 --- a/dev-python/gitdb/gitdb-0.6.4.ebuild
28 +++ /dev/null
29 @@ -1,29 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -PYTHON_COMPAT=( python3_6 )
36 -
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="amd64 ~arm64 x86"
48 -IUSE=""
49 -
50 -RDEPEND="dev-vcs/git
51 - >=dev-python/smmap-0.8.5[${PYTHON_USEDEP}]"
52 -DEPEND="${RDEPEND}"
53 -# Testsuite appears to require files from a git repo
54 -
55 -python_compile() {
56 - python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
57 - distutils-r1_python_compile
58 -}