Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/restrictedpython: ChangeLog restrictedpython-3.5.2.ebuild
Date: Thu, 06 May 2010 23:36:31
Message-Id: 20100506233628.90C632C3FD@corvid.gentoo.org
1 arfrever 10/05/06 23:36:28
2
3 Modified: ChangeLog
4 Added: restrictedpython-3.5.2.ebuild
5 Log:
6 Version bump.
7 (Portage version: HEAD/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 dev-python/restrictedpython/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/restrictedpython/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/restrictedpython/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/restrictedpython/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/restrictedpython/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 14 Feb 2010 18:50:51 -0000 1.5
23 +++ ChangeLog 6 May 2010 23:36:28 -0000 1.6
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-python/restrictedpython
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/restrictedpython/ChangeLog,v 1.5 2010/02/14 18:50:51 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/restrictedpython/ChangeLog,v 1.6 2010/05/06 23:36:28 arfrever Exp $
29 +
30 +*restrictedpython-3.5.2 (06 May 2010)
31 +
32 + 06 May 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
33 + -restrictedpython-3.5.1.ebuild, +restrictedpython-3.5.2.ebuild:
34 + Version bump.
35
36 14 Feb 2010; Raúl Porcel <armin76@g.o>
37 restrictedpython-3.5.1.ebuild:
38
39
40
41 1.1 dev-python/restrictedpython/restrictedpython-3.5.2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/restrictedpython/restrictedpython-3.5.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/restrictedpython/restrictedpython-3.5.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: restrictedpython-3.5.2.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/restrictedpython/restrictedpython-3.5.2.ebuild,v 1.1 2010/05/06 23:36:28 arfrever Exp $
51
52 EAPI="3"
53 PYTHON_DEPEND="2"
54 SUPPORT_PYTHON_ABIS="1"
55 DISTUTILS_SRC_TEST="nosetests"
56
57 inherit distutils
58
59 MY_PN="RestrictedPython"
60 MY_P="${MY_PN}-${PV}"
61
62 DESCRIPTION="RestrictedPython provides a restricted execution environment for Python, e.g. for running untrusted code."
63 HOMEPAGE="http://pypi.python.org/pypi/RestrictedPython"
64 SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
65
66 LICENSE="ZPL"
67 SLOT="0"
68 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
69 IUSE=""
70
71 DEPEND="app-arch/unzip
72 dev-python/setuptools"
73 RDEPEND=""
74 RESTRICT_PYTHON_ABIS="3.*"
75
76 S="${WORKDIR}/${MY_P}"
77
78 DOCS="CHANGES.txt src/RestrictedPython/README.txt"
79 PYTHON_MODNAME="${MY_PN}"