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/formencode: formencode-1.2.6-r1.ebuild ChangeLog
Date: Wed, 03 Jul 2013 05:44:19
Message-Id: 20130703054413.C9A8B2171C@flycatcher.gentoo.org
1 idella4 13/07/03 05:44:13
2
3 Modified: ChangeLog
4 Added: formencode-1.2.6-r1.ebuild
5 Log:
6 revbump; migrate -> distutils-r1, deps of testsuite added but disabled, tests set to restrict, depnds on Bug #473154
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.29 dev-python/formencode/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/formencode/ChangeLog?rev=1.29&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/formencode/ChangeLog?rev=1.29&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/formencode/ChangeLog?r1=1.28&r2=1.29
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/formencode/ChangeLog,v
20 retrieving revision 1.28
21 retrieving revision 1.29
22 diff -u -r1.28 -r1.29
23 --- ChangeLog 11 Jan 2013 07:23:38 -0000 1.28
24 +++ ChangeLog 3 Jul 2013 05:44:13 -0000 1.29
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-python/formencode
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/formencode/ChangeLog,v 1.28 2013/01/11 07:23:38 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/formencode/ChangeLog,v 1.29 2013/07/03 05:44:13 idella4 Exp $
30 +
31 +*formencode-1.2.6-r1 (03 Jul 2013)
32 +
33 + 03 Jul 2013; Ian Delaney <idella4@g.o> +formencode-1.2.6-r1.ebuild:
34 + revbump; migrate -> distutils-r1, deps of testsuite added but disabled, tests
35 + set to restrict, depnds on Bug #473154
36
37 *formencode-1.2.6 (11 Jan 2013)
38
39
40
41
42 1.1 dev-python/formencode/formencode-1.2.6-r1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/formencode/formencode-1.2.6-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/formencode/formencode-1.2.6-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: formencode-1.2.6-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/formencode/formencode-1.2.6-r1.ebuild,v 1.1 2013/07/03 05:44:13 idella4 Exp $
52
53 EAPI=5
54 PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy2_0 )
55
56 inherit distutils-r1
57
58 MY_PN="FormEncode"
59 MY_P="${MY_PN}-${PV}"
60
61 DESCRIPTION="HTML form validation, generation, and conversion package"
62 HOMEPAGE="http://formencode.org/ http://pypi.python.org/pypi/FormEncode"
63 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
64
65 LICENSE="PSF-2"
66 SLOT="0"
67 KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
68 IUSE="doc test"
69
70 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
71 # https://bugs.gentoo.org/show_bug.cgi?id=473154
72 # test? ( dev-python/nose[${PYTHON_USEDEP}]
73 # dev-python/pycountry[${PYTHON_USEDEP}]
74 # dev-python/pydns[${PYTHON_USEDEP}] )"
75 RDEPEND=""
76 RESTRICT="test"
77 DOCS=( docs/{index.txt,modules.txt} )
78
79 S="${WORKDIR}/${MY_P}"
80
81 python_test() {
82 esetup.py test
83 }