Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/deform: deform-0.9.6-r1.ebuild deform-0.9.6.ebuild ChangeLog
Date: Thu, 31 Jan 2013 09:45:23
Message-Id: 20130131094518.DEBE22171D@flycatcher.gentoo.org
1 idella4 13/01/31 09:45:18
2
3 Modified: deform-0.9.6.ebuild ChangeLog
4 Added: deform-0.9.6-r1.ebuild
5 Log:
6 Restrict tests in 0.9.6 due to dep on zope.deprecation absent from portage, fixes Bug #453790 by flameeyes, revbump; migrated to distutils-r1
7
8 (Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.2 dev-python/deform/deform-0.9.6.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/deform/deform-0.9.6.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/deform/deform-0.9.6.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/deform/deform-0.9.6.ebuild?r1=1.1&r2=1.2
16
17 Index: deform-0.9.6.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/deform/deform-0.9.6.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- deform-0.9.6.ebuild 22 Jan 2013 07:02:44 -0000 1.1
24 +++ deform-0.9.6.ebuild 31 Jan 2013 09:45:18 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/deform/deform-0.9.6.ebuild,v 1.1 2013/01/22 07:02:44 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/deform/deform-0.9.6.ebuild,v 1.2 2013/01/31 09:45:18 idella4 Exp $
30
31 EAPI="3"
32
33 @@ -19,6 +19,8 @@
34 SLOT="0"
35 KEYWORDS="~amd64 ~x86"
36 IUSE="test"
37 +# tests require zope.deprecation
38 +RESTRICT="test"
39
40 # Depend on peppercorn, translationstring and colander with Python 3 support
41 RDEPEND=">=dev-python/translationstring-1.1
42
43
44
45 1.7 dev-python/deform/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/deform/ChangeLog?rev=1.7&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/deform/ChangeLog?rev=1.7&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/deform/ChangeLog?r1=1.6&r2=1.7
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-python/deform/ChangeLog,v
54 retrieving revision 1.6
55 retrieving revision 1.7
56 diff -u -r1.6 -r1.7
57 --- ChangeLog 22 Jan 2013 07:02:44 -0000 1.6
58 +++ ChangeLog 31 Jan 2013 09:45:18 -0000 1.7
59 @@ -1,6 +1,13 @@
60 # ChangeLog for dev-python/deform
61 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-python/deform/ChangeLog,v 1.6 2013/01/22 07:02:44 patrick Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-python/deform/ChangeLog,v 1.7 2013/01/31 09:45:18 idella4 Exp $
64 +
65 +*deform-0.9.6-r1 (31 Jan 2013)
66 +
67 + 31 Jan 2013; Ian Delaney <idella4@g.o> +deform-0.9.6-r1.ebuild,
68 + deform-0.9.6.ebuild:
69 + Restrict tests in 0.9.6 due to dep on zope.deprecation absent from portage,
70 + fixes Bug #453790 by flameeyes, revbump; migrated to distutils-r1
71
72 *deform-0.9.6 (22 Jan 2013)
73
74
75
76
77 1.1 dev-python/deform/deform-0.9.6-r1.ebuild
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/deform/deform-0.9.6-r1.ebuild?rev=1.1&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/deform/deform-0.9.6-r1.ebuild?rev=1.1&content-type=text/plain
81
82 Index: deform-0.9.6-r1.ebuild
83 ===================================================================
84 # Copyright 1999-2013 Gentoo Foundation
85 # Distributed under the terms of the GNU General Public License v2
86 # $Header: /var/cvsroot/gentoo-x86/dev-python/deform/deform-0.9.6-r1.ebuild,v 1.1 2013/01/31 09:45:18 idella4 Exp $
87
88 EAPI=5
89
90 PYTHON_COMPAT=( python{2_6,2_7} python3_2 pypy{1_9,2_0} )
91 inherit distutils-r1
92
93 DESCRIPTION="Another form generation library"
94 HOMEPAGE="http://docs.pylonsproject.org/projects/deform/en/latest/ http://pypi.python.org/pypi/deform https://github.com/Pylons/deform"
95 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
96
97 LICENSE="repoze"
98 SLOT="0"
99 KEYWORDS="~amd64 ~x86"
100 IUSE="test"
101 # tests require zope.deprecation
102 RESTRICT="test"
103
104 # Depend on peppercorn, translationstring and colander with Python 3 support
105 RDEPEND=">=dev-python/translationstring-1.1
106 >=dev-python/colander-1.0_alpha1
107 >=dev-python/peppercorn-0.4
108 >=dev-python/chameleon-1.2.3"
109 DEPEND="${RDEPEND}
110 test? ( dev-python/beautifulsoup:4 )"
111
112 # Include COPYRIGHT.txt because the license seems to require it.
113 DOCS=( CHANGES.txt COPYRIGHT.txt README.txt )
114
115 src_install() {
116 distutils-r1_src_install
117
118 # Install only the .rst source, as sphinx processing requires
119 # a theme only available from git that contains hardcoded
120 # references to files on https://static.pylonsproject.org/ (so
121 # the docs would not actually work offline). Install the
122 # source, which is somewhat readable.
123 docinto docs
124 dodoc docs/*.rst || die
125 }