diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2013-03-05 09:23:49 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2013-03-05 09:23:49 +0000 |
commit | c750749eec4c46ed105eb4ff008903272537de07 (patch) | |
tree | a739780f7cb50f45589cd74ab2ab0150faaadde6 /dev-python/bottle | |
parent | Stable for sh, wrt bug #459326 (diff) | |
download | gentoo-2-c750749eec4c46ed105eb4ff008903272537de07.tar.gz gentoo-2-c750749eec4c46ed105eb4ff008903272537de07.tar.bz2 gentoo-2-c750749eec4c46ed105eb4ff008903272537de07.zip |
Add latest version as contributed by Ondrej Sukup during the Gentoo track on installfest. The test phase was removed as it was not actually doing much of the real testing.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'dev-python/bottle')
-rw-r--r-- | dev-python/bottle/ChangeLog | 11 | ||||
-rw-r--r-- | dev-python/bottle/bottle-0.11.6.ebuild | 20 |
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-python/bottle/ChangeLog b/dev-python/bottle/ChangeLog index d509823fc2e3..c21eb39c535d 100644 --- a/dev-python/bottle/ChangeLog +++ b/dev-python/bottle/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-python/bottle -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/ChangeLog,v 1.4 2012/11/13 10:41:41 idella4 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/ChangeLog,v 1.5 2013/03/05 09:23:49 scarabeus Exp $ + +*bottle-0.11.6 (05 Mar 2013) + + 05 Mar 2013; Tomáš Chvátal <scarabeus@gentoo.org> +bottle-0.11.6.ebuild: + Add latest version as contributed by Ondrej Sukup during the Gentoo track on + installfest. The test phase was removed as it was not actually doing much of + the real testing. 14 Nov 2012; Ian Delaney <idella4@gentoo.org> metadata.xml: Updating maintainer, metadata.xml diff --git a/dev-python/bottle/bottle-0.11.6.ebuild b/dev-python/bottle/bottle-0.11.6.ebuild new file mode 100644 index 000000000000..2f32dd20b025 --- /dev/null +++ b/dev-python/bottle/bottle-0.11.6.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/bottle-0.11.6.ebuild,v 1.1 2013/03/05 09:23:49 scarabeus Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy{1_8,1_9,2_0}) +inherit distutils-r1 python-r1 + +DESCRIPTION="A fast and simple micro-framework for small web-applications" +HOMEPAGE="http://pypi.python.org/pypi/bottle http://bottlepy.org/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" |