Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/dulwich: dulwich-0.9.4.ebuild dulwich-0.9.7.ebuild dulwich-0.9.5.ebuild ChangeLog
Date: Sun, 06 Jul 2014 12:41:54
Message-Id: 20140706124150.4E5852004E@flycatcher.gentoo.org
1 mgorny 14/07/06 12:41:50
2
3 Modified: dulwich-0.9.4.ebuild dulwich-0.9.7.ebuild
4 dulwich-0.9.5.ebuild ChangeLog
5 Log:
6 Clean up obsolete dependencies on virtual/python-argparse and virtual/python-unittest2 (those packages were only required for <=python-2.6).
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
9
10 Revision Changes Path
11 1.5 dev-python/dulwich/dulwich-0.9.4.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/dulwich-0.9.4.ebuild?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/dulwich-0.9.4.ebuild?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/dulwich-0.9.4.ebuild?r1=1.4&r2=1.5
16
17 Index: dulwich-0.9.4.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.9.4.ebuild,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- dulwich-0.9.4.ebuild 31 Mar 2014 21:16:47 -0000 1.4
24 +++ dulwich-0.9.4.ebuild 6 Jul 2014 12:41:50 -0000 1.5
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.9.4.ebuild,v 1.4 2014/03/31 21:16:47 mgorny Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.9.4.ebuild,v 1.5 2014/07/06 12:41:50 mgorny Exp $
30
31 EAPI=5
32 PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
33 @@ -19,7 +19,6 @@
34 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
35 test? (
36 dev-python/nose[${PYTHON_USEDEP}]
37 - virtual/python-unittest2[${PYTHON_USEDEP}]
38 )"
39 RDEPEND=""
40
41
42
43
44 1.2 dev-python/dulwich/dulwich-0.9.7.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/dulwich-0.9.7.ebuild?rev=1.2&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/dulwich-0.9.7.ebuild?rev=1.2&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/dulwich-0.9.7.ebuild?r1=1.1&r2=1.2
49
50 Index: dulwich-0.9.7.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.9.7.ebuild,v
53 retrieving revision 1.1
54 retrieving revision 1.2
55 diff -u -r1.1 -r1.2
56 --- dulwich-0.9.7.ebuild 20 Jun 2014 02:58:05 -0000 1.1
57 +++ dulwich-0.9.7.ebuild 6 Jul 2014 12:41:50 -0000 1.2
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2014 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.9.7.ebuild,v 1.1 2014/06/20 02:58:05 idella4 Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.9.7.ebuild,v 1.2 2014/07/06 12:41:50 mgorny Exp $
63
64 EAPI=5
65 PYTHON_COMPAT=( python2_7 pypy )
66 @@ -18,7 +18,6 @@
67
68 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
69 test? ( dev-python/gevent[$(python_gen_usedep python2_7)]
70 - virtual/python-unittest2[${PYTHON_USEDEP}]
71 )"
72 RDEPEND=""
73 DISTUTILS_IN_SOURCE_BUILD=1
74
75
76
77 1.3 dev-python/dulwich/dulwich-0.9.5.ebuild
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/dulwich-0.9.5.ebuild?rev=1.3&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/dulwich-0.9.5.ebuild?rev=1.3&content-type=text/plain
81 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/dulwich-0.9.5.ebuild?r1=1.2&r2=1.3
82
83 Index: dulwich-0.9.5.ebuild
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.9.5.ebuild,v
86 retrieving revision 1.2
87 retrieving revision 1.3
88 diff -u -r1.2 -r1.3
89 --- dulwich-0.9.5.ebuild 31 Mar 2014 21:16:47 -0000 1.2
90 +++ dulwich-0.9.5.ebuild 6 Jul 2014 12:41:50 -0000 1.3
91 @@ -1,6 +1,6 @@
92 # Copyright 1999-2014 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.9.5.ebuild,v 1.2 2014/03/31 21:16:47 mgorny Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.9.5.ebuild,v 1.3 2014/07/06 12:41:50 mgorny Exp $
96
97 EAPI=5
98 PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
99 @@ -19,7 +19,6 @@
100 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
101 test? (
102 dev-python/nose[${PYTHON_USEDEP}]
103 - virtual/python-unittest2[${PYTHON_USEDEP}]
104 )"
105 RDEPEND=""
106
107
108
109
110 1.80 dev-python/dulwich/ChangeLog
111
112 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/ChangeLog?rev=1.80&view=markup
113 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/ChangeLog?rev=1.80&content-type=text/plain
114 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/ChangeLog?r1=1.79&r2=1.80
115
116 Index: ChangeLog
117 ===================================================================
118 RCS file: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v
119 retrieving revision 1.79
120 retrieving revision 1.80
121 diff -u -r1.79 -r1.80
122 --- ChangeLog 20 Jun 2014 02:58:05 -0000 1.79
123 +++ ChangeLog 6 Jul 2014 12:41:50 -0000 1.80
124 @@ -1,6 +1,11 @@
125 # ChangeLog for dev-python/dulwich
126 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
127 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.79 2014/06/20 02:58:05 idella4 Exp $
128 +# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.80 2014/07/06 12:41:50 mgorny Exp $
129 +
130 + 06 Jul 2014; Michał Górny <mgorny@g.o> dulwich-0.9.4.ebuild,
131 + dulwich-0.9.5.ebuild, dulwich-0.9.7.ebuild:
132 + Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
133 + unittest2 (those packages were only required for <=python-2.6).
134
135 *dulwich-0.9.7 (20 Jun 2014)