mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 10:18:08 -07:00
dev-python/mkdocs: add version 0.15.3
Package-Manager: portage-2.2.28
This commit is contained in:
41
dev-python/mkdocs/mkdocs-0.15.3.ebuild
Normal file
41
dev-python/mkdocs/mkdocs-0.15.3.ebuild
Normal file
@@ -0,0 +1,41 @@
|
||||
# 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 vcs-snapshot
|
||||
|
||||
DESCRIPTION="Project documentation with Markdown."
|
||||
HOMEPAGE="http://www.mkdocs.org"
|
||||
SRC_URI="https://github.com/tomchristie/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="test"
|
||||
|
||||
CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
DEPEND="
|
||||
${CDEPEND}
|
||||
test? (
|
||||
dev-python/mock[${PYTHON_USEDEP}]
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
RDEPEND="
|
||||
${CDEPEND}
|
||||
>=dev-python/click-3.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/jinja-2.7.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/livereload-2.3.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/markdown-2.3.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/mkdocs-bootstrap-0.1.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/mkdocs-bootswatch-0.1.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
|
||||
>=www-servers/tornado-4.1[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
python_test() {
|
||||
nosetests mkdocs/tests || die "tests failed under ${EPYTHON}"
|
||||
}
|
||||
Reference in New Issue
Block a user