diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-10-28 07:17:11 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-10-28 07:17:11 +0000 |
commit | 180ef3106217701ad39bea459056de11a84430c9 (patch) | |
tree | 7b42e16aa20fe9ed76d39f83ecb576e418f85005 /dev-python | |
parent | Bump (diff) | |
download | gentoo-2-180ef3106217701ad39bea459056de11a84430c9.tar.gz gentoo-2-180ef3106217701ad39bea459056de11a84430c9.tar.bz2 gentoo-2-180ef3106217701ad39bea459056de11a84430c9.zip |
Bump
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/sphinxcontrib-httpdomain/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.2.0.ebuild | 23 |
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-python/sphinxcontrib-httpdomain/ChangeLog b/dev-python/sphinxcontrib-httpdomain/ChangeLog index ae4584953996..4d85bfbed3ca 100644 --- a/dev-python/sphinxcontrib-httpdomain/ChangeLog +++ b/dev-python/sphinxcontrib-httpdomain/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/sphinxcontrib-httpdomain # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-httpdomain/ChangeLog,v 1.3 2013/09/05 18:46:42 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-httpdomain/ChangeLog,v 1.4 2013/10/28 07:17:11 patrick Exp $ + +*sphinxcontrib-httpdomain-1.2.0 (28 Oct 2013) + + 28 Oct 2013; Patrick Lauer <patrick@gentoo.org> + +sphinxcontrib-httpdomain-1.2.0.ebuild: + Bump 05 Sep 2013; Michał Górny <mgorny@gentoo.org> sphinxcontrib-httpdomain-1.1.8.ebuild, sphinxcontrib-httpdomain-1.1.9.ebuild: diff --git a/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.2.0.ebuild b/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.2.0.ebuild new file mode 100644 index 000000000000..4d46b81f9c47 --- /dev/null +++ b/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.2.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.2.0.ebuild,v 1.1 2013/10/28 07:17:11 patrick Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 ) + +inherit distutils-r1 + +DESCRIPTION="Extension providing a Sphinx domain for describing RESTful HTTP APIs" +HOMEPAGE="http://bitbucket.org/birkenfeld/sphinx-contrib/ \ + http://packages.python.org/sphinxcontrib-httpdomain/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="" + +RDEPEND=">=dev-python/sphinx-1.1[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" |