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/git-python/
Date: Wed, 11 Mar 2020 21:19:32
Message-Id: 1583961468.a2fc8865d76faa5e96c7878dfa18215c42d16542.mgorny@gentoo
1 commit: a2fc8865d76faa5e96c7878dfa18215c42d16542
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 11 20:08:22 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 11 21:17:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2fc8865
7
8 dev-python/git-python: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/git-python/Manifest | 2 --
13 dev-python/git-python/git-python-1.0.2.ebuild | 39 ---------------------------
14 dev-python/git-python/git-python-2.1.7.ebuild | 37 -------------------------
15 3 files changed, 78 deletions(-)
16
17 diff --git a/dev-python/git-python/Manifest b/dev-python/git-python/Manifest
18 index 4f1dad252e7..81b89b13667 100644
19 --- a/dev-python/git-python/Manifest
20 +++ b/dev-python/git-python/Manifest
21 @@ -1,3 +1 @@
22 -DIST GitPython-1.0.2.tar.gz 387615 BLAKE2B 50915f5ea98a47eeaf086f57ecc0847592721390b7eb38bc3d03e8258c74b4708cb3043142c160139d399337180300037db874d126abb5e54bbae855cd4e8039 SHA512 faff50d5272158f1d05d932e7827c05272f9a28772aabbcabd631b735bb4d8306d2861d13c327d02a4c554bd9a9902c473fb282318036405497dd8bf0fcc51a8
23 DIST GitPython-2.1.11.tar.gz 428531 BLAKE2B 18b00f1e622c6588c14e1625f944d117348fb77e67161117510f42c8381db8cde8c6e16fa911edabfc4410239622fb845931b247bab4133585d2ec27969fea4c SHA512 5f964ee56c3f27c28f502150216af29b8463b19d9c0f773458dbabf17ba8587ee5c5e3fbcb31ad46c55e202d06bae447fd40007890a1bc116fe0370cdfc6401f
24 -DIST GitPython-2.1.7.tar.gz 426362 BLAKE2B 1d543b760bc0dbfdf95b120876c1f3454442a2e2bca69529229316fe5345129b852f4f6195066bc4750ac650083750c5ae0f842aeae871cba969aaf4c6563899 SHA512 3081fcf4944d49042fa95b55f1f0a152b405830fa592fbe546710798388e2bd7422bd2c62f5a7545f0820693fe1948ef31e1485d7b6bc2b37f2b807962e7da83
25
26 diff --git a/dev-python/git-python/git-python-1.0.2.ebuild b/dev-python/git-python/git-python-1.0.2.ebuild
27 deleted file mode 100644
28 index 5bf25e7aeaa..00000000000
29 --- a/dev-python/git-python/git-python-1.0.2.ebuild
30 +++ /dev/null
31 @@ -1,39 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -PYTHON_COMPAT=( python3_6 )
38 -PYTHON_REQ_USE="threads(+)"
39 -
40 -inherit distutils-r1
41 -
42 -MY_PN="GitPython"
43 -MY_PV="${PV/_rc/.RC}"
44 -MY_P="${MY_PN}-${MY_PV}"
45 -
46 -DESCRIPTION="Library used to interact with Git repositories"
47 -HOMEPAGE="https://github.com/gitpython-developers/GitPython https://pypi.org/project/GitPython/"
48 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
49 -
50 -LICENSE="BSD"
51 -SLOT="0"
52 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
53 -IUSE="test"
54 -
55 -# Tests dont make sense without a git repo
56 -RESTRICT="test"
57 -
58 -RDEPEND="
59 - dev-vcs/git
60 - >=dev-python/gitdb-0.6.4[${PYTHON_USEDEP}]"
61 -DEPEND="${RDEPEND}
62 - dev-python/setuptools[${PYTHON_USEDEP}]
63 - test? (
64 - dev-python/nose[${PYTHON_USEDEP}]
65 - dev-python/mock[${PYTHON_USEDEP}]
66 - )"
67 -# $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7 pypy)
68 -# is the correct entry for mock, however while RESTRICT="test"
69 -# there is little point in setting it since it is inactive
70 -S="${WORKDIR}/${MY_P}"
71
72 diff --git a/dev-python/git-python/git-python-2.1.7.ebuild b/dev-python/git-python/git-python-2.1.7.ebuild
73 deleted file mode 100644
74 index d162d0654d7..00000000000
75 --- a/dev-python/git-python/git-python-2.1.7.ebuild
76 +++ /dev/null
77 @@ -1,37 +0,0 @@
78 -# Copyright 1999-2020 Gentoo Authors
79 -# Distributed under the terms of the GNU General Public License v2
80 -
81 -EAPI=6
82 -
83 -PYTHON_COMPAT=( python3_6 )
84 -PYTHON_REQ_USE="threads(+)"
85 -
86 -inherit distutils-r1
87 -
88 -MY_PN="GitPython"
89 -MY_PV="${PV/_rc/.RC}"
90 -MY_P="${MY_PN}-${MY_PV}"
91 -
92 -DESCRIPTION="Library used to interact with Git repositories"
93 -HOMEPAGE="https://github.com/gitpython-developers/GitPython https://pypi.org/project/GitPython/"
94 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
95 -
96 -LICENSE="BSD"
97 -SLOT="0"
98 -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
99 -IUSE="test"
100 -
101 -# Tests only work with the GitPython repo
102 -RESTRICT="test"
103 -
104 -RDEPEND="
105 - dev-vcs/git
106 - >=dev-python/gitdb2-2.0.0[${PYTHON_USEDEP}]"
107 -DEPEND="${RDEPEND}
108 - dev-python/setuptools[${PYTHON_USEDEP}]
109 - test? (
110 - >=dev-python/ddt-1.1.1[${PYTHON_USEDEP}]
111 - dev-python/nose[${PYTHON_USEDEP}]
112 - )"
113 -
114 -S="${WORKDIR}/${MY_P}"