diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-03-09 21:51:31 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-03-09 21:51:31 +0000 |
commit | 4fef5a5dd16b9304e003cf090166185b9c575815 (patch) | |
tree | 33976f7bdca94015b954d5ad16150ab47bc60a2b /dev-python/manuel | |
parent | Delete older ebuild. (diff) | |
download | gentoo-2-4fef5a5dd16b9304e003cf090166185b9c575815.tar.gz gentoo-2-4fef5a5dd16b9304e003cf090166185b9c575815.tar.bz2 gentoo-2-4fef5a5dd16b9304e003cf090166185b9c575815.zip |
Version bump.
(Portage version: 2.2.0_alpha26_p10/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/manuel')
-rw-r--r-- | dev-python/manuel/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/manuel/manuel-1.5.0.ebuild | 26 |
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-python/manuel/ChangeLog b/dev-python/manuel/ChangeLog index 2825d98319dc..4ddce7a11569 100644 --- a/dev-python/manuel/ChangeLog +++ b/dev-python/manuel/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/manuel # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/manuel/ChangeLog,v 1.4 2011/01/29 00:14:05 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/manuel/ChangeLog,v 1.5 2011/03/09 21:51:31 arfrever Exp $ + + 09 Mar 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -manuel-1.4.1.ebuild, +manuel-1.5.0.ebuild: + Version bump. *manuel-1.4.1 (29 Jan 2011) diff --git a/dev-python/manuel/manuel-1.5.0.ebuild b/dev-python/manuel/manuel-1.5.0.ebuild new file mode 100644 index 000000000000..1199d11f8298 --- /dev/null +++ b/dev-python/manuel/manuel-1.5.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/manuel/manuel-1.5.0.ebuild,v 1.1 2011/03/09 21:51:31 arfrever Exp $ + +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" +DISTUTILS_SRC_TEST="setup.py" + +inherit distutils + +DESCRIPTION="Manuel lets you build tested documentation." +HOMEPAGE="http://packages.python.org/manuel/ http://pypi.python.org/pypi/manuel" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="ZPL" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +IUSE="test" + +DEPEND="dev-python/setuptools + test? ( net-zope/zope-testing )" +RDEPEND="" + +DOCS="CHANGES.txt" |