diff options
author | 2010-05-06 23:36:28 +0000 | |
---|---|---|
committer | 2010-05-06 23:36:28 +0000 | |
commit | c3fbcef74a954135d8a190c6f157058bf00b167b (patch) | |
tree | 8e6dbf2176ed32760c238b6cb75ce4e8c270d382 /dev-python | |
parent | Delete older ebuild. (diff) | |
download | historical-c3fbcef74a954135d8a190c6f157058bf00b167b.tar.gz historical-c3fbcef74a954135d8a190c6f157058bf00b167b.tar.bz2 historical-c3fbcef74a954135d8a190c6f157058bf00b167b.zip |
Version bump.
Package-Manager: portage-HEAD/cvs/Linux x86_64
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/restrictedpython/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/restrictedpython/Manifest | 6 | ||||
-rw-r--r-- | dev-python/restrictedpython/restrictedpython-3.5.2.ebuild | 32 |
3 files changed, 42 insertions, 4 deletions
diff --git a/dev-python/restrictedpython/ChangeLog b/dev-python/restrictedpython/ChangeLog index 4107d0879471..97dce0545def 100644 --- a/dev-python/restrictedpython/ChangeLog +++ b/dev-python/restrictedpython/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/restrictedpython # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/restrictedpython/ChangeLog,v 1.5 2010/02/14 18:50:51 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/restrictedpython/ChangeLog,v 1.6 2010/05/06 23:36:28 arfrever Exp $ + +*restrictedpython-3.5.2 (06 May 2010) + + 06 May 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -restrictedpython-3.5.1.ebuild, +restrictedpython-3.5.2.ebuild: + Version bump. 14 Feb 2010; Raúl Porcel <armin76@gentoo.org> restrictedpython-3.5.1.ebuild: diff --git a/dev-python/restrictedpython/Manifest b/dev-python/restrictedpython/Manifest index 5d2bbb83afa8..f61532ec34bf 100644 --- a/dev-python/restrictedpython/Manifest +++ b/dev-python/restrictedpython/Manifest @@ -1,4 +1,4 @@ -DIST RestrictedPython-3.5.1.tar.gz 32681 RMD160 9883f9201e50b0be390a12d28419a521ace46890 SHA1 5452271e347bf35095ab533f4c489f95989e1092 SHA256 ac751e15dff1e85afcc2081287722c9133492c15c9daeb34d39d7c47d79fb550 -EBUILD restrictedpython-3.5.1.ebuild 1138 RMD160 ef7a3f8952671d658a4305d2176c9e1edbe1eed7 SHA1 547dcd369486d85b82669c3ee749b0112de87783 SHA256 95ed4acb8f8790c132b6e2b1c5ad397bdbc1e916c8722eb7988953d469d52d83 -MISC ChangeLog 937 RMD160 0ec51a48e00cb94649884905f9ca0ba81267f390 SHA1 2fced66638a43a96222e2cafa780f7cb63a4f157 SHA256 91351abfc46c89e31f521df8662fc1df57f1e85b84a221c921fb7f65aab20674 +DIST RestrictedPython-3.5.2.zip 55025 RMD160 7183573b28f39e8d1cb5073f3215e65e0c19fd81 SHA1 91853e38a22c1c869c42a43b7a507feccd1125da SHA256 caba60f1371a71d2951388c87a69675101708cb0c0094472e74b3be91f3c4c3f +EBUILD restrictedpython-3.5.2.ebuild 913 RMD160 d4108d54a913301e1f5771c7c76760c26aab1395 SHA1 d4ed12e30126208c1ae8d37ce95a0c5f4f61ccf9 SHA256 f7e1770c9aef1adaeb2c7d54aff8c2f3239e8b1b2285fcb4de2f03c7b937dcb6 +MISC ChangeLog 1133 RMD160 07d97b888b4572930b0b7d2472c1c103c518f763 SHA1 a4945285e8c725f77884ac139434f2ca758e5357 SHA256 cde0f84076354b29179d502d0f2f809d3c346bb657e59dabd2f29ae4c3102769 MISC metadata.xml 160 RMD160 e730f96ab97c5be577a6d6d05f04990374a0dffb SHA1 2aa5e6be9c265c0e7bceb78ee9fd20df5f818e36 SHA256 6cd954a9de2307c57d32b25fa3599dee2908a4ddc6a98594f593d53577307a3a diff --git a/dev-python/restrictedpython/restrictedpython-3.5.2.ebuild b/dev-python/restrictedpython/restrictedpython-3.5.2.ebuild new file mode 100644 index 000000000000..5dc0876025dc --- /dev/null +++ b/dev-python/restrictedpython/restrictedpython-3.5.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/restrictedpython/restrictedpython-3.5.2.ebuild,v 1.1 2010/05/06 23:36:28 arfrever Exp $ + +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +DISTUTILS_SRC_TEST="nosetests" + +inherit distutils + +MY_PN="RestrictedPython" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="RestrictedPython provides a restricted execution environment for Python, e.g. for running untrusted code." +HOMEPAGE="http://pypi.python.org/pypi/RestrictedPython" +SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" + +LICENSE="ZPL" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="app-arch/unzip + dev-python/setuptools" +RDEPEND="" +RESTRICT_PYTHON_ABIS="3.*" + +S="${WORKDIR}/${MY_P}" + +DOCS="CHANGES.txt src/RestrictedPython/README.txt" +PYTHON_MODNAME="${MY_PN}" |