diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2014-06-09 02:27:55 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2014-06-09 02:27:55 +0000 |
commit | 4b30f98ef74fad10ae0153c4e0dc02c6644c6f79 (patch) | |
tree | a62a2a53ea77b207ac21a253c15d3a8214d16b69 /dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild | |
parent | Initial import (diff) | |
download | historical-4b30f98ef74fad10ae0153c4e0dc02c6644c6f79.tar.gz historical-4b30f98ef74fad10ae0153c4e0dc02c6644c6f79.tar.bz2 historical-4b30f98ef74fad10ae0153c4e0dc02c6644c6f79.zip |
Initial import
Package-Manager: portage-HEAD/cvs/Linux x86_64
Manifest-Sign-Key: 0x13CB1360
Diffstat (limited to 'dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild')
-rw-r--r-- | dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild new file mode 100644 index 000000000000..60c851bce561 --- /dev/null +++ b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 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.6.ebuild,v 1.1 2014/06/09 02:27:45 bicatali Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_7,3_3} ) + +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 ~x86 ~amd64-linux ~x86-linux" +IUSE="" |