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