summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2015-03-18 05:32:19 +0000
committerPatrick Lauer <patrick@gentoo.org>2015-03-18 05:32:19 +0000
commit0cc16b48908449007754494b85bb2a16d2297920 (patch)
tree6e4568de2de7ac0a5d855504ad5e45462d079866 /dev-python/sphinx_rtd_theme
parentrevbump; add test phase, dep nose and upstream bug in comment (diff)
downloadgentoo-2-0cc16b48908449007754494b85bb2a16d2297920.tar.gz
gentoo-2-0cc16b48908449007754494b85bb2a16d2297920.tar.bz2
gentoo-2-0cc16b48908449007754494b85bb2a16d2297920.zip
Bump, change RDEP to PDEP for newer sphinx
(Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/sphinx_rtd_theme')
-rw-r--r--dev-python/sphinx_rtd_theme/ChangeLog8
-rw-r--r--dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.7.ebuild20
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-python/sphinx_rtd_theme/ChangeLog b/dev-python/sphinx_rtd_theme/ChangeLog
index bc1d03487469..a831bfedfb15 100644
--- a/dev-python/sphinx_rtd_theme/ChangeLog
+++ b/dev-python/sphinx_rtd_theme/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/sphinx_rtd_theme
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/ChangeLog,v 1.8 2015/03/08 23:59:26 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/ChangeLog,v 1.9 2015/03/18 05:32:19 patrick Exp $
+
+*sphinx_rtd_theme-0.1.7 (18 Mar 2015)
+
+ 18 Mar 2015; Patrick Lauer <patrick@gentoo.org>
+ +sphinx_rtd_theme-0.1.7.ebuild:
+ Bump, change RDEP to PDEP for newer sphinx
08 Mar 2015; Pacho Ramos <pacho@gentoo.org> sphinx_rtd_theme-0.1.6.ebuild:
x86 stable, bug 540290
diff --git a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.7.ebuild b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.7.ebuild
new file mode 100644
index 000000000000..4fa160a5cd24
--- /dev/null
+++ b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.7.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.7.ebuild,v 1.1 2015/03/18 05:32:19 patrick Exp $
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="ReadTheDocs.org theme for Sphinx"
+HOMEPAGE="https://github.com/snide/sphinx_rtd_theme/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+PDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"