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/markupsafe: markupsafe-0.18.ebuild markupsafe-0.12.ebuild ChangeLog
Date: Tue, 28 May 2013 07:44:48
Message-Id: 20130528074444.8F4B72171D@flycatcher.gentoo.org
1 idella4 13/05/28 07:44:44
2
3 Modified: markupsafe-0.12.ebuild ChangeLog
4 Added: markupsafe-0.18.ebuild
5 Log:
6 bump, add patch to fix py3 support, fixes Bug #470952
7
8 (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.11 dev-python/markupsafe/markupsafe-0.12.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/markupsafe/markupsafe-0.12.ebuild?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/markupsafe/markupsafe-0.12.ebuild?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/markupsafe/markupsafe-0.12.ebuild?r1=1.10&r2=1.11
16
17 Index: markupsafe-0.12.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/markupsafe/markupsafe-0.12.ebuild,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- markupsafe-0.12.ebuild 20 Feb 2012 14:57:21 -0000 1.10
24 +++ markupsafe-0.12.ebuild 28 May 2013 07:44:44 -0000 1.11
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2012 Gentoo Foundation
27 +# Copyright 1999-2013 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/markupsafe/markupsafe-0.12.ebuild,v 1.10 2012/02/20 14:57:21 patrick Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/markupsafe/markupsafe-0.12.ebuild,v 1.11 2013/05/28 07:44:44 idella4 Exp $
31
32 EAPI="3"
33 SUPPORT_PYTHON_ABIS="1"
34
35
36
37 1.47 dev-python/markupsafe/ChangeLog
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/markupsafe/ChangeLog?rev=1.47&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/markupsafe/ChangeLog?rev=1.47&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/markupsafe/ChangeLog?r1=1.46&r2=1.47
42
43 Index: ChangeLog
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-python/markupsafe/ChangeLog,v
46 retrieving revision 1.46
47 retrieving revision 1.47
48 diff -u -r1.46 -r1.47
49 --- ChangeLog 2 Feb 2013 22:01:04 -0000 1.46
50 +++ ChangeLog 28 May 2013 07:44:44 -0000 1.47
51 @@ -1,6 +1,13 @@
52 # ChangeLog for dev-python/markupsafe
53 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-python/markupsafe/ChangeLog,v 1.46 2013/02/02 22:01:04 ago Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-python/markupsafe/ChangeLog,v 1.47 2013/05/28 07:44:44 idella4 Exp $
56 +
57 +*markupsafe-0.18 (28 May 2013)
58 +
59 + 28 May 2013; Ian Delaney <idella4@g.o>
60 + +files/markupsafe-0.18-py3compat.patch, +markupsafe-0.18.ebuild,
61 + markupsafe-0.12.ebuild:
62 + bump, add patch to fix py3 support, fixes Bug #470952
63
64 02 Feb 2013; Agostino Sarubbo <ago@g.o> markupsafe-0.15-r1.ebuild:
65 Stable for x86, wrt bug #454314
66
67
68
69 1.1 dev-python/markupsafe/markupsafe-0.18.ebuild
70
71 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/markupsafe/markupsafe-0.18.ebuild?rev=1.1&view=markup
72 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/markupsafe/markupsafe-0.18.ebuild?rev=1.1&content-type=text/plain
73
74 Index: markupsafe-0.18.ebuild
75 ===================================================================
76 # Copyright 1999-2013 Gentoo Foundation
77 # Distributed under the terms of the GNU General Public License v2
78 # $Header: /var/cvsroot/gentoo-x86/dev-python/markupsafe/markupsafe-0.18.ebuild,v 1.1 2013/05/28 07:44:44 idella4 Exp $
79
80 EAPI=5
81
82 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9,2_0} )
83 inherit distutils-r1
84
85 MY_PN="MarkupSafe"
86 MY_P="${MY_PN}-${PV}"
87
88 DESCRIPTION="Implements a XML/HTML/XHTML Markup safe string for Python"
89 HOMEPAGE="http://pypi.python.org/pypi/MarkupSafe"
90 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
91
92 LICENSE="BSD"
93 SLOT="0"
94 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
95 IUSE=""
96
97 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
98 RDEPEND=""
99
100 S=${WORKDIR}/${MY_P}
101
102 python_prepare_all() {
103 local PATCHES="${FILESDIR}"/markupsafe-0.18-py3compat.patch
104 distutils-r1_python_prepare_all
105 }
106
107 python_test() {
108 esetup.py test
109 }