diff options
author | Alex Brandt <alunduil@gentoo.org> | 2016-01-29 20:50:40 -0600 |
---|---|---|
committer | Alex Brandt <alunduil@gentoo.org> | 2016-01-29 20:51:21 -0600 |
commit | d52662e59c5cc7eeb657e15d39f9d07e618f8d54 (patch) | |
tree | ede0d9d6390d6d1bc8003c17e444b5a199532ddb /dev-python/mkdocs-bootstrap/mkdocs-bootstrap-0.1.1.ebuild | |
parent | 8507a9b6f3fc4d48a988aa4db8b2dff0394af4a3 (diff) | |
download | gentoo-d52662e59c5cc7eeb657e15d39f9d07e618f8d54.tar.gz gentoo-d52662e59c5cc7eeb657e15d39f9d07e618f8d54.tar.xz |
dev-python/mkdocs-bootstrap: add version 0.1.1
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-python/mkdocs-bootstrap/mkdocs-bootstrap-0.1.1.ebuild')
-rw-r--r-- | dev-python/mkdocs-bootstrap/mkdocs-bootstrap-0.1.1.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/mkdocs-bootstrap/mkdocs-bootstrap-0.1.1.ebuild b/dev-python/mkdocs-bootstrap/mkdocs-bootstrap-0.1.1.ebuild new file mode 100644 index 00000000000..0ce3df5b1de --- /dev/null +++ b/dev-python/mkdocs-bootstrap/mkdocs-bootstrap-0.1.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) + +inherit distutils-r1 + +DESCRIPTION="Bootstrap theme for MkDocs" +HOMEPAGE="http://www.mkdocs.org" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="" |