Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyconstruct: pyconstruct-2.5.1.ebuild ChangeLog
Date: Wed, 22 May 2013 07:28:56
Message-Id: 20130522072851.E6D542171D@flycatcher.gentoo.org
1 patrick 13/05/22 07:28:51
2
3 Modified: ChangeLog
4 Added: pyconstruct-2.5.1.ebuild
5 Log:
6 Bump
7
8 (Portage version: 2.2.0_alpha176/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.8 dev-python/pyconstruct/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyconstruct/ChangeLog?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyconstruct/ChangeLog?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyconstruct/ChangeLog?r1=1.7&r2=1.8
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyconstruct/ChangeLog,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- ChangeLog 24 Jan 2013 15:31:19 -0000 1.7
24 +++ ChangeLog 22 May 2013 07:28:51 -0000 1.8
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/pyconstruct
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyconstruct/ChangeLog,v 1.7 2013/01/24 15:31:19 idella4 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyconstruct/ChangeLog,v 1.8 2013/05/22 07:28:51 patrick Exp $
30 +
31 +*pyconstruct-2.5.1 (22 May 2013)
32 +
33 + 22 May 2013; Patrick Lauer <patrick@g.o> +pyconstruct-2.5.1.ebuild:
34 + Bump
35
36 *pyconstruct-2.5.0-r1 (24 Jan 2013)
37
38
39
40
41 1.1 dev-python/pyconstruct/pyconstruct-2.5.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyconstruct/pyconstruct-2.5.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyconstruct/pyconstruct-2.5.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: pyconstruct-2.5.1.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/pyconstruct/pyconstruct-2.5.1.ebuild,v 1.1 2013/05/22 07:28:51 patrick Exp $
51
52 EAPI="3"
53 PYTHON_DEPEND="2:2.6"
54 SUPPORT_PYTHON_ABIS="1"
55 RESTRICT_PYTHON_ABIS="*-jython"
56
57 inherit distutils eutils
58
59 MY_PN="construct"
60 MY_P="${MY_PN}-${PV}"
61
62 DESCRIPTION="A powerful declarative parser for binary data"
63 HOMEPAGE="http://construct.wikispaces.com/ http://pypi.python.org/pypi/construct"
64 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
65
66 LICENSE="public-domain"
67 SLOT="0"
68 KEYWORDS="~amd64 ~x86"
69 IUSE=""
70
71 DEPEND="dev-python/setuptools
72 dev-python/six"
73 RDEPEND=""
74
75 S="${WORKDIR}/${MY_P}"
76
77 PYTHON_MODNAME="construct"