diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-01-11 06:40:35 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-01-11 06:40:35 +0000 |
commit | 53ff309026128b34588aa20916fe80cd6bfa404c (patch) | |
tree | 90bec1e5d4b459917f3fc5429e89da2c4529b7c4 /dev-python | |
parent | Bump for 451250 (diff) | |
download | gentoo-2-53ff309026128b34588aa20916fe80cd6bfa404c.tar.gz gentoo-2-53ff309026128b34588aa20916fe80cd6bfa404c.tar.bz2 gentoo-2-53ff309026128b34588aa20916fe80cd6bfa404c.zip |
Bump for 451240
(Portage version: 2.2.0_alpha150/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/meld3/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/meld3/meld3-0.6.10.ebuild | 29 |
2 files changed, 36 insertions, 2 deletions
diff --git a/dev-python/meld3/ChangeLog b/dev-python/meld3/ChangeLog index ca94e94efda3..11978e93604c 100644 --- a/dev-python/meld3/ChangeLog +++ b/dev-python/meld3/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/meld3 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/meld3/ChangeLog,v 1.8 2012/09/29 22:06:01 radhermit Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/meld3/ChangeLog,v 1.9 2013/01/11 06:40:35 patrick Exp $ + +*meld3-0.6.10 (11 Jan 2013) + + 11 Jan 2013; Patrick Lauer <patrick@gentoo.org> +meld3-0.6.10.ebuild: + Bump for 451240 29 Sep 2012; Tim Harder <radhermit@gentoo.org> meld3-0.6.7.ebuild, meld3-0.6.8.ebuild, meld3-0.6.9.ebuild: diff --git a/dev-python/meld3/meld3-0.6.10.ebuild b/dev-python/meld3/meld3-0.6.10.ebuild new file mode 100644 index 000000000000..52ac811ee653 --- /dev/null +++ b/dev-python/meld3/meld3-0.6.10.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/meld3/meld3-0.6.10.ebuild,v 1.1 2013/01/11 06:40:35 patrick Exp $ + +EAPI="4" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" + +inherit distutils eutils + +DESCRIPTION="meld3 is an HTML/XML templating engine." +HOMEPAGE="https://github.com/supervisor/meld3 http://pypi.python.org/pypi/meld3" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="ZPL" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DOCS="CHANGES.txt COPYRIGHT.txt LICENSE.txt README.txt TODO.txt" + +src_test() { + cd ${PN} + testing() { + "$(PYTHON)" test_${PN}.py + } + python_execute_function testing +} |